Shades of Light Steel Blue #99BBE5
Tints of Light Steel Blue #99BBE5
RGB
CMYK
RGB Variations
Color information
#99BBE5 (or 0x99BBE5) is known color: Light Steel Blue. HEX triplet: 99, BB and E5. RGB value is (153,187,229). Sum of RGB (Red+Green+Blue) = 153+187+229=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #99BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBE5 is #66441A. Grayscale: #B5B5B5. Windows color (decimal): -6702107 or 15055769. OLE color: 15055769.
HSL color Cylindrical-coordinate representation of color #99BBE5: hue angle of 213.16º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99BBE5 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 187 | 229 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.10 |
| HSL | 213.16º | 0.59% | 0.75% | - |
| HSV(B) | 213.16º | 0.33% | 0.9% | - |
| XYZ | 45.05 | 47.97 | 81.01 | - |
| YUV | 181.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 229 | 0.33 | 0.18 | 0 | 0.10 | 213.16 | 0.59 | 0.75 |
| Hex | 99 | BB | E5 | 21 | 12 | 0 | A | D5 | 3B | 4B |
| Octal | 231 | 273 | 345 | 41 | 22 | 0 | 12 | 325 | 73 | 113 |
| Binary | 10011001 | 10111011 | 11100101 | 100001 | 10010 | 0 | 1010 | 11010101 | 111011 | 1001011 |
Color Harmonies of #99BBE5
Complementary color
Monochromatic Colors of #99BBE5
Black with #99BBE5
Text Example
Text Example
White with #99BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBE5; }
p { color: rgb(153,187,229); }
H1.HeaderClassName
{
color: #99BBE5;
}
.AnyTagClassName
{
color: #99BBE5;
}
</style>
background-color css
<style>
a { background-color: #99BBE5; }
a { background-color: rgb(153,187,229); }
div.DivClassName
{
background-color: #99BBE5;
}
.BgClassName
{
background-color: #99BBE5;
}
</style>
border-color css
<style>
span { border-color: #99BBE5; }
span { border-color: rgb(153,187,229); }
td.TdClassName
{
border-color: #99BBE5;
}
.TagClassName
{
border-color: #99BBE5;
}
</style>