#5febdc color space conversions
Hex:
        #5febdc
        RGB:
        95, 235, 220
        CMY:
        63, 8, 14
        CMYK:
        60, 0, 6, 8
      HSL:
        174°, 77.7778%, 64.7059%
        HSV (HSB):
        174°, 59.5745%, 92.1569%
        XYZ:
        47.3459, 67.0169, 78.1503
        xyY:
        0.2459, 0.3481, 67.0169
      CIE-Lab:
        85.5125, -41.1984, -4.0474
        CIE-LCH:
        85.5125, 41.3967, 185.6109
        CIE-Luv:
        85.5125, -56.3549, 0.3279
        Hunter-Lab:
        81.8638, -40.0263, 0.7042
      #5febdc color charts
#5febdc RGB chart
      #5febdc CMYK chart
      #5febdc RGB pie chart
      #5febdc color shades, tints & tones
#5febdc color schemes
#5febdc color preview, HTML & CSS examples
           This text has a color of #5febdc        
        
          <p style="color:#5febdc;">Text here</p>
        
        
          .mytext {color:#5febdc;}
        
        Text color #5febdc
      
           This box has a color of #5febdc        
        
          <div style="background-color:#5febdc;">Content here</div>
        
        
          .mybackground {background-color:#5febdc;}
        
        Background color #5febdc
      
           Border around this has a color of #5febdc        
        
          <div style="border:2px solid #5febdc;">Content here</div>
        
        
          .myborder {border:2px solid #5febdc;}
        
        Border color #5febdc