#5febee color space conversions
Hex:
        #5febee
        RGB:
        95, 235, 238
        CMY:
        63, 8, 7
        CMYK:
        60, 1, 0, 7
      HSL:
        181°, 80.7910%, 65.2941%
        HSV (HSB):
        181°, 60.0840%, 93.3333%
        XYZ:
        49.8603, 68.0226, 91.3907
        xyY:
        0.2383, 0.3250, 68.0226
      CIE-Lab:
        86.0177, -36.4807, -12.7662
        CIE-LCH:
        86.0177, 38.6500, 199.2872
        CIE-Luv:
        86.0177, -55.3381, -14.4851
        Hunter-Lab:
        82.4758, -36.4216, -7.9656
      #5febee color charts
#5febee RGB chart
      #5febee CMYK chart
      #5febee RGB pie chart
      #5febee color shades, tints & tones
#5febee color schemes
#5febee color preview, HTML & CSS examples
           This text has a color of #5febee        
        
          <p style="color:#5febee;">Text here</p>
        
        
          .mytext {color:#5febee;}
        
        Text color #5febee
      
           This box has a color of #5febee        
        
          <div style="background-color:#5febee;">Content here</div>
        
        
          .mybackground {background-color:#5febee;}
        
        Background color #5febee
      
           Border around this has a color of #5febee        
        
          <div style="border:2px solid #5febee;">Content here</div>
        
        
          .myborder {border:2px solid #5febee;}
        
        Border color #5febee