Shades of Light Steel Blue #9EBEDB
Tints of Light Steel Blue #9EBEDB
RGB
CMYK
RGB Variations
Color information
#9EBEDB (or 0x9EBEDB) is known color: Light Steel Blue. HEX triplet: 9E, BE and DB. RGB value is (158,190,219). Sum of RGB (Red+Green+Blue) = 158+190+219=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEDB is #614124. Grayscale: #B7B7B7. Windows color (decimal): -6373669 or 14401182. OLE color: 14401182.
HSL color Cylindrical-coordinate representation of color #9EBEDB: hue angle of 208.52º 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 #9EBEDB is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 190 | 219 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.14 |
| HSL | 208.52º | 0.46% | 0.74% | - |
| HSV(B) | 208.52º | 0.28% | 0.86% | - |
| XYZ | 45.3 | 49.21 | 74.13 | - |
| YUV | 183.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 219 | 0.28 | 0.13 | 0 | 0.14 | 208.52 | 0.46 | 0.74 |
| Hex | 9E | BE | DB | 1C | D | 0 | E | D1 | 2E | 4A |
| Octal | 236 | 276 | 333 | 34 | 15 | 0 | 16 | 321 | 56 | 112 |
| Binary | 10011110 | 10111110 | 11011011 | 11100 | 1101 | 0 | 1110 | 11010001 | 101110 | 1001010 |
Color Harmonies of #9EBEDB
Complementary color
Monochromatic Colors of #9EBEDB
Black with #9EBEDB
Text Example
Text Example
White with #9EBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBEDB; }
p { color: rgb(158,190,219); }
H1.HeaderClassName
{
color: #9EBEDB;
}
.AnyTagClassName
{
color: #9EBEDB;
}
</style>
background-color css
<style>
a { background-color: #9EBEDB; }
a { background-color: rgb(158,190,219); }
div.DivClassName
{
background-color: #9EBEDB;
}
.BgClassName
{
background-color: #9EBEDB;
}
</style>
border-color css
<style>
span { border-color: #9EBEDB; }
span { border-color: rgb(158,190,219); }
td.TdClassName
{
border-color: #9EBEDB;
}
.TagClassName
{
border-color: #9EBEDB;
}
</style>