Shades of Light Steel Blue #AABFE0
Tints of Light Steel Blue #AABFE0
RGB
CMYK
RGB Variations
Color information
#AABFE0 (or 0xAABFE0) is known color: Light Steel Blue. HEX triplet: AA, BF and E0. RGB value is (170,191,224). Sum of RGB (Red+Green+Blue) = 170+191+224=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #AABFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFE0 is #55401F. Grayscale: #BCBCBC. Windows color (decimal): -5586976 or 14729130. OLE color: 14729130.
HSL color Cylindrical-coordinate representation of color #AABFE0: hue angle of 216.67º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABFE0 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 191 | 224 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.12 |
| HSL | 216.67º | 0.47% | 0.77% | - |
| HSV(B) | 216.67º | 0.24% | 0.88% | - |
| XYZ | 48.66 | 51.19 | 77.84 | - |
| YUV | 188.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 224 | 0.24 | 0.15 | 0 | 0.12 | 216.67 | 0.47 | 0.77 |
| Hex | AA | BF | E0 | 18 | F | 0 | C | D9 | 2F | 4D |
| Octal | 252 | 277 | 340 | 30 | 17 | 0 | 14 | 331 | 57 | 115 |
| Binary | 10101010 | 10111111 | 11100000 | 11000 | 1111 | 0 | 1100 | 11011001 | 101111 | 1001101 |
Color Harmonies of #AABFE0
Complementary color
Monochromatic Colors of #AABFE0
Black with #AABFE0
Text Example
Text Example
White with #AABFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFE0; }
p { color: rgb(170,191,224); }
H1.HeaderClassName
{
color: #AABFE0;
}
.AnyTagClassName
{
color: #AABFE0;
}
</style>
background-color css
<style>
a { background-color: #AABFE0; }
a { background-color: rgb(170,191,224); }
div.DivClassName
{
background-color: #AABFE0;
}
.BgClassName
{
background-color: #AABFE0;
}
</style>
border-color css
<style>
span { border-color: #AABFE0; }
span { border-color: rgb(170,191,224); }
td.TdClassName
{
border-color: #AABFE0;
}
.TagClassName
{
border-color: #AABFE0;
}
</style>