Shades of Light Steel Blue #9DBADB
Tints of Light Steel Blue #9DBADB
RGB
CMYK
RGB Variations
Color information
#9DBADB (or 0x9DBADB) is known color: Light Steel Blue. HEX triplet: 9D, BA and DB. RGB value is (157,186,219). Sum of RGB (Red+Green+Blue) = 157+186+219=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBADB is #624524. Grayscale: #B4B4B4. Windows color (decimal): -6440229 or 14400157. OLE color: 14400157.
HSL color Cylindrical-coordinate representation of color #9DBADB: hue angle of 211.94º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBADB is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 186 | 219 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.14 |
| HSL | 211.94º | 0.46% | 0.74% | - |
| HSV(B) | 211.94º | 0.28% | 0.86% | - |
| XYZ | 44.25 | 47.4 | 73.83 | - |
| YUV | 181.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 219 | 0.28 | 0.15 | 0 | 0.14 | 211.94 | 0.46 | 0.74 |
| Hex | 9D | BA | DB | 1C | F | 0 | E | D4 | 2E | 4A |
| Octal | 235 | 272 | 333 | 34 | 17 | 0 | 16 | 324 | 56 | 112 |
| Binary | 10011101 | 10111010 | 11011011 | 11100 | 1111 | 0 | 1110 | 11010100 | 101110 | 1001010 |
Color Harmonies of #9DBADB
Complementary color
Monochromatic Colors of #9DBADB
Black with #9DBADB
Text Example
Text Example
White with #9DBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBADB; }
p { color: rgb(157,186,219); }
H1.HeaderClassName
{
color: #9DBADB;
}
.AnyTagClassName
{
color: #9DBADB;
}
</style>
background-color css
<style>
a { background-color: #9DBADB; }
a { background-color: rgb(157,186,219); }
div.DivClassName
{
background-color: #9DBADB;
}
.BgClassName
{
background-color: #9DBADB;
}
</style>
border-color css
<style>
span { border-color: #9DBADB; }
span { border-color: rgb(157,186,219); }
td.TdClassName
{
border-color: #9DBADB;
}
.TagClassName
{
border-color: #9DBADB;
}
</style>