#99caaf color space conversions
Hex:
        #99caaf
        RGB:
        153, 202, 175
        CMY:
        40, 21, 31
        CMYK:
        24, 0, 13, 21
      HSL:
        147°, 31.6129%, 69.6078%
        HSV (HSB):
        147°, 24.2574%, 79.2157%
        XYZ:
        41.9953, 52.1085, 48.4020
        xyY:
        0.2947, 0.3657, 52.1085
      CIE-Lab:
        77.3457, -21.5284, 8.3022
        CIE-LCH:
        77.3457, 23.0737, 158.9113
        CIE-Luv:
        77.3457, -24.5885, 15.8155
        Hunter-Lab:
        72.1862, -22.4812, 10.7755
      #99caaf color charts
#99caaf RGB chart
      #99caaf CMYK chart
      #99caaf RGB pie chart
      #99caaf color shades, tints & tones
#99caaf color schemes
#99caaf color preview, HTML & CSS examples
           This text has a color of #99caaf        
        
          <p style="color:#99caaf;">Text here</p>
        
        
          .mytext {color:#99caaf;}
        
        Text color #99caaf
      
           This box has a color of #99caaf        
        
          <div style="background-color:#99caaf;">Content here</div>
        
        
          .mybackground {background-color:#99caaf;}
        
        Background color #99caaf
      
           Border around this has a color of #99caaf        
        
          <div style="border:2px solid #99caaf;">Content here</div>
        
        
          .myborder {border:2px solid #99caaf;}
        
        Border color #99caaf