#5defdc color space conversions
Hex:
        #5defdc
        RGB:
        93, 239, 220
        CMY:
        64, 6, 14
        CMYK:
        61, 0, 8, 6
      HSL:
        172°, 82.0225%, 65.0980%
        HSV (HSB):
        172°, 61.0879%, 93.7255%
        XYZ:
        48.2990, 69.2275, 78.5268
        xyY:
        0.2464, 0.3531, 69.2275
      CIE-Lab:
        86.6166, -43.3156, -2.4309
        CIE-LCH:
        86.6166, 43.3838, 183.2121
        CIE-Luv:
        86.6166, -58.2520, 3.2106
        Hunter-Lab:
        83.2030, -41.9869, 2.2844
      #5defdc color charts
#5defdc RGB chart
      #5defdc CMYK chart
      #5defdc RGB pie chart
      #5defdc color shades, tints & tones
#5defdc color schemes
#5defdc color preview, HTML & CSS examples
           This text has a color of #5defdc        
        
          <p style="color:#5defdc;">Text here</p>
        
        
          .mytext {color:#5defdc;}
        
        Text color #5defdc
      
           This box has a color of #5defdc        
        
          <div style="background-color:#5defdc;">Content here</div>
        
        
          .mybackground {background-color:#5defdc;}
        
        Background color #5defdc
      
           Border around this has a color of #5defdc        
        
          <div style="border:2px solid #5defdc;">Content here</div>
        
        
          .myborder {border:2px solid #5defdc;}
        
        Border color #5defdc