Shades of Light Steel Blue #AABCDA
Tints of Light Steel Blue #AABCDA
RGB
CMYK
RGB Variations
Color information
#AABCDA (or 0xAABCDA) is known color: Light Steel Blue. HEX triplet: AA, BC and DA. RGB value is (170,188,218). Sum of RGB (Red+Green+Blue) = 170+188+218=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDA is #554325. Grayscale: #B9B9B9. Windows color (decimal): -5587750 or 14335146. OLE color: 14335146.
HSL color Cylindrical-coordinate representation of color #AABCDA: hue angle of 217.5º 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 #AABCDA is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 188 | 218 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.15 |
| HSL | 217.5º | 0.39% | 0.76% | - |
| HSV(B) | 217.5º | 0.22% | 0.85% | - |
| XYZ | 47.22 | 49.57 | 73.41 | - |
| YUV | 186.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 218 | 0.22 | 0.14 | 0 | 0.15 | 217.5 | 0.39 | 0.76 |
| Hex | AA | BC | DA | 16 | E | 0 | F | DA | 27 | 4C |
| Octal | 252 | 274 | 332 | 26 | 16 | 0 | 17 | 332 | 47 | 114 |
| Binary | 10101010 | 10111100 | 11011010 | 10110 | 1110 | 0 | 1111 | 11011010 | 100111 | 1001100 |
Color Harmonies of #AABCDA
Complementary color
Monochromatic Colors of #AABCDA
Black with #AABCDA
Text Example
Text Example
White with #AABCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCDA; }
p { color: rgb(170,188,218); }
H1.HeaderClassName
{
color: #AABCDA;
}
.AnyTagClassName
{
color: #AABCDA;
}
</style>
background-color css
<style>
a { background-color: #AABCDA; }
a { background-color: rgb(170,188,218); }
div.DivClassName
{
background-color: #AABCDA;
}
.BgClassName
{
background-color: #AABCDA;
}
</style>
border-color css
<style>
span { border-color: #AABCDA; }
span { border-color: rgb(170,188,218); }
td.TdClassName
{
border-color: #AABCDA;
}
.TagClassName
{
border-color: #AABCDA;
}
</style>