Shades of Light Steel Blue #9ABCDA
Tints of Light Steel Blue #9ABCDA
RGB
CMYK
RGB Variations
Color information
#9ABCDA (or 0x9ABCDA) is known color: Light Steel Blue. HEX triplet: 9A, BC and DA. RGB value is (154,188,218). Sum of RGB (Red+Green+Blue) = 154+188+218=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ABCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCDA is #654325. Grayscale: #B5B5B5. Windows color (decimal): -6636326 or 14335130. OLE color: 14335130.
HSL color Cylindrical-coordinate representation of color #9ABCDA: hue angle of 208.12º degrees, saturation: 0.46, 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 #9ABCDA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 188 | 218 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.15 |
| HSL | 208.13º | 0.46% | 0.73% | - |
| HSV(B) | 208.13º | 0.29% | 0.85% | - |
| XYZ | 43.96 | 47.9 | 73.26 | - |
| YUV | 181.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 218 | 0.29 | 0.14 | 0 | 0.15 | 208.13 | 0.46 | 0.73 |
| Hex | 9A | BC | DA | 1D | E | 0 | F | D0 | 2E | 49 |
| Octal | 232 | 274 | 332 | 35 | 16 | 0 | 17 | 320 | 56 | 111 |
| Binary | 10011010 | 10111100 | 11011010 | 11101 | 1110 | 0 | 1111 | 11010000 | 101110 | 1001001 |
Color Harmonies of #9ABCDA
Complementary color
Monochromatic Colors of #9ABCDA
Black with #9ABCDA
Text Example
Text Example
White with #9ABCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCDA; }
p { color: rgb(154,188,218); }
H1.HeaderClassName
{
color: #9ABCDA;
}
.AnyTagClassName
{
color: #9ABCDA;
}
</style>
background-color css
<style>
a { background-color: #9ABCDA; }
a { background-color: rgb(154,188,218); }
div.DivClassName
{
background-color: #9ABCDA;
}
.BgClassName
{
background-color: #9ABCDA;
}
</style>
border-color css
<style>
span { border-color: #9ABCDA; }
span { border-color: rgb(154,188,218); }
td.TdClassName
{
border-color: #9ABCDA;
}
.TagClassName
{
border-color: #9ABCDA;
}
</style>