#0cadff color space conversions
Hex:
        #0cadff
        RGB:
        12, 173, 255
        CMY:
        95, 32, 0
        CMYK:
        95, 32, 0, 0
      HSL:
        200°, 100.0000%, 52.3529%
        HSV (HSB):
        200°, 95.2941%, 100.0000%
        XYZ:
        33.1452, 37.1853, 100.0383
        xyY:
        0.1945, 0.2183, 37.1853
      CIE-Lab:
        67.4158, -7.6147, -50.6106
        CIE-LCH:
        67.4158, 51.1802, 261.4437
        CIE-Luv:
        67.4158, -42.9846, -81.2813
        Hunter-Lab:
        60.9798, -9.6919, -54.5804
      #0cadff color charts
#0cadff RGB chart
      #0cadff CMYK chart
      #0cadff RGB pie chart
      #0cadff color shades, tints & tones
#0cadff color schemes
#0cadff color preview, HTML & CSS examples
           This text has a color of #0cadff        
        
          <p style="color:#0cadff;">Text here</p>
        
        
          .mytext {color:#0cadff;}
        
        Text color #0cadff
      
           This box has a color of #0cadff        
        
          <div style="background-color:#0cadff;">Content here</div>
        
        
          .mybackground {background-color:#0cadff;}
        
        Background color #0cadff
      
           Border around this has a color of #0cadff        
        
          <div style="border:2px solid #0cadff;">Content here</div>
        
        
          .myborder {border:2px solid #0cadff;}
        
        Border color #0cadff