#00fafe color space conversions
Hex:
        #00fafe
        RGB:
        0, 250, 254
        CMY:
        100, 2, 0
        CMYK:
        100, 2, 0, 0
      HSL:
        181°, 100.0000%, 49.8039%
        HSV (HSB):
        181°, 100.0000%, 99.6078%
        XYZ:
        52.0750, 75.5270, 105.5995
        xyY:
        0.2233, 0.3239, 75.5270
      CIE-Lab:
        89.6393, -46.2063, -15.8324
        CIE-LCH:
        89.6393, 48.8435, 198.9137
        CIE-Luv:
        89.6393, -68.9136, -18.3082
        Hunter-Lab:
        86.9063, -45.1272, -11.2087
      #00fafe color charts
#00fafe RGB chart
      #00fafe CMYK chart
      #00fafe RGB pie chart
      #00fafe color shades, tints & tones
#00fafe color schemes
#00fafe color preview, HTML & CSS examples
           This text has a color of #00fafe        
        
          <p style="color:#00fafe;">Text here</p>
        
        
          .mytext {color:#00fafe;}
        
        Text color #00fafe
      
           This box has a color of #00fafe        
        
          <div style="background-color:#00fafe;">Content here</div>
        
        
          .mybackground {background-color:#00fafe;}
        
        Background color #00fafe
      
           Border around this has a color of #00fafe        
        
          <div style="border:2px solid #00fafe;">Content here</div>
        
        
          .myborder {border:2px solid #00fafe;}
        
        Border color #00fafe