#0cdef1 color space conversions
Hex:
        #0cdef1
        RGB:
        12, 222, 241
        CMY:
        95, 13, 5
        CMYK:
        95, 8, 0, 5
      HSL:
        185°, 90.5138%, 49.6078%
        HSV (HSB):
        185°, 95.0207%, 94.5098%
        XYZ:
        42.1501, 58.6716, 92.3223
        xyY:
        0.2182, 0.3038, 58.6716
      CIE-Lab:
        81.1107, -37.2897, -21.8655
        CIE-LCH:
        81.1107, 43.2275, 210.3860
        CIE-Luv:
        81.1107, -60.3611, -29.5269
        Hunter-Lab:
        76.5974, -35.8203, -17.8437
      #0cdef1 color charts
#0cdef1 RGB chart
      #0cdef1 CMYK chart
      #0cdef1 RGB pie chart
      #0cdef1 color shades, tints & tones
#0cdef1 color schemes
#0cdef1 color preview, HTML & CSS examples
           This text has a color of #0cdef1        
        
          <p style="color:#0cdef1;">Text here</p>
        
        
          .mytext {color:#0cdef1;}
        
        Text color #0cdef1
      
           This box has a color of #0cdef1        
        
          <div style="background-color:#0cdef1;">Content here</div>
        
        
          .mybackground {background-color:#0cdef1;}
        
        Background color #0cdef1
      
           Border around this has a color of #0cdef1        
        
          <div style="border:2px solid #0cdef1;">Content here</div>
        
        
          .myborder {border:2px solid #0cdef1;}
        
        Border color #0cdef1