Shades of Light Steel Blue #9ABCD8
Tints of Light Steel Blue #9ABCD8
RGB
CMYK
RGB Variations
Color information
#9ABCD8 (or 0x9ABCD8) is known color: Light Steel Blue. HEX triplet: 9A, BC and D8. RGB value is (154,188,216). Sum of RGB (Red+Green+Blue) = 154+188+216=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #9ABCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCD8 is #654327. Grayscale: #B4B4B4. Windows color (decimal): -6636328 or 14204058. OLE color: 14204058.
HSL color Cylindrical-coordinate representation of color #9ABCD8: hue angle of 207.1º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ABCD8 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 188 | 216 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.15 |
| HSL | 207.1º | 0.44% | 0.73% | - |
| HSV(B) | 207.1º | 0.29% | 0.85% | - |
| XYZ | 43.7 | 47.79 | 71.89 | - |
| YUV | 181.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 216 | 0.29 | 0.13 | 0 | 0.15 | 207.1 | 0.44 | 0.73 |
| Hex | 9A | BC | D8 | 1D | D | 0 | F | CF | 2C | 49 |
| Octal | 232 | 274 | 330 | 35 | 15 | 0 | 17 | 317 | 54 | 111 |
| Binary | 10011010 | 10111100 | 11011000 | 11101 | 1101 | 0 | 1111 | 11001111 | 101100 | 1001001 |
Color Harmonies of #9ABCD8
Complementary color
Monochromatic Colors of #9ABCD8
Black with #9ABCD8
Text Example
Text Example
White with #9ABCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCD8; }
p { color: rgb(154,188,216); }
H1.HeaderClassName
{
color: #9ABCD8;
}
.AnyTagClassName
{
color: #9ABCD8;
}
</style>
background-color css
<style>
a { background-color: #9ABCD8; }
a { background-color: rgb(154,188,216); }
div.DivClassName
{
background-color: #9ABCD8;
}
.BgClassName
{
background-color: #9ABCD8;
}
</style>
border-color css
<style>
span { border-color: #9ABCD8; }
span { border-color: rgb(154,188,216); }
td.TdClassName
{
border-color: #9ABCD8;
}
.TagClassName
{
border-color: #9ABCD8;
}
</style>