#afebcd color space conversions
Hex:
        #afebcd
        RGB:
        175, 235, 205
        CMY:
        31, 8, 20
        CMYK:
        26, 0, 13, 8
      HSL:
        150°, 60.0000%, 80.3922%
        HSV (HSB):
        150°, 25.5319%, 92.1569%
        XYZ:
        58.4070, 72.9384, 68.7578
        xyY:
        0.2919, 0.3645, 72.9384
      CIE-Lab:
        88.4183, -24.9911, 8.4448
        CIE-LCH:
        88.4183, 26.3793, 161.3292
        CIE-Luv:
        88.4183, -29.7674, 16.9957
        Hunter-Lab:
        85.4040, -27.3825, 12.0491
      #afebcd color charts
#afebcd RGB chart
      #afebcd CMYK chart
      #afebcd RGB pie chart
      #afebcd color shades, tints & tones
#afebcd color schemes
#afebcd color preview, HTML & CSS examples
           This text has a color of #afebcd        
        
          <p style="color:#afebcd;">Text here</p>
        
        
          .mytext {color:#afebcd;}
        
        Text color #afebcd
      
           This box has a color of #afebcd        
        
          <div style="background-color:#afebcd;">Content here</div>
        
        
          .mybackground {background-color:#afebcd;}
        
        Background color #afebcd
      
           Border around this has a color of #afebcd        
        
          <div style="border:2px solid #afebcd;">Content here</div>
        
        
          .myborder {border:2px solid #afebcd;}
        
        Border color #afebcd