#04afce color space conversions
Hex:
        #04afce
        RGB:
        4, 175, 206
        CMY:
        98, 31, 19
        CMYK:
        98, 15, 0, 19
      HSL:
        189°, 96.1905%, 41.1765%
        HSV (HSB):
        189°, 98.0583%, 80.7843%
        XYZ:
        26.5206, 35.1420, 63.7778
        xyY:
        0.2114, 0.2801, 35.1420
      CIE-Lab:
        65.8591, -26.1137, -26.2037
        CIE-LCH:
        65.8591, 36.9941, 225.0986
        CIE-Luv:
        65.8591, -47.4695, -37.4942
        Hunter-Lab:
        59.2807, -23.8850, -22.2914
      #04afce color charts
#04afce RGB chart
      #04afce CMYK chart
      #04afce RGB pie chart
      #04afce color shades, tints & tones
#04afce color schemes
#04afce color preview, HTML & CSS examples
           This text has a color of #04afce        
        
          <p style="color:#04afce;">Text here</p>
        
        
          .mytext {color:#04afce;}
        
        Text color #04afce
      
           This box has a color of #04afce        
        
          <div style="background-color:#04afce;">Content here</div>
        
        
          .mybackground {background-color:#04afce;}
        
        Background color #04afce
      
           Border around this has a color of #04afce        
        
          <div style="border:2px solid #04afce;">Content here</div>
        
        
          .myborder {border:2px solid #04afce;}
        
        Border color #04afce