#afbfed color space conversions
Hex:
        #afbfed
        RGB:
        175, 191, 237
        CMY:
        31, 25, 7
        CMYK:
        26, 19, 0, 7
      HSL:
        225°, 63.2653%, 80.7843%
        HSV (HSB):
        225°, 26.1603%, 92.9412%
        XYZ:
        51.5961, 52.4900, 87.5329
        xyY:
        0.2693, 0.2739, 52.4900
      CIE-Lab:
        77.5729, 4.5456, -24.6335
        CIE-LCH:
        77.5729, 25.0494, 280.4552
        CIE-Luv:
        77.5729, -10.5694, -39.8085
        Hunter-Lab:
        72.4500, 0.3333, -20.9183
      #afbfed color charts
#afbfed RGB chart
      #afbfed CMYK chart
      #afbfed RGB pie chart
      #afbfed color shades, tints & tones
#afbfed color schemes
#afbfed color preview, HTML & CSS examples
           This text has a color of #afbfed        
        
          <p style="color:#afbfed;">Text here</p>
        
        
          .mytext {color:#afbfed;}
        
        Text color #afbfed
      
           This box has a color of #afbfed        
        
          <div style="background-color:#afbfed;">Content here</div>
        
        
          .mybackground {background-color:#afbfed;}
        
        Background color #afbfed
      
           Border around this has a color of #afbfed        
        
          <div style="border:2px solid #afbfed;">Content here</div>
        
        
          .myborder {border:2px solid #afbfed;}
        
        Border color #afbfed