#29cdef color space conversions
Hex:
        #29cdef
        RGB:
        41, 205, 239
        CMY:
        84, 20, 6
        CMYK:
        83, 14, 0, 6
      HSL:
        190°, 86.0870%, 54.9020%
        HSV (HSB):
        190°, 82.8452%, 93.7255%
        XYZ:
        38.3258, 50.3661, 89.3630
        xyY:
        0.2152, 0.2829, 50.3661
      CIE-Lab:
        76.2934, -28.4244, -28.1266
        CIE-LCH:
        76.2934, 39.9882, 224.6983
        CIE-Luv:
        76.2934, -53.0361, -41.1279
        Hunter-Lab:
        70.9690, -27.7996, -24.9786
      #29cdef color charts
#29cdef RGB chart
      #29cdef CMYK chart
      #29cdef RGB pie chart
      #29cdef color shades, tints & tones
#29cdef color schemes
#29cdef color preview, HTML & CSS examples
           This text has a color of #29cdef        
        
          <p style="color:#29cdef;">Text here</p>
        
        
          .mytext {color:#29cdef;}
        
        Text color #29cdef
      
           This box has a color of #29cdef        
        
          <div style="background-color:#29cdef;">Content here</div>
        
        
          .mybackground {background-color:#29cdef;}
        
        Background color #29cdef
      
           Border around this has a color of #29cdef        
        
          <div style="border:2px solid #29cdef;">Content here</div>
        
        
          .myborder {border:2px solid #29cdef;}
        
        Border color #29cdef