Shades of Light Steel Blue #9ABADC
Tints of Light Steel Blue #9ABADC
RGB
CMYK
RGB Variations
Color information
#9ABADC (or 0x9ABADC) is known color: Light Steel Blue. HEX triplet: 9A, BA and DC. RGB value is (154,186,220). Sum of RGB (Red+Green+Blue) = 154+186+220=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABADC is #654523. Grayscale: #B4B4B4. Windows color (decimal): -6636836 or 14465690. OLE color: 14465690.
HSL color Cylindrical-coordinate representation of color #9ABADC: hue angle of 210.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABADC is Cyan = 0.3, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 186 | 220 | - |
| CMYK | 0.3 | 0.15 | 0 | 0.14 |
| HSL | 210.91º | 0.49% | 0.73% | - |
| HSV(B) | 210.91º | 0.3% | 0.86% | - |
| XYZ | 43.8 | 47.16 | 74.5 | - |
| YUV | 180.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 220 | 0.3 | 0.15 | 0 | 0.14 | 210.91 | 0.49 | 0.73 |
| Hex | 9A | BA | DC | 1E | F | 0 | E | D3 | 31 | 49 |
| Octal | 232 | 272 | 334 | 36 | 17 | 0 | 16 | 323 | 61 | 111 |
| Binary | 10011010 | 10111010 | 11011100 | 11110 | 1111 | 0 | 1110 | 11010011 | 110001 | 1001001 |
Color Harmonies of #9ABADC
Complementary color
Monochromatic Colors of #9ABADC
Black with #9ABADC
Text Example
Text Example
White with #9ABADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABADC; }
p { color: rgb(154,186,220); }
H1.HeaderClassName
{
color: #9ABADC;
}
.AnyTagClassName
{
color: #9ABADC;
}
</style>
background-color css
<style>
a { background-color: #9ABADC; }
a { background-color: rgb(154,186,220); }
div.DivClassName
{
background-color: #9ABADC;
}
.BgClassName
{
background-color: #9ABADC;
}
</style>
border-color css
<style>
span { border-color: #9ABADC; }
span { border-color: rgb(154,186,220); }
td.TdClassName
{
border-color: #9ABADC;
}
.TagClassName
{
border-color: #9ABADC;
}
</style>