#95feed color space conversions
Hex:
        #95feed
        RGB:
        149, 254, 237
        CMY:
        42, 0, 7
        CMYK:
        41, 0, 7, 0
      HSL:
        170°, 98.1308%, 79.0196%
        HSV (HSB):
        170°, 41.3386%, 99.6078%
        XYZ:
        63.1223, 83.3876, 92.8893
        xyY:
        0.2637, 0.3483, 83.3876
      CIE-Lab:
        93.1839, -34.3875, -1.4364
        CIE-LCH:
        93.1839, 34.4175, 182.3920
        CIE-Luv:
        93.1839, -47.6091, 3.5096
        Hunter-Lab:
        91.3168, -36.4172, 3.6108
      #95feed color charts
#95feed RGB chart
      #95feed CMYK chart
      #95feed RGB pie chart
      #95feed color shades, tints & tones
#95feed color schemes
#95feed color preview, HTML & CSS examples
           This text has a color of #95feed        
        
          <p style="color:#95feed;">Text here</p>
        
        
          .mytext {color:#95feed;}
        
        Text color #95feed
      
           This box has a color of #95feed        
        
          <div style="background-color:#95feed;">Content here</div>
        
        
          .mybackground {background-color:#95feed;}
        
        Background color #95feed
      
           Border around this has a color of #95feed        
        
          <div style="border:2px solid #95feed;">Content here</div>
        
        
          .myborder {border:2px solid #95feed;}
        
        Border color #95feed