Shades of Light Steel Blue #9DBADC
Tints of Light Steel Blue #9DBADC
RGB
CMYK
RGB Variations
Color information
#9DBADC (or 0x9DBADC) is known color: Light Steel Blue. HEX triplet: 9D, BA and DC. RGB value is (157,186,220). Sum of RGB (Red+Green+Blue) = 157+186+220=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBADC is #624523. Grayscale: #B5B5B5. Windows color (decimal): -6440228 or 14465693. OLE color: 14465693.
HSL color Cylindrical-coordinate representation of color #9DBADC: hue angle of 212.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBADC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 186 | 220 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.14 |
| HSL | 212.38º | 0.47% | 0.74% | - |
| HSV(B) | 212.38º | 0.29% | 0.86% | - |
| XYZ | 44.38 | 47.45 | 74.53 | - |
| YUV | 181.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 220 | 0.29 | 0.15 | 0 | 0.14 | 212.38 | 0.47 | 0.74 |
| Hex | 9D | BA | DC | 1D | F | 0 | E | D4 | 2F | 4A |
| Octal | 235 | 272 | 334 | 35 | 17 | 0 | 16 | 324 | 57 | 112 |
| Binary | 10011101 | 10111010 | 11011100 | 11101 | 1111 | 0 | 1110 | 11010100 | 101111 | 1001010 |
Color Harmonies of #9DBADC
Complementary color
Monochromatic Colors of #9DBADC
Black with #9DBADC
Text Example
Text Example
White with #9DBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBADC; }
p { color: rgb(157,186,220); }
H1.HeaderClassName
{
color: #9DBADC;
}
.AnyTagClassName
{
color: #9DBADC;
}
</style>
background-color css
<style>
a { background-color: #9DBADC; }
a { background-color: rgb(157,186,220); }
div.DivClassName
{
background-color: #9DBADC;
}
.BgClassName
{
background-color: #9DBADC;
}
</style>
border-color css
<style>
span { border-color: #9DBADC; }
span { border-color: rgb(157,186,220); }
td.TdClassName
{
border-color: #9DBADC;
}
.TagClassName
{
border-color: #9DBADC;
}
</style>