#99baff color space conversions
Hex:
        #99baff
        RGB:
        153, 186, 255
        CMY:
        40, 27, 0
        CMYK:
        40, 27, 0, 0
      HSL:
        221°, 100.0000%, 80.0000%
        HSV (HSB):
        221°, 40.0000%, 100.0000%
        XYZ:
        48.7458, 49.1101, 101.5178
        xyY:
        0.2445, 0.2463, 49.1101
      CIE-Lab:
        75.5198, 5.7419, -37.5920
        CIE-LCH:
        75.5198, 38.0280, 278.6844
        CIE-Luv:
        75.5198, -18.6025, -61.6756
        Hunter-Lab:
        70.0786, 1.5247, -36.8341
      #99baff color charts
#99baff RGB chart
      #99baff CMYK chart
      #99baff RGB pie chart
      #99baff color shades, tints & tones
#99baff color schemes
#99baff color preview, HTML & CSS examples
           This text has a color of #99baff        
        
          <p style="color:#99baff;">Text here</p>
        
        
          .mytext {color:#99baff;}
        
        Text color #99baff
      
           This box has a color of #99baff        
        
          <div style="background-color:#99baff;">Content here</div>
        
        
          .mybackground {background-color:#99baff;}
        
        Background color #99baff
      
           Border around this has a color of #99baff        
        
          <div style="border:2px solid #99baff;">Content here</div>
        
        
          .myborder {border:2px solid #99baff;}
        
        Border color #99baff