#9daabe color space conversions
Hex:
        #9daabe
        RGB:
        157, 170, 190
        CMY:
        38, 33, 25
        CMYK:
        17, 11, 0, 25
      HSL:
        216°, 20.2454%, 68.0392%
        HSV (HSB):
        216°, 17.3684%, 74.5098%
        XYZ:
        37.5736, 39.6353, 54.3852
        xyY:
        0.2855, 0.3012, 39.6353
      CIE-Lab:
        69.2089, -0.3204, -11.7734
        CIE-LCH:
        69.2089, 11.7778, 268.4412
        CIE-Luv:
        69.2089, -7.9639, -17.7972
        Hunter-Lab:
        62.9565, -3.6419, -7.1483
      #9daabe color charts
#9daabe RGB chart
      #9daabe CMYK chart
      #9daabe RGB pie chart
      #9daabe color shades, tints & tones
#9daabe color schemes
#9daabe color preview, HTML & CSS examples
           This text has a color of #9daabe        
        
          <p style="color:#9daabe;">Text here</p>
        
        
          .mytext {color:#9daabe;}
        
        Text color #9daabe
      
           This box has a color of #9daabe        
        
          <div style="background-color:#9daabe;">Content here</div>
        
        
          .mybackground {background-color:#9daabe;}
        
        Background color #9daabe
      
           Border around this has a color of #9daabe        
        
          <div style="border:2px solid #9daabe;">Content here</div>
        
        
          .myborder {border:2px solid #9daabe;}
        
        Border color #9daabe