Shades of Light Steel Blue #AABEDA
Tints of Light Steel Blue #AABEDA
RGB
CMYK
RGB Variations
Color information
#AABEDA (or 0xAABEDA) is known color: Light Steel Blue. HEX triplet: AA, BE and DA. RGB value is (170,190,218). Sum of RGB (Red+Green+Blue) = 170+190+218=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDA is #554125. Grayscale: #BBBBBB. Windows color (decimal): -5587238 or 14335658. OLE color: 14335658.
HSL color Cylindrical-coordinate representation of color #AABEDA: hue angle of 215º 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 #AABEDA is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 190 | 218 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.15 |
| HSL | 215º | 0.39% | 0.76% | - |
| HSV(B) | 215º | 0.22% | 0.85% | - |
| XYZ | 47.65 | 50.43 | 73.55 | - |
| YUV | 187.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 218 | 0.22 | 0.13 | 0 | 0.15 | 215 | 0.39 | 0.76 |
| Hex | AA | BE | DA | 16 | D | 0 | F | D7 | 27 | 4C |
| Octal | 252 | 276 | 332 | 26 | 15 | 0 | 17 | 327 | 47 | 114 |
| Binary | 10101010 | 10111110 | 11011010 | 10110 | 1101 | 0 | 1111 | 11010111 | 100111 | 1001100 |
Color Harmonies of #AABEDA
Complementary color
Monochromatic Colors of #AABEDA
Black with #AABEDA
Text Example
Text Example
White with #AABEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEDA; }
p { color: rgb(170,190,218); }
H1.HeaderClassName
{
color: #AABEDA;
}
.AnyTagClassName
{
color: #AABEDA;
}
</style>
background-color css
<style>
a { background-color: #AABEDA; }
a { background-color: rgb(170,190,218); }
div.DivClassName
{
background-color: #AABEDA;
}
.BgClassName
{
background-color: #AABEDA;
}
</style>
border-color css
<style>
span { border-color: #AABEDA; }
span { border-color: rgb(170,190,218); }
td.TdClassName
{
border-color: #AABEDA;
}
.TagClassName
{
border-color: #AABEDA;
}
</style>