#9fafac color space conversions
Hex:
        #9fafac
        RGB:
        159, 175, 172
        CMY:
        38, 31, 33
        CMYK:
        9, 0, 2, 31
      HSL:
        169°, 9.0909%, 65.4902%
        HSV (HSB):
        169°, 9.1429%, 68.6275%
        XYZ:
        37.0744, 41.0094, 44.9913
        xyY:
        0.3012, 0.3332, 41.0094
      CIE-Lab:
        70.1825, -6.1492, -0.3751
        CIE-LCH:
        70.1825, 6.1606, 183.4907
        CIE-Luv:
        70.1825, -8.6228, 0.4814
        Hunter-Lab:
        64.0386, -8.7270, 3.1719
      #9fafac color charts
#9fafac RGB chart
      #9fafac CMYK chart
      #9fafac RGB pie chart
      #9fafac color shades, tints & tones
#9fafac color schemes
#9fafac color preview, HTML & CSS examples
           This text has a color of #9fafac        
        
          <p style="color:#9fafac;">Text here</p>
        
        
          .mytext {color:#9fafac;}
        
        Text color #9fafac
      
           This box has a color of #9fafac        
        
          <div style="background-color:#9fafac;">Content here</div>
        
        
          .mybackground {background-color:#9fafac;}
        
        Background color #9fafac
      
           Border around this has a color of #9fafac        
        
          <div style="border:2px solid #9fafac;">Content here</div>
        
        
          .myborder {border:2px solid #9fafac;}
        
        Border color #9fafac