Shades of Light Steel Blue #9EBDDC
Tints of Light Steel Blue #9EBDDC
RGB
CMYK
RGB Variations
Color information
#9EBDDC (or 0x9EBDDC) is known color: Light Steel Blue. HEX triplet: 9E, BD and DC. RGB value is (158,189,220). Sum of RGB (Red+Green+Blue) = 158+189+220=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDDC is #614223. Grayscale: #B7B7B7. Windows color (decimal): -6373924 or 14466462. OLE color: 14466462.
HSL color Cylindrical-coordinate representation of color #9EBDDC: hue angle of 210º degrees, saturation: 0.47, 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 #9EBDDC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 189 | 220 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.14 |
| HSL | 210º | 0.47% | 0.74% | - |
| HSV(B) | 210º | 0.28% | 0.86% | - |
| XYZ | 45.22 | 48.83 | 74.75 | - |
| YUV | 183.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 220 | 0.28 | 0.14 | 0 | 0.14 | 210 | 0.47 | 0.74 |
| Hex | 9E | BD | DC | 1C | E | 0 | E | D2 | 2F | 4A |
| Octal | 236 | 275 | 334 | 34 | 16 | 0 | 16 | 322 | 57 | 112 |
| Binary | 10011110 | 10111101 | 11011100 | 11100 | 1110 | 0 | 1110 | 11010010 | 101111 | 1001010 |
Color Harmonies of #9EBDDC
Complementary color
Monochromatic Colors of #9EBDDC
Black with #9EBDDC
Text Example
Text Example
White with #9EBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDDC; }
p { color: rgb(158,189,220); }
H1.HeaderClassName
{
color: #9EBDDC;
}
.AnyTagClassName
{
color: #9EBDDC;
}
</style>
background-color css
<style>
a { background-color: #9EBDDC; }
a { background-color: rgb(158,189,220); }
div.DivClassName
{
background-color: #9EBDDC;
}
.BgClassName
{
background-color: #9EBDDC;
}
</style>
border-color css
<style>
span { border-color: #9EBDDC; }
span { border-color: rgb(158,189,220); }
td.TdClassName
{
border-color: #9EBDDC;
}
.TagClassName
{
border-color: #9EBDDC;
}
</style>