Shades of Light Steel Blue #99BBE2
Tints of Light Steel Blue #99BBE2
RGB
CMYK
RGB Variations
Color information
#99BBE2 (or 0x99BBE2) is known color: Light Steel Blue. HEX triplet: 99, BB and E2. RGB value is (153,187,226). Sum of RGB (Red+Green+Blue) = 153+187+226=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #99BBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBE2 is #66441D. Grayscale: #B5B5B5. Windows color (decimal): -6702110 or 14859161. OLE color: 14859161.
HSL color Cylindrical-coordinate representation of color #99BBE2: hue angle of 212.05º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99BBE2 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 187 | 226 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.11 |
| HSL | 212.05º | 0.56% | 0.74% | - |
| HSV(B) | 212.05º | 0.32% | 0.89% | - |
| XYZ | 44.63 | 47.8 | 78.83 | - |
| YUV | 181.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 226 | 0.32 | 0.17 | 0 | 0.11 | 212.05 | 0.56 | 0.74 |
| Hex | 99 | BB | E2 | 20 | 11 | 0 | B | D4 | 38 | 4A |
| Octal | 231 | 273 | 342 | 40 | 21 | 0 | 13 | 324 | 70 | 112 |
| Binary | 10011001 | 10111011 | 11100010 | 100000 | 10001 | 0 | 1011 | 11010100 | 111000 | 1001010 |
Color Harmonies of #99BBE2
Complementary color
Monochromatic Colors of #99BBE2
Black with #99BBE2
Text Example
Text Example
White with #99BBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBE2; }
p { color: rgb(153,187,226); }
H1.HeaderClassName
{
color: #99BBE2;
}
.AnyTagClassName
{
color: #99BBE2;
}
</style>
background-color css
<style>
a { background-color: #99BBE2; }
a { background-color: rgb(153,187,226); }
div.DivClassName
{
background-color: #99BBE2;
}
.BgClassName
{
background-color: #99BBE2;
}
</style>
border-color css
<style>
span { border-color: #99BBE2; }
span { border-color: rgb(153,187,226); }
td.TdClassName
{
border-color: #99BBE2;
}
.TagClassName
{
border-color: #99BBE2;
}
</style>