#afc0ed color space conversions
Hex:
        #afc0ed
        RGB:
        175, 192, 237
        CMY:
        31, 25, 7
        CMYK:
        26, 19, 0, 7
      HSL:
        224°, 63.2653%, 80.7843%
        HSV (HSB):
        224°, 26.1603%, 92.9412%
        XYZ:
        51.8149, 52.9277, 87.6059
        xyY:
        0.2694, 0.2752, 52.9277
      CIE-Lab:
        77.8323, 4.0036, -24.2380
        CIE-LCH:
        77.8323, 24.5664, 279.3792
        CIE-Luv:
        77.8323, -11.0033, -39.0874
        Hunter-Lab:
        72.7514, -0.1839, -20.4699
      #afc0ed color charts
#afc0ed RGB chart
      #afc0ed CMYK chart
      #afc0ed RGB pie chart
      #afc0ed color shades, tints & tones
#afc0ed color schemes
#afc0ed color preview, HTML & CSS examples
           This text has a color of #afc0ed        
        
          <p style="color:#afc0ed;">Text here</p>
        
        
          .mytext {color:#afc0ed;}
        
        Text color #afc0ed
      
           This box has a color of #afc0ed        
        
          <div style="background-color:#afc0ed;">Content here</div>
        
        
          .mybackground {background-color:#afc0ed;}
        
        Background color #afc0ed
      
           Border around this has a color of #afc0ed        
        
          <div style="border:2px solid #afc0ed;">Content here</div>
        
        
          .myborder {border:2px solid #afc0ed;}
        
        Border color #afc0ed