Shades of Light Steel Blue #9ABCE1
Tints of Light Steel Blue #9ABCE1
RGB
CMYK
RGB Variations
Color information
#9ABCE1 (or 0x9ABCE1) is known color: Light Steel Blue. HEX triplet: 9A, BC and E1. RGB value is (154,188,225). Sum of RGB (Red+Green+Blue) = 154+188+225=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ABCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCE1 is #65431E. Grayscale: #B5B5B5. Windows color (decimal): -6636319 or 14793882. OLE color: 14793882.
HSL color Cylindrical-coordinate representation of color #9ABCE1: hue angle of 211.27º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ABCE1 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 188 | 225 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.12 |
| HSL | 211.27º | 0.54% | 0.74% | - |
| HSV(B) | 211.27º | 0.32% | 0.88% | - |
| XYZ | 44.9 | 48.27 | 78.19 | - |
| YUV | 182.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 225 | 0.32 | 0.16 | 0 | 0.12 | 211.27 | 0.54 | 0.74 |
| Hex | 9A | BC | E1 | 20 | 10 | 0 | C | D3 | 36 | 4A |
| Octal | 232 | 274 | 341 | 40 | 20 | 0 | 14 | 323 | 66 | 112 |
| Binary | 10011010 | 10111100 | 11100001 | 100000 | 10000 | 0 | 1100 | 11010011 | 110110 | 1001010 |
Color Harmonies of #9ABCE1
Complementary color
Monochromatic Colors of #9ABCE1
Black with #9ABCE1
Text Example
Text Example
White with #9ABCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCE1; }
p { color: rgb(154,188,225); }
H1.HeaderClassName
{
color: #9ABCE1;
}
.AnyTagClassName
{
color: #9ABCE1;
}
</style>
background-color css
<style>
a { background-color: #9ABCE1; }
a { background-color: rgb(154,188,225); }
div.DivClassName
{
background-color: #9ABCE1;
}
.BgClassName
{
background-color: #9ABCE1;
}
</style>
border-color css
<style>
span { border-color: #9ABCE1; }
span { border-color: rgb(154,188,225); }
td.TdClassName
{
border-color: #9ABCE1;
}
.TagClassName
{
border-color: #9ABCE1;
}
</style>