#95ebdc color space conversions
Hex:
        #95ebdc
        RGB:
        149, 235, 220
        CMY:
        42, 8, 14
        CMYK:
        37, 0, 6, 8
      HSL:
        170°, 68.2540%, 75.2941%
        HSV (HSB):
        170°, 36.5957%, 92.1569%
        XYZ:
        55.0210, 70.9735, 78.5095
        xyY:
        0.2690, 0.3471, 70.9735
      CIE-Lab:
        87.4721, -29.2911, -0.9426
        CIE-LCH:
        87.4721, 29.3063, 181.8431
        CIE-Luv:
        87.4721, -40.2938, 3.4359
        Hunter-Lab:
        84.2458, -30.8516, 3.7191
      #95ebdc color charts
#95ebdc RGB chart
      #95ebdc CMYK chart
      #95ebdc RGB pie chart
      #95ebdc color shades, tints & tones
#95ebdc color schemes
#95ebdc color preview, HTML & CSS examples
           This text has a color of #95ebdc        
        
          <p style="color:#95ebdc;">Text here</p>
        
        
          .mytext {color:#95ebdc;}
        
        Text color #95ebdc
      
           This box has a color of #95ebdc        
        
          <div style="background-color:#95ebdc;">Content here</div>
        
        
          .mybackground {background-color:#95ebdc;}
        
        Background color #95ebdc
      
           Border around this has a color of #95ebdc        
        
          <div style="border:2px solid #95ebdc;">Content here</div>
        
        
          .myborder {border:2px solid #95ebdc;}
        
        Border color #95ebdc