#1feaea color space conversions
Hex:
        #1feaea
        RGB:
        31, 234, 234
        CMY:
        88, 8, 8
        CMYK:
        87, 0, 0, 8
      HSL:
        180°, 82.8571%, 51.9608%
        HSV (HSB):
        180°, 86.7521%, 91.7647%
        XYZ:
        44.8392, 65.0775, 88.0398
        xyY:
        0.2265, 0.3287, 65.0775
      CIE-Lab:
        84.5236, -44.0584, -13.0078
        CIE-LCH:
        84.5236, 45.9385, 196.4487
        CIE-Luv:
        84.5236, -64.0338, -13.8270
        Hunter-Lab:
        80.6706, -41.9578, -8.2367
      #1feaea color charts
#1feaea RGB chart
      #1feaea CMYK chart
      #1feaea RGB pie chart
      #1feaea color shades, tints & tones
#1feaea color schemes
#1feaea color preview, HTML & CSS examples
           This text has a color of #1feaea        
        
          <p style="color:#1feaea;">Text here</p>
        
        
          .mytext {color:#1feaea;}
        
        Text color #1feaea
      
           This box has a color of #1feaea        
        
          <div style="background-color:#1feaea;">Content here</div>
        
        
          .mybackground {background-color:#1feaea;}
        
        Background color #1feaea
      
           Border around this has a color of #1feaea        
        
          <div style="border:2px solid #1feaea;">Content here</div>
        
        
          .myborder {border:2px solid #1feaea;}
        
        Border color #1feaea