#05adcd color space conversions
Hex:
        #05adcd
        RGB:
        5, 173, 205
        CMY:
        98, 32, 20
        CMYK:
        98, 16, 0, 20
      HSL:
        190°, 95.2381%, 41.1765%
        HSV (HSB):
        190°, 97.5610%, 80.3922%
        XYZ:
        26.0256, 34.3272, 63.0117
        xyY:
        0.2110, 0.2783, 34.3272
      CIE-Lab:
        65.2214, -25.4110, -26.6303
        CIE-LCH:
        65.2214, 36.8089, 226.3422
        CIE-Luv:
        65.2214, -46.8263, -38.2446
        Hunter-Lab:
        58.5894, -23.2412, -22.7526
      #05adcd color charts
#05adcd RGB chart
      #05adcd CMYK chart
      #05adcd RGB pie chart
      #05adcd color shades, tints & tones
#05adcd color schemes
#05adcd color preview, HTML & CSS examples
           This text has a color of #05adcd        
        
          <p style="color:#05adcd;">Text here</p>
        
        
          .mytext {color:#05adcd;}
        
        Text color #05adcd
      
           This box has a color of #05adcd        
        
          <div style="background-color:#05adcd;">Content here</div>
        
        
          .mybackground {background-color:#05adcd;}
        
        Background color #05adcd
      
           Border around this has a color of #05adcd        
        
          <div style="border:2px solid #05adcd;">Content here</div>
        
        
          .myborder {border:2px solid #05adcd;}
        
        Border color #05adcd