#0ccffe color space conversions
Hex:
        #0ccffe
        RGB:
        12, 207, 254
        CMY:
        95, 19, 0
        CMYK:
        95, 19, 0, 0
      HSL:
        192°, 99.1803%, 52.1569%
        HSV (HSB):
        192°, 95.2756%, 99.6078%
        XYZ:
        40.3538, 51.8596, 101.6490
        xyY:
        0.2082, 0.2675, 51.8596
      CIE-Lab:
        77.1968, -25.9143, -34.7848
        CIE-LCH:
        77.1968, 43.3766, 233.3142
        CIE-Luv:
        77.1968, -54.3214, -52.9806
        Hunter-Lab:
        72.0136, -25.9988, -33.2798
      #0ccffe color charts
#0ccffe RGB chart
      #0ccffe CMYK chart
      #0ccffe RGB pie chart
      #0ccffe color shades, tints & tones
#0ccffe color schemes
#0ccffe color preview, HTML & CSS examples
           This text has a color of #0ccffe        
        
          <p style="color:#0ccffe;">Text here</p>
        
        
          .mytext {color:#0ccffe;}
        
        Text color #0ccffe
      
           This box has a color of #0ccffe        
        
          <div style="background-color:#0ccffe;">Content here</div>
        
        
          .mybackground {background-color:#0ccffe;}
        
        Background color #0ccffe
      
           Border around this has a color of #0ccffe        
        
          <div style="border:2px solid #0ccffe;">Content here</div>
        
        
          .myborder {border:2px solid #0ccffe;}
        
        Border color #0ccffe