#afe4ed color space conversions
Hex:
        #afe4ed
        RGB:
        175, 228, 237
        CMY:
        31, 11, 7
        CMYK:
        26, 4, 0, 7
      HSL:
        189°, 63.2653%, 80.7843%
        HSV (HSB):
        189°, 26.1603%, 92.9412%
        XYZ:
        60.7087, 70.7152, 90.5705
        xyY:
        0.2735, 0.3185, 70.7152
      CIE-Lab:
        87.3464, -14.8588, -9.9093
        CIE-LCH:
        87.3464, 17.8599, 213.6992
        CIE-Luv:
        87.3464, -26.7222, -13.0614
        Hunter-Lab:
        84.0923, -18.2973, -4.9928
      #afe4ed color charts
#afe4ed RGB chart
      #afe4ed CMYK chart
      #afe4ed RGB pie chart
      #afe4ed color shades, tints & tones
#afe4ed color schemes
#afe4ed color preview, HTML & CSS examples
           This text has a color of #afe4ed        
        
          <p style="color:#afe4ed;">Text here</p>
        
        
          .mytext {color:#afe4ed;}
        
        Text color #afe4ed
      
           This box has a color of #afe4ed        
        
          <div style="background-color:#afe4ed;">Content here</div>
        
        
          .mybackground {background-color:#afe4ed;}
        
        Background color #afe4ed
      
           Border around this has a color of #afe4ed        
        
          <div style="border:2px solid #afe4ed;">Content here</div>
        
        
          .myborder {border:2px solid #afe4ed;}
        
        Border color #afe4ed