Shades of Light Steel Blue #9ABADE
Tints of Light Steel Blue #9ABADE
RGB
CMYK
RGB Variations
Color information
#9ABADE (or 0x9ABADE) is known color: Light Steel Blue. HEX triplet: 9A, BA and DE. RGB value is (154,186,222). Sum of RGB (Red+Green+Blue) = 154+186+222=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ABADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABADE is #654521. Grayscale: #B4B4B4. Windows color (decimal): -6636834 or 14596762. OLE color: 14596762.
HSL color Cylindrical-coordinate representation of color #9ABADE: hue angle of 211.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABADE is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 186 | 222 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.13 |
| HSL | 211.76º | 0.51% | 0.74% | - |
| HSV(B) | 211.76º | 0.31% | 0.87% | - |
| XYZ | 44.07 | 47.26 | 75.91 | - |
| YUV | 180.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 222 | 0.31 | 0.16 | 0 | 0.13 | 211.76 | 0.51 | 0.74 |
| Hex | 9A | BA | DE | 1F | 10 | 0 | D | D4 | 33 | 4A |
| Octal | 232 | 272 | 336 | 37 | 20 | 0 | 15 | 324 | 63 | 112 |
| Binary | 10011010 | 10111010 | 11011110 | 11111 | 10000 | 0 | 1101 | 11010100 | 110011 | 1001010 |
Color Harmonies of #9ABADE
Complementary color
Monochromatic Colors of #9ABADE
Black with #9ABADE
Text Example
Text Example
White with #9ABADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABADE; }
p { color: rgb(154,186,222); }
H1.HeaderClassName
{
color: #9ABADE;
}
.AnyTagClassName
{
color: #9ABADE;
}
</style>
background-color css
<style>
a { background-color: #9ABADE; }
a { background-color: rgb(154,186,222); }
div.DivClassName
{
background-color: #9ABADE;
}
.BgClassName
{
background-color: #9ABADE;
}
</style>
border-color css
<style>
span { border-color: #9ABADE; }
span { border-color: rgb(154,186,222); }
td.TdClassName
{
border-color: #9ABADE;
}
.TagClassName
{
border-color: #9ABADE;
}
</style>