Shades of Light Steel Blue #AABADA
Tints of Light Steel Blue #AABADA
RGB
CMYK
RGB Variations
Color information
#AABADA (or 0xAABADA) is known color: Light Steel Blue. HEX triplet: AA, BA and DA. RGB value is (170,186,218). Sum of RGB (Red+Green+Blue) = 170+186+218=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADA is #554525. Grayscale: #B8B8B8. Windows color (decimal): -5588262 or 14334634. OLE color: 14334634.
HSL color Cylindrical-coordinate representation of color #AABADA: hue angle of 220º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABADA is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 186 | 218 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.15 |
| HSL | 220º | 0.39% | 0.76% | - |
| HSV(B) | 220º | 0.22% | 0.85% | - |
| XYZ | 46.79 | 48.73 | 73.27 | - |
| YUV | 184.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 218 | 0.22 | 0.15 | 0 | 0.15 | 220 | 0.39 | 0.76 |
| Hex | AA | BA | DA | 16 | F | 0 | F | DC | 27 | 4C |
| Octal | 252 | 272 | 332 | 26 | 17 | 0 | 17 | 334 | 47 | 114 |
| Binary | 10101010 | 10111010 | 11011010 | 10110 | 1111 | 0 | 1111 | 11011100 | 100111 | 1001100 |
Color Harmonies of #AABADA
Complementary color
Monochromatic Colors of #AABADA
Black with #AABADA
Text Example
Text Example
White with #AABADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABADA; }
p { color: rgb(170,186,218); }
H1.HeaderClassName
{
color: #AABADA;
}
.AnyTagClassName
{
color: #AABADA;
}
</style>
background-color css
<style>
a { background-color: #AABADA; }
a { background-color: rgb(170,186,218); }
div.DivClassName
{
background-color: #AABADA;
}
.BgClassName
{
background-color: #AABADA;
}
</style>
border-color css
<style>
span { border-color: #AABADA; }
span { border-color: rgb(170,186,218); }
td.TdClassName
{
border-color: #AABADA;
}
.TagClassName
{
border-color: #AABADA;
}
</style>