#1faeda color space conversions
Hex:
        #1faeda
        RGB:
        31, 174, 218
        CMY:
        88, 32, 15
        CMYK:
        86, 20, 0, 15
      HSL:
        194°, 75.1004%, 48.8235%
        HSV (HSB):
        194°, 85.7798%, 85.4902%
        XYZ:
        28.3560, 35.6254, 71.7115
        xyY:
        0.2090, 0.2625, 35.6254
      CIE-Lab:
        66.2327, -20.3544, -32.2290
        CIE-LCH:
        66.2327, 38.1184, 237.7253
        CIE-Luv:
        66.2327, -44.7960, -48.3460
        Hunter-Lab:
        59.6870, -19.6507, -29.4537
      #1faeda color charts
#1faeda RGB chart
      #1faeda CMYK chart
      #1faeda RGB pie chart
      #1faeda color shades, tints & tones
#1faeda color schemes
#1faeda color preview, HTML & CSS examples
           This text has a color of #1faeda        
        
          <p style="color:#1faeda;">Text here</p>
        
        
          .mytext {color:#1faeda;}
        
        Text color #1faeda
      
           This box has a color of #1faeda        
        
          <div style="background-color:#1faeda;">Content here</div>
        
        
          .mybackground {background-color:#1faeda;}
        
        Background color #1faeda
      
           Border around this has a color of #1faeda        
        
          <div style="border:2px solid #1faeda;">Content here</div>
        
        
          .myborder {border:2px solid #1faeda;}
        
        Border color #1faeda