Shades of Light Steel Blue #99BADB
Tints of Light Steel Blue #99BADB
RGB
CMYK
RGB Variations
Color information
#99BADB (or 0x99BADB) is known color: Light Steel Blue. HEX triplet: 99, BA and DB. RGB value is (153,186,219). Sum of RGB (Red+Green+Blue) = 153+186+219=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #99BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADB is #664524. Grayscale: #B3B3B3. Windows color (decimal): -6702373 or 14400153. OLE color: 14400153.
HSL color Cylindrical-coordinate representation of color #99BADB: hue angle of 210º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BADB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 186 | 219 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.14 |
| HSL | 210º | 0.48% | 0.73% | - |
| HSV(B) | 210º | 0.3% | 0.86% | - |
| XYZ | 43.48 | 47 | 73.8 | - |
| YUV | 179.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 219 | 0.30 | 0.15 | 0 | 0.14 | 210 | 0.48 | 0.73 |
| Hex | 99 | BA | DB | 1E | F | 0 | E | D2 | 30 | 49 |
| Octal | 231 | 272 | 333 | 36 | 17 | 0 | 16 | 322 | 60 | 111 |
| Binary | 10011001 | 10111010 | 11011011 | 11110 | 1111 | 0 | 1110 | 11010010 | 110000 | 1001001 |
Color Harmonies of #99BADB
Complementary color
Monochromatic Colors of #99BADB
Black with #99BADB
Text Example
Text Example
White with #99BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BADB; }
p { color: rgb(153,186,219); }
H1.HeaderClassName
{
color: #99BADB;
}
.AnyTagClassName
{
color: #99BADB;
}
</style>
background-color css
<style>
a { background-color: #99BADB; }
a { background-color: rgb(153,186,219); }
div.DivClassName
{
background-color: #99BADB;
}
.BgClassName
{
background-color: #99BADB;
}
</style>
border-color css
<style>
span { border-color: #99BADB; }
span { border-color: rgb(153,186,219); }
td.TdClassName
{
border-color: #99BADB;
}
.TagClassName
{
border-color: #99BADB;
}
</style>