#afc1ed color space conversions
Hex:
        #afc1ed
        RGB:
        175, 193, 237
        CMY:
        31, 24, 7
        CMYK:
        26, 19, 0, 7
      HSL:
        223°, 63.2653%, 80.7843%
        HSV (HSB):
        223°, 26.1603%, 92.9412%
        XYZ:
        52.0352, 53.3683, 87.6793
        xyY:
        0.2695, 0.2764, 53.3683
      CIE-Lab:
        78.0920, 3.4623, -23.8422
        CIE-LCH:
        78.0920, 24.0923, 278.2627
        CIE-Luv:
        78.0920, -11.4376, -38.3658
        Hunter-Lab:
        73.0536, -0.7004, -20.0226
      #afc1ed color charts
#afc1ed RGB chart
      #afc1ed CMYK chart
      #afc1ed RGB pie chart
      #afc1ed color shades, tints & tones
#afc1ed color schemes
#afc1ed color preview, HTML & CSS examples
           This text has a color of #afc1ed        
        
          <p style="color:#afc1ed;">Text here</p>
        
        
          .mytext {color:#afc1ed;}
        
        Text color #afc1ed
      
           This box has a color of #afc1ed        
        
          <div style="background-color:#afc1ed;">Content here</div>
        
        
          .mybackground {background-color:#afc1ed;}
        
        Background color #afc1ed
      
           Border around this has a color of #afc1ed        
        
          <div style="border:2px solid #afc1ed;">Content here</div>
        
        
          .myborder {border:2px solid #afc1ed;}
        
        Border color #afc1ed