#95cffe color space conversions
Hex:
        #95cffe
        RGB:
        149, 207, 254
        CMY:
        42, 19, 0
        CMYK:
        41, 19, 0, 0
      HSL:
        207°, 98.1308%, 79.0196%
        HSV (HSB):
        207°, 41.3386%, 99.6078%
        XYZ:
        52.5966, 58.1710, 102.2219
        xyY:
        0.2469, 0.2731, 58.1710
      CIE-Lab:
        80.8337, -6.8900, -28.8807
        CIE-LCH:
        80.8337, 29.6912, 256.5820
        CIE-Luv:
        80.8337, -28.4225, -45.5290
        Hunter-Lab:
        76.2699, -10.3765, -26.0754
      #95cffe color charts
#95cffe RGB chart
      #95cffe CMYK chart
      #95cffe RGB pie chart
      #95cffe color shades, tints & tones
#95cffe color schemes
#95cffe color preview, HTML & CSS examples
           This text has a color of #95cffe        
        
          <p style="color:#95cffe;">Text here</p>
        
        
          .mytext {color:#95cffe;}
        
        Text color #95cffe
      
           This box has a color of #95cffe        
        
          <div style="background-color:#95cffe;">Content here</div>
        
        
          .mybackground {background-color:#95cffe;}
        
        Background color #95cffe
      
           Border around this has a color of #95cffe        
        
          <div style="border:2px solid #95cffe;">Content here</div>
        
        
          .myborder {border:2px solid #95cffe;}
        
        Border color #95cffe