#acfafe color space conversions
Hex:
        #acfafe
        RGB:
        172, 250, 254
        CMY:
        33, 2, 0
        CMYK:
        32, 2, 0, 0
      HSL:
        183°, 97.6190%, 83.5294%
        HSV (HSB):
        183°, 32.2835%, 99.6078%
        XYZ:
        69.0883, 84.2976, 106.3957
        xyY:
        0.2659, 0.3245, 84.2976
      CIE-Lab:
        93.5796, -22.7615, -9.5349
        CIE-LCH:
        93.5796, 24.6779, 202.7291
        CIE-Luv:
        93.5796, -37.2634, -11.3056
        Hunter-Lab:
        91.8137, -26.3559, -4.4369
      #acfafe color charts
#acfafe RGB chart
      #acfafe CMYK chart
      #acfafe RGB pie chart
      #acfafe color shades, tints & tones
#acfafe color schemes
#acfafe color preview, HTML & CSS examples
           This text has a color of #acfafe        
        
          <p style="color:#acfafe;">Text here</p>
        
        
          .mytext {color:#acfafe;}
        
        Text color #acfafe
      
           This box has a color of #acfafe        
        
          <div style="background-color:#acfafe;">Content here</div>
        
        
          .mybackground {background-color:#acfafe;}
        
        Background color #acfafe
      
           Border around this has a color of #acfafe        
        
          <div style="border:2px solid #acfafe;">Content here</div>
        
        
          .myborder {border:2px solid #acfafe;}
        
        Border color #acfafe