Shades of Light Steel Blue #9EBADA
Tints of Light Steel Blue #9EBADA
RGB
CMYK
RGB Variations
Color information
#9EBADA (or 0x9EBADA) is known color: Light Steel Blue. HEX triplet: 9E, BA and DA. RGB value is (158,186,218). Sum of RGB (Red+Green+Blue) = 158+186+218=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #9EBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBADA is #614525. Grayscale: #B5B5B5. Windows color (decimal): -6374694 or 14334622. OLE color: 14334622.
HSL color Cylindrical-coordinate representation of color #9EBADA: hue angle of 212º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EBADA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 186 | 218 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.15 |
| HSL | 212º | 0.45% | 0.74% | - |
| HSV(B) | 212º | 0.28% | 0.85% | - |
| XYZ | 44.31 | 47.45 | 73.15 | - |
| YUV | 181.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 218 | 0.28 | 0.15 | 0 | 0.15 | 212 | 0.45 | 0.74 |
| Hex | 9E | BA | DA | 1C | F | 0 | F | D4 | 2D | 4A |
| Octal | 236 | 272 | 332 | 34 | 17 | 0 | 17 | 324 | 55 | 112 |
| Binary | 10011110 | 10111010 | 11011010 | 11100 | 1111 | 0 | 1111 | 11010100 | 101101 | 1001010 |
Color Harmonies of #9EBADA
Complementary color
Monochromatic Colors of #9EBADA
Black with #9EBADA
Text Example
Text Example
White with #9EBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBADA; }
p { color: rgb(158,186,218); }
H1.HeaderClassName
{
color: #9EBADA;
}
.AnyTagClassName
{
color: #9EBADA;
}
</style>
background-color css
<style>
a { background-color: #9EBADA; }
a { background-color: rgb(158,186,218); }
div.DivClassName
{
background-color: #9EBADA;
}
.BgClassName
{
background-color: #9EBADA;
}
</style>
border-color css
<style>
span { border-color: #9EBADA; }
span { border-color: rgb(158,186,218); }
td.TdClassName
{
border-color: #9EBADA;
}
.TagClassName
{
border-color: #9EBADA;
}
</style>