Shades of Light Steel Blue #9EBBE3
Tints of Light Steel Blue #9EBBE3
RGB
CMYK
RGB Variations
Color information
#9EBBE3 (or 0x9EBBE3) is known color: Light Steel Blue. HEX triplet: 9E, BB and E3. RGB value is (158,187,227). Sum of RGB (Red+Green+Blue) = 158+187+227=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #9EBBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBE3 is #61441C. Grayscale: #B6B6B6. Windows color (decimal): -6374429 or 14924702. OLE color: 14924702.
HSL color Cylindrical-coordinate representation of color #9EBBE3: hue angle of 214.78º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EBBE3 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 187 | 227 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.11 |
| HSL | 214.78º | 0.55% | 0.75% | - |
| HSV(B) | 214.78º | 0.3% | 0.89% | - |
| XYZ | 45.74 | 48.36 | 79.6 | - |
| YUV | 182.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 227 | 0.30 | 0.18 | 0 | 0.11 | 214.78 | 0.55 | 0.75 |
| Hex | 9E | BB | E3 | 1E | 12 | 0 | B | D7 | 37 | 4B |
| Octal | 236 | 273 | 343 | 36 | 22 | 0 | 13 | 327 | 67 | 113 |
| Binary | 10011110 | 10111011 | 11100011 | 11110 | 10010 | 0 | 1011 | 11010111 | 110111 | 1001011 |
Color Harmonies of #9EBBE3
Complementary color
Monochromatic Colors of #9EBBE3
Black with #9EBBE3
Text Example
Text Example
White with #9EBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBE3; }
p { color: rgb(158,187,227); }
H1.HeaderClassName
{
color: #9EBBE3;
}
.AnyTagClassName
{
color: #9EBBE3;
}
</style>
background-color css
<style>
a { background-color: #9EBBE3; }
a { background-color: rgb(158,187,227); }
div.DivClassName
{
background-color: #9EBBE3;
}
.BgClassName
{
background-color: #9EBBE3;
}
</style>
border-color css
<style>
span { border-color: #9EBBE3; }
span { border-color: rgb(158,187,227); }
td.TdClassName
{
border-color: #9EBBE3;
}
.TagClassName
{
border-color: #9EBBE3;
}
</style>