#96fdef color space conversions
Hex:
        #96fdef
        RGB:
        150, 253, 239
        CMY:
        41, 1, 6
        CMYK:
        41, 0, 6, 1
      HSL:
        172°, 96.2617%, 79.0196%
        HSV (HSB):
        172°, 40.7115%, 99.2157%
        XYZ:
        63.2829, 82.9666, 94.3401
        xyY:
        0.2630, 0.3448, 82.9666
      CIE-Lab:
        92.9998, -33.2244, -2.7363
        CIE-LCH:
        92.9998, 33.3369, 184.7081
        CIE-Luv:
        92.9998, -46.8096, 1.2683
        Hunter-Lab:
        91.0860, -35.3858, 2.3520
      #96fdef color charts
#96fdef RGB chart
      #96fdef CMYK chart
      #96fdef RGB pie chart
      #96fdef color shades, tints & tones
#96fdef color schemes
#96fdef color preview, HTML & CSS examples
           This text has a color of #96fdef        
        
          <p style="color:#96fdef;">Text here</p>
        
        
          .mytext {color:#96fdef;}
        
        Text color #96fdef
      
           This box has a color of #96fdef        
        
          <div style="background-color:#96fdef;">Content here</div>
        
        
          .mybackground {background-color:#96fdef;}
        
        Background color #96fdef
      
           Border around this has a color of #96fdef        
        
          <div style="border:2px solid #96fdef;">Content here</div>
        
        
          .myborder {border:2px solid #96fdef;}
        
        Border color #96fdef