#afbefe color space conversions
Hex:
        #afbefe
        RGB:
        175, 190, 254
        CMY:
        31, 25, 0
        CMYK:
        31, 25, 0, 0
      HSL:
        229°, 97.5309%, 84.1176%
        HSV (HSB):
        229°, 31.1024%, 99.6078%
        XYZ:
        53.9820, 53.0966, 101.1694
        xyY:
        0.2592, 0.2550, 53.0966
      CIE-Lab:
        77.9320, 9.1905, -33.2093
        CIE-LCH:
        77.9320, 34.4575, 285.4692
        CIE-Luv:
        77.9320, -10.8578, -54.9273
        Hunter-Lab:
        72.8674, 4.7193, -31.3113
      #afbefe color charts
#afbefe RGB chart
      #afbefe CMYK chart
      #afbefe RGB pie chart
      #afbefe color shades, tints & tones
#afbefe color schemes
#afbefe color preview, HTML & CSS examples
           This text has a color of #afbefe        
        
          <p style="color:#afbefe;">Text here</p>
        
        
          .mytext {color:#afbefe;}
        
        Text color #afbefe
      
           This box has a color of #afbefe        
        
          <div style="background-color:#afbefe;">Content here</div>
        
        
          .mybackground {background-color:#afbefe;}
        
        Background color #afbefe
      
           Border around this has a color of #afbefe        
        
          <div style="border:2px solid #afbefe;">Content here</div>
        
        
          .myborder {border:2px solid #afbefe;}
        
        Border color #afbefe