Shades of Light Steel Blue #9EBDDB
Tints of Light Steel Blue #9EBDDB
RGB
CMYK
RGB Variations
Color information
#9EBDDB (or 0x9EBDDB) is known color: Light Steel Blue. HEX triplet: 9E, BD and DB. RGB value is (158,189,219). Sum of RGB (Red+Green+Blue) = 158+189+219=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDDB is #614224. Grayscale: #B7B7B7. Windows color (decimal): -6373925 or 14400926. OLE color: 14400926.
HSL color Cylindrical-coordinate representation of color #9EBDDB: hue angle of 209.51º 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 #9EBDDB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 189 | 219 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.14 |
| HSL | 209.51º | 0.46% | 0.74% | - |
| HSV(B) | 209.51º | 0.28% | 0.86% | - |
| XYZ | 45.08 | 48.78 | 74.06 | - |
| YUV | 183.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 219 | 0.28 | 0.14 | 0 | 0.14 | 209.51 | 0.46 | 0.74 |
| Hex | 9E | BD | DB | 1C | E | 0 | E | D2 | 2E | 4A |
| Octal | 236 | 275 | 333 | 34 | 16 | 0 | 16 | 322 | 56 | 112 |
| Binary | 10011110 | 10111101 | 11011011 | 11100 | 1110 | 0 | 1110 | 11010010 | 101110 | 1001010 |
Color Harmonies of #9EBDDB
Complementary color
Monochromatic Colors of #9EBDDB
Black with #9EBDDB
Text Example
Text Example
White with #9EBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDDB; }
p { color: rgb(158,189,219); }
H1.HeaderClassName
{
color: #9EBDDB;
}
.AnyTagClassName
{
color: #9EBDDB;
}
</style>
background-color css
<style>
a { background-color: #9EBDDB; }
a { background-color: rgb(158,189,219); }
div.DivClassName
{
background-color: #9EBDDB;
}
.BgClassName
{
background-color: #9EBDDB;
}
</style>
border-color css
<style>
span { border-color: #9EBDDB; }
span { border-color: rgb(158,189,219); }
td.TdClassName
{
border-color: #9EBDDB;
}
.TagClassName
{
border-color: #9EBDDB;
}
</style>