#50abca color space conversions
Hex:
        #50abca
        RGB:
        80, 171, 202
        CMY:
        69, 33, 21
        CMYK:
        60, 15, 0, 21
      HSL:
        195°, 53.5088%, 55.2941%
        HSV (HSB):
        195°, 60.3960%, 79.2157%
        XYZ:
        28.5318, 35.0956, 61.1474
        xyY:
        0.2287, 0.2813, 35.0956
      CIE-Lab:
        65.8230, -17.8994, -23.9330
        CIE-LCH:
        65.8230, 29.8861, 233.2073
        CIE-Luv:
        65.8230, -37.0355, -34.7225
        Hunter-Lab:
        59.2415, -17.7036, -19.7284
      #50abca color charts
#50abca RGB chart
      #50abca CMYK chart
      #50abca RGB pie chart
      #50abca color shades, tints & tones
#50abca color schemes
#50abca color preview, HTML & CSS examples
           This text has a color of #50abca        
        
          <p style="color:#50abca;">Text here</p>
        
        
          .mytext {color:#50abca;}
        
        Text color #50abca
      
           This box has a color of #50abca        
        
          <div style="background-color:#50abca;">Content here</div>
        
        
          .mybackground {background-color:#50abca;}
        
        Background color #50abca
      
           Border around this has a color of #50abca        
        
          <div style="border:2px solid #50abca;">Content here</div>
        
        
          .myborder {border:2px solid #50abca;}
        
        Border color #50abca