#66cdef color space conversions
Hex:
        #66cdef
        RGB:
        102, 205, 239
        CMY:
        60, 20, 6
        CMYK:
        57, 14, 0, 6
      HSL:
        195°, 81.0651%, 66.8627%
        HSV (HSB):
        195°, 57.3222%, 93.7255%
        XYZ:
        42.8908, 52.7194, 89.5766
        xyY:
        0.2316, 0.2847, 52.7194
      CIE-Lab:
        77.7090, -20.4066, -25.8350
        CIE-LCH:
        77.7090, 32.9223, 231.6953
        CIE-Luv:
        77.7090, -42.6458, -38.3270
        Hunter-Lab:
        72.6081, -21.6214, -22.3204
      #66cdef color charts
#66cdef RGB chart
      #66cdef CMYK chart
      #66cdef RGB pie chart
      #66cdef color shades, tints & tones
#66cdef color schemes
#66cdef color preview, HTML & CSS examples
           This text has a color of #66cdef        
        
          <p style="color:#66cdef;">Text here</p>
        
        
          .mytext {color:#66cdef;}
        
        Text color #66cdef
      
           This box has a color of #66cdef        
        
          <div style="background-color:#66cdef;">Content here</div>
        
        
          .mybackground {background-color:#66cdef;}
        
        Background color #66cdef
      
           Border around this has a color of #66cdef        
        
          <div style="border:2px solid #66cdef;">Content here</div>
        
        
          .myborder {border:2px solid #66cdef;}
        
        Border color #66cdef