#50ccdd color space conversions
Hex:
        #50ccdd
        RGB:
        80, 204, 221
        CMY:
        69, 20, 13
        CMYK:
        64, 8, 0, 13
      HSL:
        187°, 67.4641%, 59.0196%
        HSV (HSB):
        187°, 63.8009%, 86.6667%
        XYZ:
        37.9523, 50.1117, 76.0788
        xyY:
        0.2312, 0.3053, 50.1117
      CIE-Lab:
        76.1377, -28.9573, -18.6144
        CIE-LCH:
        76.1377, 34.4241, 212.7338
        CIE-Luv:
        76.1377, -48.1978, -24.9888
        Hunter-Lab:
        70.7896, -28.1830, -14.1673
      #50ccdd color charts
#50ccdd RGB chart
      #50ccdd CMYK chart
      #50ccdd RGB pie chart
      #50ccdd color shades, tints & tones
#50ccdd color schemes
#50ccdd color preview, HTML & CSS examples
           This text has a color of #50ccdd        
        
          <p style="color:#50ccdd;">Text here</p>
        
        
          .mytext {color:#50ccdd;}
        
        Text color #50ccdd
      
           This box has a color of #50ccdd        
        
          <div style="background-color:#50ccdd;">Content here</div>
        
        
          .mybackground {background-color:#50ccdd;}
        
        Background color #50ccdd
      
           Border around this has a color of #50ccdd        
        
          <div style="border:2px solid #50ccdd;">Content here</div>
        
        
          .myborder {border:2px solid #50ccdd;}
        
        Border color #50ccdd