#0ccaff color space conversions
Hex:
        #0ccaff
        RGB:
        12, 202, 255
        CMY:
        95, 21, 0
        CMYK:
        95, 21, 0, 0
      HSL:
        193°, 100.0000%, 52.3529%
        HSV (HSB):
        193°, 95.2941%, 100.0000%
        XYZ:
        39.3221, 49.5392, 102.0973
        xyY:
        0.2059, 0.2594, 49.5392
      CIE-Lab:
        75.7856, -23.0617, -37.5048
        CIE-LCH:
        75.7856, 44.0279, 238.4127
        CIE-Luv:
        75.7856, -52.5772, -57.9396
        Hunter-Lab:
        70.3841, -23.4479, -36.7356
      #0ccaff color charts
#0ccaff RGB chart
      #0ccaff CMYK chart
      #0ccaff RGB pie chart
      #0ccaff color shades, tints & tones
#0ccaff color schemes
#0ccaff color preview, HTML & CSS examples
           This text has a color of #0ccaff        
        
          <p style="color:#0ccaff;">Text here</p>
        
        
          .mytext {color:#0ccaff;}
        
        Text color #0ccaff
      
           This box has a color of #0ccaff        
        
          <div style="background-color:#0ccaff;">Content here</div>
        
        
          .mybackground {background-color:#0ccaff;}
        
        Background color #0ccaff
      
           Border around this has a color of #0ccaff        
        
          <div style="border:2px solid #0ccaff;">Content here</div>
        
        
          .myborder {border:2px solid #0ccaff;}
        
        Border color #0ccaff