#5ebded color space conversions
Hex:
        #5ebded
        RGB:
        94, 189, 237
        CMY:
        63, 26, 7
        CMYK:
        60, 20, 0, 7
      HSL:
        200°, 79.8883%, 64.9020%
        HSV (HSB):
        200°, 60.3376%, 92.9412%
        XYZ:
        38.0998, 44.8893, 86.7772
        xyY:
        0.2244, 0.2644, 44.8893
      CIE-Lab:
        72.8189, -14.1758, -32.2933
        CIE-LCH:
        72.8189, 35.2677, 246.2999
        CIE-Luv:
        72.8189, -38.8255, -49.7904
        Hunter-Lab:
        66.9995, -15.7437, -29.8923
      #5ebded color charts
#5ebded RGB chart
      #5ebded CMYK chart
      #5ebded RGB pie chart
      #5ebded color shades, tints & tones
#5ebded color schemes
#5ebded color preview, HTML & CSS examples
           This text has a color of #5ebded        
        
          <p style="color:#5ebded;">Text here</p>
        
        
          .mytext {color:#5ebded;}
        
        Text color #5ebded
      
           This box has a color of #5ebded        
        
          <div style="background-color:#5ebded;">Content here</div>
        
        
          .mybackground {background-color:#5ebded;}
        
        Background color #5ebded
      
           Border around this has a color of #5ebded        
        
          <div style="border:2px solid #5ebded;">Content here</div>
        
        
          .myborder {border:2px solid #5ebded;}
        
        Border color #5ebded