#9faffe color space conversions
Hex:
        #9faffe
        RGB:
        159, 175, 254
        CMY:
        38, 31, 0
        CMYK:
        37, 31, 0, 0
      HSL:
        230°, 97.9381%, 80.9804%
        HSV (HSB):
        230°, 37.4016%, 99.6078%
        XYZ:
        47.5174, 45.1866, 99.9834
        xyY:
        0.2466, 0.2345, 45.1866
      CIE-Lab:
        73.0146, 13.1497, -40.9219
        CIE-LCH:
        73.0146, 42.9828, 287.8141
        CIE-Luv:
        73.0146, -11.8214, -68.0370
        Hunter-Lab:
        67.2210, 8.5420, -41.1322
      #9faffe color charts
#9faffe RGB chart
      #9faffe CMYK chart
      #9faffe RGB pie chart
      #9faffe color shades, tints & tones
#9faffe color schemes
#9faffe color preview, HTML & CSS examples
           This text has a color of #9faffe        
        
          <p style="color:#9faffe;">Text here</p>
        
        
          .mytext {color:#9faffe;}
        
        Text color #9faffe
      
           This box has a color of #9faffe        
        
          <div style="background-color:#9faffe;">Content here</div>
        
        
          .mybackground {background-color:#9faffe;}
        
        Background color #9faffe
      
           Border around this has a color of #9faffe        
        
          <div style="border:2px solid #9faffe;">Content here</div>
        
        
          .myborder {border:2px solid #9faffe;}
        
        Border color #9faffe