#5dbbec color space conversions
Hex:
        #5dbbec
        RGB:
        93, 187, 236
        CMY:
        64, 27, 7
        CMYK:
        61, 21, 0, 7
      HSL:
        201°, 79.0055%, 64.5098%
        HSV (HSB):
        201°, 60.5932%, 92.5490%
        XYZ:
        37.4248, 43.9239, 85.8625
        xyY:
        0.2238, 0.2627, 43.9239
      CIE-Lab:
        72.1776, -13.6014, -32.7452
        CIE-LCH:
        72.1776, 35.4576, 247.4435
        CIE-Luv:
        72.1776, -38.3778, -50.5784
        Hunter-Lab:
        66.2751, -15.1845, -30.4204
      #5dbbec color charts
#5dbbec RGB chart
      #5dbbec CMYK chart
      #5dbbec RGB pie chart
      #5dbbec color shades, tints & tones
#5dbbec color schemes
#5dbbec color preview, HTML & CSS examples
           This text has a color of #5dbbec        
        
          <p style="color:#5dbbec;">Text here</p>
        
        
          .mytext {color:#5dbbec;}
        
        Text color #5dbbec
      
           This box has a color of #5dbbec        
        
          <div style="background-color:#5dbbec;">Content here</div>
        
        
          .mybackground {background-color:#5dbbec;}
        
        Background color #5dbbec
      
           Border around this has a color of #5dbbec        
        
          <div style="border:2px solid #5dbbec;">Content here</div>
        
        
          .myborder {border:2px solid #5dbbec;}
        
        Border color #5dbbec