#9facff color space conversions
Hex:
        #9facff
        RGB:
        159, 172, 255
        CMY:
        38, 33, 0
        CMYK:
        38, 33, 0, 0
      HSL:
        232°, 100.0000%, 81.1765%
        HSV (HSB):
        232°, 37.6471%, 100.0000%
        XYZ:
        47.1006, 44.0960, 100.6366
        xyY:
        0.2455, 0.2299, 44.0960
      CIE-Lab:
        72.2926, 15.0980, -42.5892
        CIE-LCH:
        72.2926, 45.1862, 289.5196
        CIE-Luv:
        72.2926, -10.7005, -71.0275
        Hunter-Lab:
        66.4048, 10.4008, -43.3708
      #9facff color charts
#9facff RGB chart
      #9facff CMYK chart
      #9facff RGB pie chart
      #9facff color shades, tints & tones
#9facff color schemes
#9facff color preview, HTML & CSS examples
           This text has a color of #9facff        
        
          <p style="color:#9facff;">Text here</p>
        
        
          .mytext {color:#9facff;}
        
        Text color #9facff
      
           This box has a color of #9facff        
        
          <div style="background-color:#9facff;">Content here</div>
        
        
          .mybackground {background-color:#9facff;}
        
        Background color #9facff
      
           Border around this has a color of #9facff        
        
          <div style="border:2px solid #9facff;">Content here</div>
        
        
          .myborder {border:2px solid #9facff;}
        
        Border color #9facff