#50defe color space conversions
Hex:
        #50defe
        RGB:
        80, 222, 254
        CMY:
        69, 13, 0
        CMYK:
        69, 13, 0, 0
      HSL:
        191°, 98.8636%, 65.4902%
        HSV (HSB):
        191°, 68.5039%, 99.6078%
        XYZ:
        47.3189, 61.1038, 103.0662
        xyY:
        0.2237, 0.2889, 61.1038
      CIE-Lab:
        82.4345, -28.0066, -26.6584
        CIE-LCH:
        82.4345, 38.6658, 223.5872
        CIE-Luv:
        82.4345, -52.6862, -38.9684
        Hunter-Lab:
        78.1689, -28.7420, -23.4560
      #50defe color charts
#50defe RGB chart
      #50defe CMYK chart
      #50defe RGB pie chart
      #50defe color shades, tints & tones
#50defe color schemes
#50defe color preview, HTML & CSS examples
           This text has a color of #50defe        
        
          <p style="color:#50defe;">Text here</p>
        
        
          .mytext {color:#50defe;}
        
        Text color #50defe
      
           This box has a color of #50defe        
        
          <div style="background-color:#50defe;">Content here</div>
        
        
          .mybackground {background-color:#50defe;}
        
        Background color #50defe
      
           Border around this has a color of #50defe        
        
          <div style="border:2px solid #50defe;">Content here</div>
        
        
          .myborder {border:2px solid #50defe;}
        
        Border color #50defe