Shades of Light Steel Blue #99BADC
Tints of Light Steel Blue #99BADC
RGB
CMYK
RGB Variations
Color information
#99BADC (or 0x99BADC) is known color: Light Steel Blue. HEX triplet: 99, BA and DC. RGB value is (153,186,220). Sum of RGB (Red+Green+Blue) = 153+186+220=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #99BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADC is #664523. Grayscale: #B3B3B3. Windows color (decimal): -6702372 or 14465689. OLE color: 14465689.
HSL color Cylindrical-coordinate representation of color #99BADC: hue angle of 210.45º degrees, saturation: 0.49, 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 #99BADC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 186 | 220 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.14 |
| HSL | 210.45º | 0.49% | 0.73% | - |
| HSV(B) | 210.45º | 0.3% | 0.86% | - |
| XYZ | 43.61 | 47.06 | 74.49 | - |
| YUV | 180.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 220 | 0.30 | 0.15 | 0 | 0.14 | 210.45 | 0.49 | 0.73 |
| Hex | 99 | BA | DC | 1E | F | 0 | E | D2 | 31 | 49 |
| Octal | 231 | 272 | 334 | 36 | 17 | 0 | 16 | 322 | 61 | 111 |
| Binary | 10011001 | 10111010 | 11011100 | 11110 | 1111 | 0 | 1110 | 11010010 | 110001 | 1001001 |
Color Harmonies of #99BADC
Complementary color
Monochromatic Colors of #99BADC
Black with #99BADC
Text Example
Text Example
White with #99BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BADC; }
p { color: rgb(153,186,220); }
H1.HeaderClassName
{
color: #99BADC;
}
.AnyTagClassName
{
color: #99BADC;
}
</style>
background-color css
<style>
a { background-color: #99BADC; }
a { background-color: rgb(153,186,220); }
div.DivClassName
{
background-color: #99BADC;
}
.BgClassName
{
background-color: #99BADC;
}
</style>
border-color css
<style>
span { border-color: #99BADC; }
span { border-color: rgb(153,186,220); }
td.TdClassName
{
border-color: #99BADC;
}
.TagClassName
{
border-color: #99BADC;
}
</style>