#afc3ed color space conversions
Hex:
        #afc3ed
        RGB:
        175, 195, 237
        CMY:
        31, 24, 7
        CMYK:
        26, 18, 0, 7
      HSL:
        221°, 63.2653%, 80.7843%
        HSV (HSB):
        221°, 26.1603%, 92.9412%
        XYZ:
        52.4804, 54.2586, 87.8277
        xyY:
        0.2697, 0.2789, 54.2586
      CIE-Lab:
        78.6123, 2.3826, -23.0500
        CIE-LCH:
        78.6123, 23.1728, 275.9015
        CIE-Luv:
        78.6123, -12.3071, -36.9213
        Hunter-Lab:
        73.6604, -1.7310, -19.1311
      #afc3ed color charts
#afc3ed RGB chart
      #afc3ed CMYK chart
      #afc3ed RGB pie chart
      #afc3ed color shades, tints & tones
#afc3ed color schemes
#afc3ed color preview, HTML & CSS examples
           This text has a color of #afc3ed        
        
          <p style="color:#afc3ed;">Text here</p>
        
        
          .mytext {color:#afc3ed;}
        
        Text color #afc3ed
      
           This box has a color of #afc3ed        
        
          <div style="background-color:#afc3ed;">Content here</div>
        
        
          .mybackground {background-color:#afc3ed;}
        
        Background color #afc3ed
      
           Border around this has a color of #afc3ed        
        
          <div style="border:2px solid #afc3ed;">Content here</div>
        
        
          .myborder {border:2px solid #afc3ed;}
        
        Border color #afc3ed