#41cdef color space conversions
Hex:
        #41cdef
        RGB:
        65, 205, 239
        CMY:
        75, 20, 6
        CMYK:
        73, 14, 0, 6
      HSL:
        192°, 84.4660%, 59.6078%
        HSV (HSB):
        192°, 72.8033%, 93.7255%
        XYZ:
        39.5913, 51.0185, 89.4222
        xyY:
        0.2199, 0.2834, 51.0185
      CIE-Lab:
        76.6902, -26.1128, -27.4839
        CIE-LCH:
        76.6902, 37.9110, 226.4653
        CIE-Luv:
        76.6902, -50.1152, -40.3401
        Hunter-Lab:
        71.4272, -26.0571, -24.2282
      #41cdef color charts
#41cdef RGB chart
      #41cdef CMYK chart
      #41cdef RGB pie chart
      #41cdef color shades, tints & tones
#41cdef color schemes
#41cdef color preview, HTML & CSS examples
           This text has a color of #41cdef        
        
          <p style="color:#41cdef;">Text here</p>
        
        
          .mytext {color:#41cdef;}
        
        Text color #41cdef
      
           This box has a color of #41cdef        
        
          <div style="background-color:#41cdef;">Content here</div>
        
        
          .mybackground {background-color:#41cdef;}
        
        Background color #41cdef
      
           Border around this has a color of #41cdef        
        
          <div style="border:2px solid #41cdef;">Content here</div>
        
        
          .myborder {border:2px solid #41cdef;}
        
        Border color #41cdef