#99cfdd color space conversions
Hex:
        #99cfdd
        RGB:
        153, 207, 221
        CMY:
        40, 19, 13
        CMYK:
        31, 6, 0, 13
      HSL:
        192°, 50.0000%, 73.3333%
        HSV (HSB):
        192°, 30.7692%, 86.6667%
        XYZ:
        48.5008, 56.6184, 76.7788
        xyY:
        0.2666, 0.3113, 56.6184
      CIE-Lab:
        79.9645, -14.0877, -12.5592
        CIE-LCH:
        79.9645, 18.8732, 221.7169
        CIE-Luv:
        79.9645, -26.8911, -17.2969
        Hunter-Lab:
        75.2452, -16.6233, -7.8268
      #99cfdd color charts
#99cfdd RGB chart
      #99cfdd CMYK chart
      #99cfdd RGB pie chart
      #99cfdd color shades, tints & tones
#99cfdd color schemes
#99cfdd color preview, HTML & CSS examples
           This text has a color of #99cfdd        
        
          <p style="color:#99cfdd;">Text here</p>
        
        
          .mytext {color:#99cfdd;}
        
        Text color #99cfdd
      
           This box has a color of #99cfdd        
        
          <div style="background-color:#99cfdd;">Content here</div>
        
        
          .mybackground {background-color:#99cfdd;}
        
        Background color #99cfdd
      
           Border around this has a color of #99cfdd        
        
          <div style="border:2px solid #99cfdd;">Content here</div>
        
        
          .myborder {border:2px solid #99cfdd;}
        
        Border color #99cfdd