#95cded color space conversions
Hex:
        #95cded
        RGB:
        149, 205, 237
        CMY:
        42, 20, 7
        CMYK:
        37, 14, 0, 7
      HSL:
        202°, 70.9677%, 75.6863%
        HSV (HSB):
        202°, 37.1308%, 92.9412%
        XYZ:
        49.5118, 56.1666, 88.3525
        xyY:
        0.2552, 0.2895, 56.1666
      CIE-Lab:
        79.7086, -10.2275, -21.5299
        CIE-LCH:
        79.7086, 23.8357, 244.5905
        CIE-Luv:
        79.7086, -27.6429, -32.5958
        Hunter-Lab:
        74.9444, -13.2272, -17.4363
      #95cded color charts
#95cded RGB chart
      #95cded CMYK chart
      #95cded RGB pie chart
      #95cded color shades, tints & tones
#95cded color schemes
#95cded color preview, HTML & CSS examples
           This text has a color of #95cded        
        
          <p style="color:#95cded;">Text here</p>
        
        
          .mytext {color:#95cded;}
        
        Text color #95cded
      
           This box has a color of #95cded        
        
          <div style="background-color:#95cded;">Content here</div>
        
        
          .mybackground {background-color:#95cded;}
        
        Background color #95cded
      
           Border around this has a color of #95cded        
        
          <div style="border:2px solid #95cded;">Content here</div>
        
        
          .myborder {border:2px solid #95cded;}
        
        Border color #95cded