#adaeef color space conversions
Hex:
        #adaeef
        RGB:
        173, 174, 239
        CMY:
        32, 32, 6
        CMYK:
        28, 27, 0, 6
      HSL:
        239°, 67.3469%, 80.7843%
        HSV (HSB):
        239°, 27.6151%, 93.7255%
        XYZ:
        47.9496, 45.3883, 87.8950
        xyY:
        0.2646, 0.2504, 45.3883
      CIE-Lab:
        73.1469, 13.7791, -32.5206
        CIE-LCH:
        73.1469, 35.3194, 292.9626
        CIE-Luv:
        73.1469, -4.3590, -53.9523
        Hunter-Lab:
        67.3709, 9.1441, -30.1927
      #adaeef color charts
#adaeef RGB chart
      #adaeef CMYK chart
      #adaeef RGB pie chart
      #adaeef color shades, tints & tones
#adaeef color schemes
#adaeef color preview, HTML & CSS examples
           This text has a color of #adaeef        
        
          <p style="color:#adaeef;">Text here</p>
        
        
          .mytext {color:#adaeef;}
        
        Text color #adaeef
      
           This box has a color of #adaeef        
        
          <div style="background-color:#adaeef;">Content here</div>
        
        
          .mybackground {background-color:#adaeef;}
        
        Background color #adaeef
      
           Border around this has a color of #adaeef        
        
          <div style="border:2px solid #adaeef;">Content here</div>
        
        
          .myborder {border:2px solid #adaeef;}
        
        Border color #adaeef