Shades of Light Steel Blue #99BADD
Tints of Light Steel Blue #99BADD
RGB
CMYK
RGB Variations
Color information
#99BADD (or 0x99BADD) is known color: Light Steel Blue. HEX triplet: 99, BA and DD. RGB value is (153,186,221). Sum of RGB (Red+Green+Blue) = 153+186+221=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADD is #664522. Grayscale: #B3B3B3. Windows color (decimal): -6702371 or 14531225. OLE color: 14531225.
HSL color Cylindrical-coordinate representation of color #99BADD: hue angle of 210.88º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BADD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 186 | 221 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.13 |
| HSL | 210.88º | 0.5% | 0.73% | - |
| HSV(B) | 210.88º | 0.31% | 0.87% | - |
| XYZ | 43.75 | 47.11 | 75.19 | - |
| YUV | 180.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 221 | 0.31 | 0.16 | 0 | 0.13 | 210.88 | 0.5 | 0.73 |
| Hex | 99 | BA | DD | 1F | 10 | 0 | D | D3 | 32 | 49 |
| Octal | 231 | 272 | 335 | 37 | 20 | 0 | 15 | 323 | 62 | 111 |
| Binary | 10011001 | 10111010 | 11011101 | 11111 | 10000 | 0 | 1101 | 11010011 | 110010 | 1001001 |
Color Harmonies of #99BADD
Complementary color
Monochromatic Colors of #99BADD
Black with #99BADD
Text Example
Text Example
White with #99BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BADD; }
p { color: rgb(153,186,221); }
H1.HeaderClassName
{
color: #99BADD;
}
.AnyTagClassName
{
color: #99BADD;
}
</style>
background-color css
<style>
a { background-color: #99BADD; }
a { background-color: rgb(153,186,221); }
div.DivClassName
{
background-color: #99BADD;
}
.BgClassName
{
background-color: #99BADD;
}
</style>
border-color css
<style>
span { border-color: #99BADD; }
span { border-color: rgb(153,186,221); }
td.TdClassName
{
border-color: #99BADD;
}
.TagClassName
{
border-color: #99BADD;
}
</style>