#50cdef color space conversions
Hex:
        #50cdef
        RGB:
        80, 205, 239
        CMY:
        69, 20, 6
        CMYK:
        67, 14, 0, 6
      HSL:
        193°, 83.2461%, 62.5490%
        HSV (HSB):
        193°, 66.5272%, 93.7255%
        XYZ:
        40.7196, 51.6001, 89.4750
        xyY:
        0.2240, 0.2838, 51.6001
      CIE-Lab:
        77.0411, -24.1114, -26.9157
        CIE-LCH:
        77.0411, 36.1360, 228.1457
        CIE-Luv:
        77.0411, -47.5375, -39.6452
        Hunter-Lab:
        71.8332, -24.5231, -23.5680
      #50cdef color charts
#50cdef RGB chart
      #50cdef CMYK chart
      #50cdef RGB pie chart
      #50cdef color shades, tints & tones
#50cdef color schemes
#50cdef color preview, HTML & CSS examples
           This text has a color of #50cdef        
        
          <p style="color:#50cdef;">Text here</p>
        
        
          .mytext {color:#50cdef;}
        
        Text color #50cdef
      
           This box has a color of #50cdef        
        
          <div style="background-color:#50cdef;">Content here</div>
        
        
          .mybackground {background-color:#50cdef;}
        
        Background color #50cdef
      
           Border around this has a color of #50cdef        
        
          <div style="border:2px solid #50cdef;">Content here</div>
        
        
          .myborder {border:2px solid #50cdef;}
        
        Border color #50cdef