#05cefa color space conversions
Hex:
        #05cefa
        RGB:
        5, 206, 250
        CMY:
        98, 19, 2
        CMYK:
        98, 18, 0, 2
      HSL:
        191°, 96.0784%, 50.0000%
        HSV (HSB):
        191°, 98.0000%, 98.0392%
        XYZ:
        39.3892, 51.0770, 98.2253
        xyY:
        0.2087, 0.2707, 51.0770
      CIE-Lab:
        76.7256, -26.9020, -33.3774
        CIE-LCH:
        76.7256, 42.8692, 231.1314
        CIE-Luv:
        76.7256, -54.4947, -50.3875
        Hunter-Lab:
        71.4682, -26.6902, -31.4600
      #05cefa color charts
#05cefa RGB chart
      #05cefa CMYK chart
      #05cefa RGB pie chart
      #05cefa color shades, tints & tones
#05cefa color schemes
#05cefa color preview, HTML & CSS examples
           This text has a color of #05cefa        
        
          <p style="color:#05cefa;">Text here</p>
        
        
          .mytext {color:#05cefa;}
        
        Text color #05cefa
      
           This box has a color of #05cefa        
        
          <div style="background-color:#05cefa;">Content here</div>
        
        
          .mybackground {background-color:#05cefa;}
        
        Background color #05cefa
      
           Border around this has a color of #05cefa        
        
          <div style="border:2px solid #05cefa;">Content here</div>
        
        
          .myborder {border:2px solid #05cefa;}
        
        Border color #05cefa