Shades of Light Steel Blue #99BBE0
Tints of Light Steel Blue #99BBE0
RGB
CMYK
RGB Variations
Color information
#99BBE0 (or 0x99BBE0) is known color: Light Steel Blue. HEX triplet: 99, BB and E0. RGB value is (153,187,224). Sum of RGB (Red+Green+Blue) = 153+187+224=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #99BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBE0 is #66441F. Grayscale: #B4B4B4. Windows color (decimal): -6702112 or 14728089. OLE color: 14728089.
HSL color Cylindrical-coordinate representation of color #99BBE0: hue angle of 211.27º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99BBE0 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 187 | 224 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.12 |
| HSL | 211.27º | 0.53% | 0.74% | - |
| HSV(B) | 211.27º | 0.32% | 0.88% | - |
| XYZ | 44.36 | 47.69 | 77.39 | - |
| YUV | 181.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 224 | 0.32 | 0.17 | 0 | 0.12 | 211.27 | 0.53 | 0.74 |
| Hex | 99 | BB | E0 | 20 | 11 | 0 | C | D3 | 35 | 4A |
| Octal | 231 | 273 | 340 | 40 | 21 | 0 | 14 | 323 | 65 | 112 |
| Binary | 10011001 | 10111011 | 11100000 | 100000 | 10001 | 0 | 1100 | 11010011 | 110101 | 1001010 |
Color Harmonies of #99BBE0
Complementary color
Monochromatic Colors of #99BBE0
Black with #99BBE0
Text Example
Text Example
White with #99BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBE0; }
p { color: rgb(153,187,224); }
H1.HeaderClassName
{
color: #99BBE0;
}
.AnyTagClassName
{
color: #99BBE0;
}
</style>
background-color css
<style>
a { background-color: #99BBE0; }
a { background-color: rgb(153,187,224); }
div.DivClassName
{
background-color: #99BBE0;
}
.BgClassName
{
background-color: #99BBE0;
}
</style>
border-color css
<style>
span { border-color: #99BBE0; }
span { border-color: rgb(153,187,224); }
td.TdClassName
{
border-color: #99BBE0;
}
.TagClassName
{
border-color: #99BBE0;
}
</style>