#afcefa color space conversions
Hex:
        #afcefa
        RGB:
        175, 206, 250
        CMY:
        31, 19, 2
        CMYK:
        30, 18, 0, 2
      HSL:
        215°, 88.2353%, 83.3333%
        HSV (HSB):
        215°, 30.0000%, 98.0392%
        XYZ:
        57.0058, 60.1587, 99.0497
        xyY:
        0.2637, 0.2782, 60.1587
      CIE-Lab:
        81.9244, -0.4267, -24.9533
        CIE-LCH:
        81.9244, 24.9569, 269.0204
        CIE-Luv:
        81.9244, -17.4343, -39.8812
        Hunter-Lab:
        77.5620, -4.5413, -21.4222
      #afcefa color charts
#afcefa RGB chart
      #afcefa CMYK chart
      #afcefa RGB pie chart
      #afcefa color shades, tints & tones
#afcefa color schemes
#afcefa color preview, HTML & CSS examples
           This text has a color of #afcefa        
        
          <p style="color:#afcefa;">Text here</p>
        
        
          .mytext {color:#afcefa;}
        
        Text color #afcefa
      
           This box has a color of #afcefa        
        
          <div style="background-color:#afcefa;">Content here</div>
        
        
          .mybackground {background-color:#afcefa;}
        
        Background color #afcefa
      
           Border around this has a color of #afcefa        
        
          <div style="border:2px solid #afcefa;">Content here</div>
        
        
          .myborder {border:2px solid #afcefa;}
        
        Border color #afcefa