#05facc color space conversions
Hex:
        #05facc
        RGB:
        5, 250, 204
        CMY:
        98, 2, 20
        CMYK:
        98, 0, 18, 2
      HSL:
        169°, 96.0784%, 50.0000%
        HSV (HSB):
        169°, 98.0000%, 98.0392%
        XYZ:
        45.1473, 72.7631, 68.7919
        xyY:
        0.2418, 0.3897, 72.7631
      CIE-Lab:
        88.3346, -59.5956, 8.2721
        CIE-LCH:
        88.3346, 60.1670, 172.0977
        CIE-Luv:
        88.3346, -72.7707, 22.1522
        Hunter-Lab:
        85.3013, -54.8029, 11.8960
      #05facc color charts
#05facc RGB chart
      #05facc CMYK chart
      #05facc RGB pie chart
      #05facc color shades, tints & tones
#05facc color schemes
#05facc color preview, HTML & CSS examples
           This text has a color of #05facc        
        
          <p style="color:#05facc;">Text here</p>
        
        
          .mytext {color:#05facc;}
        
        Text color #05facc
      
           This box has a color of #05facc        
        
          <div style="background-color:#05facc;">Content here</div>
        
        
          .mybackground {background-color:#05facc;}
        
        Background color #05facc
      
           Border around this has a color of #05facc        
        
          <div style="border:2px solid #05facc;">Content here</div>
        
        
          .myborder {border:2px solid #05facc;}
        
        Border color #05facc