Shades of Light Steel Blue #AABEE3
Tints of Light Steel Blue #AABEE3
RGB
CMYK
RGB Variations
Color information
#AABEE3 (or 0xAABEE3) is known color: Light Steel Blue. HEX triplet: AA, BE and E3. RGB value is (170,190,227). Sum of RGB (Red+Green+Blue) = 170+190+227=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #AABEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEE3 is #55411C. Grayscale: #BCBCBC. Windows color (decimal): -5587229 or 14925482. OLE color: 14925482.
HSL color Cylindrical-coordinate representation of color #AABEE3: hue angle of 218.95º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABEE3 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 190 | 227 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.11 |
| HSL | 218.95º | 0.5% | 0.78% | - |
| HSV(B) | 218.95º | 0.25% | 0.89% | - |
| XYZ | 48.86 | 50.92 | 79.93 | - |
| YUV | 188.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 227 | 0.25 | 0.16 | 0 | 0.11 | 218.95 | 0.5 | 0.78 |
| Hex | AA | BE | E3 | 19 | 10 | 0 | B | DB | 32 | 4E |
| Octal | 252 | 276 | 343 | 31 | 20 | 0 | 13 | 333 | 62 | 116 |
| Binary | 10101010 | 10111110 | 11100011 | 11001 | 10000 | 0 | 1011 | 11011011 | 110010 | 1001110 |
Color Harmonies of #AABEE3
Complementary color
Monochromatic Colors of #AABEE3
Black with #AABEE3
Text Example
Text Example
White with #AABEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEE3; }
p { color: rgb(170,190,227); }
H1.HeaderClassName
{
color: #AABEE3;
}
.AnyTagClassName
{
color: #AABEE3;
}
</style>
background-color css
<style>
a { background-color: #AABEE3; }
a { background-color: rgb(170,190,227); }
div.DivClassName
{
background-color: #AABEE3;
}
.BgClassName
{
background-color: #AABEE3;
}
</style>
border-color css
<style>
span { border-color: #AABEE3; }
span { border-color: rgb(170,190,227); }
td.TdClassName
{
border-color: #AABEE3;
}
.TagClassName
{
border-color: #AABEE3;
}
</style>