Shades of Light Steel Blue #9ABADA
Tints of Light Steel Blue #9ABADA
RGB
CMYK
RGB Variations
Color information
#9ABADA (or 0x9ABADA) is known color: Light Steel Blue. HEX triplet: 9A, BA and DA. RGB value is (154,186,218). Sum of RGB (Red+Green+Blue) = 154+186+218=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ABADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABADA is #654525. Grayscale: #B3B3B3. Windows color (decimal): -6636838 or 14334618. OLE color: 14334618.
HSL color Cylindrical-coordinate representation of color #9ABADA: hue angle of 210º 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 #9ABADA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 186 | 218 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.15 |
| HSL | 210º | 0.46% | 0.73% | - |
| HSV(B) | 210º | 0.29% | 0.85% | - |
| XYZ | 43.54 | 47.05 | 73.12 | - |
| YUV | 180.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 218 | 0.29 | 0.15 | 0 | 0.15 | 210 | 0.46 | 0.73 |
| Hex | 9A | BA | DA | 1D | F | 0 | F | D2 | 2E | 49 |
| Octal | 232 | 272 | 332 | 35 | 17 | 0 | 17 | 322 | 56 | 111 |
| Binary | 10011010 | 10111010 | 11011010 | 11101 | 1111 | 0 | 1111 | 11010010 | 101110 | 1001001 |
Color Harmonies of #9ABADA
Complementary color
Monochromatic Colors of #9ABADA
Black with #9ABADA
Text Example
Text Example
White with #9ABADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABADA; }
p { color: rgb(154,186,218); }
H1.HeaderClassName
{
color: #9ABADA;
}
.AnyTagClassName
{
color: #9ABADA;
}
</style>
background-color css
<style>
a { background-color: #9ABADA; }
a { background-color: rgb(154,186,218); }
div.DivClassName
{
background-color: #9ABADA;
}
.BgClassName
{
background-color: #9ABADA;
}
</style>
border-color css
<style>
span { border-color: #9ABADA; }
span { border-color: rgb(154,186,218); }
td.TdClassName
{
border-color: #9ABADA;
}
.TagClassName
{
border-color: #9ABADA;
}
</style>