#acfefe color space conversions
Hex:
        #acfefe
        RGB:
        172, 254, 254
        CMY:
        33, 0, 0
        CMYK:
        32, 0, 0, 0
      HSL:
        180°, 97.6190%, 83.5294%
        HSV (HSB):
        180°, 32.2835%, 99.6078%
        XYZ:
        70.3445, 86.8100, 106.8144
        xyY:
        0.2665, 0.3289, 86.8100
      CIE-Lab:
        94.6576, -24.6996, -7.9363
        CIE-LCH:
        94.6576, 25.9434, 197.8130
        CIE-Luv:
        94.6576, -38.9260, -8.4129
        Hunter-Lab:
        93.1719, -28.2840, -2.7511
      #acfefe color charts
#acfefe RGB chart
      #acfefe CMYK chart
      #acfefe RGB pie chart
      #acfefe color shades, tints & tones
#acfefe color schemes
#acfefe color preview, HTML & CSS examples
           This text has a color of #acfefe        
        
          <p style="color:#acfefe;">Text here</p>
        
        
          .mytext {color:#acfefe;}
        
        Text color #acfefe
      
           This box has a color of #acfefe        
        
          <div style="background-color:#acfefe;">Content here</div>
        
        
          .mybackground {background-color:#acfefe;}
        
        Background color #acfefe
      
           Border around this has a color of #acfefe        
        
          <div style="border:2px solid #acfefe;">Content here</div>
        
        
          .myborder {border:2px solid #acfefe;}
        
        Border color #acfefe