#05ccde color space conversions
Hex:
        #05ccde
        RGB:
        5, 204, 222
        CMY:
        98, 20, 13
        CMYK:
        98, 8, 0, 13
      HSL:
        185°, 95.5947%, 44.5098%
        HSV (HSB):
        185°, 97.7477%, 87.0588%
        XYZ:
        34.8403, 48.4919, 76.6308
        xyY:
        0.2178, 0.3031, 48.4919
      CIE-Lab:
        75.1341, -34.9833, -20.7729
        CIE-LCH:
        75.1341, 40.6860, 210.7017
        CIE-Luv:
        75.1341, -56.0364, -27.7775
        Hunter-Lab:
        69.6361, -32.5563, -16.5002
      #05ccde color charts
#05ccde RGB chart
      #05ccde CMYK chart
      #05ccde RGB pie chart
      #05ccde color shades, tints & tones
#05ccde color schemes
#05ccde color preview, HTML & CSS examples
           This text has a color of #05ccde        
        
          <p style="color:#05ccde;">Text here</p>
        
        
          .mytext {color:#05ccde;}
        
        Text color #05ccde
      
           This box has a color of #05ccde        
        
          <div style="background-color:#05ccde;">Content here</div>
        
        
          .mybackground {background-color:#05ccde;}
        
        Background color #05ccde
      
           Border around this has a color of #05ccde        
        
          <div style="border:2px solid #05ccde;">Content here</div>
        
        
          .myborder {border:2px solid #05ccde;}
        
        Border color #05ccde