Shades of Light Steel Blue #9DBADE
Tints of Light Steel Blue #9DBADE
RGB
CMYK
RGB Variations
Color information
#9DBADE (or 0x9DBADE) is known color: Light Steel Blue. HEX triplet: 9D, BA and DE. RGB value is (157,186,222). Sum of RGB (Red+Green+Blue) = 157+186+222=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DBADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBADE is #624521. Grayscale: #B5B5B5. Windows color (decimal): -6440226 or 14596765. OLE color: 14596765.
HSL color Cylindrical-coordinate representation of color #9DBADE: hue angle of 213.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBADE is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 186 | 222 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.13 |
| HSL | 213.23º | 0.5% | 0.74% | - |
| HSV(B) | 213.23º | 0.29% | 0.87% | - |
| XYZ | 44.65 | 47.56 | 75.93 | - |
| YUV | 181.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 222 | 0.29 | 0.16 | 0 | 0.13 | 213.23 | 0.5 | 0.74 |
| Hex | 9D | BA | DE | 1D | 10 | 0 | D | D5 | 32 | 4A |
| Octal | 235 | 272 | 336 | 35 | 20 | 0 | 15 | 325 | 62 | 112 |
| Binary | 10011101 | 10111010 | 11011110 | 11101 | 10000 | 0 | 1101 | 11010101 | 110010 | 1001010 |
Color Harmonies of #9DBADE
Complementary color
Monochromatic Colors of #9DBADE
Black with #9DBADE
Text Example
Text Example
White with #9DBADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBADE; }
p { color: rgb(157,186,222); }
H1.HeaderClassName
{
color: #9DBADE;
}
.AnyTagClassName
{
color: #9DBADE;
}
</style>
background-color css
<style>
a { background-color: #9DBADE; }
a { background-color: rgb(157,186,222); }
div.DivClassName
{
background-color: #9DBADE;
}
.BgClassName
{
background-color: #9DBADE;
}
</style>
border-color css
<style>
span { border-color: #9DBADE; }
span { border-color: rgb(157,186,222); }
td.TdClassName
{
border-color: #9DBADE;
}
.TagClassName
{
border-color: #9DBADE;
}
</style>