Shades of Light Steel Blue #9ABCDD
Tints of Light Steel Blue #9ABCDD
RGB
CMYK
RGB Variations
Color information
#9ABCDD (or 0x9ABCDD) is known color: Light Steel Blue. HEX triplet: 9A, BC and DD. RGB value is (154,188,221). Sum of RGB (Red+Green+Blue) = 154+188+221=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ABCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCDD is #654322. Grayscale: #B5B5B5. Windows color (decimal): -6636323 or 14531738. OLE color: 14531738.
HSL color Cylindrical-coordinate representation of color #9ABCDD: hue angle of 209.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABCDD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 188 | 221 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.13 |
| HSL | 209.55º | 0.5% | 0.74% | - |
| HSV(B) | 209.55º | 0.3% | 0.87% | - |
| XYZ | 44.36 | 48.06 | 75.34 | - |
| YUV | 181.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 221 | 0.30 | 0.15 | 0 | 0.13 | 209.55 | 0.5 | 0.74 |
| Hex | 9A | BC | DD | 1E | F | 0 | D | D2 | 32 | 4A |
| Octal | 232 | 274 | 335 | 36 | 17 | 0 | 15 | 322 | 62 | 112 |
| Binary | 10011010 | 10111100 | 11011101 | 11110 | 1111 | 0 | 1101 | 11010010 | 110010 | 1001010 |
Color Harmonies of #9ABCDD
Complementary color
Monochromatic Colors of #9ABCDD
Black with #9ABCDD
Text Example
Text Example
White with #9ABCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCDD; }
p { color: rgb(154,188,221); }
H1.HeaderClassName
{
color: #9ABCDD;
}
.AnyTagClassName
{
color: #9ABCDD;
}
</style>
background-color css
<style>
a { background-color: #9ABCDD; }
a { background-color: rgb(154,188,221); }
div.DivClassName
{
background-color: #9ABCDD;
}
.BgClassName
{
background-color: #9ABCDD;
}
</style>
border-color css
<style>
span { border-color: #9ABCDD; }
span { border-color: rgb(154,188,221); }
td.TdClassName
{
border-color: #9ABCDD;
}
.TagClassName
{
border-color: #9ABCDD;
}
</style>