Shades of Light Steel Blue #AABFE1
Tints of Light Steel Blue #AABFE1
RGB
CMYK
RGB Variations
Color information
#AABFE1 (or 0xAABFE1) is known color: Light Steel Blue. HEX triplet: AA, BF and E1. RGB value is (170,191,225). Sum of RGB (Red+Green+Blue) = 170+191+225=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFE1 is #55401E. Grayscale: #BCBCBC. Windows color (decimal): -5586975 or 14794666. OLE color: 14794666.
HSL color Cylindrical-coordinate representation of color #AABFE1: hue angle of 217.09º degrees, saturation: 0.48, 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 #AABFE1 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 191 | 225 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.12 |
| HSL | 217.09º | 0.48% | 0.77% | - |
| HSV(B) | 217.09º | 0.24% | 0.88% | - |
| XYZ | 48.8 | 51.24 | 78.55 | - |
| YUV | 188.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 225 | 0.24 | 0.15 | 0 | 0.12 | 217.09 | 0.48 | 0.77 |
| Hex | AA | BF | E1 | 18 | F | 0 | C | D9 | 30 | 4D |
| Octal | 252 | 277 | 341 | 30 | 17 | 0 | 14 | 331 | 60 | 115 |
| Binary | 10101010 | 10111111 | 11100001 | 11000 | 1111 | 0 | 1100 | 11011001 | 110000 | 1001101 |
Color Harmonies of #AABFE1
Complementary color
Monochromatic Colors of #AABFE1
Black with #AABFE1
Text Example
Text Example
White with #AABFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFE1; }
p { color: rgb(170,191,225); }
H1.HeaderClassName
{
color: #AABFE1;
}
.AnyTagClassName
{
color: #AABFE1;
}
</style>
background-color css
<style>
a { background-color: #AABFE1; }
a { background-color: rgb(170,191,225); }
div.DivClassName
{
background-color: #AABFE1;
}
.BgClassName
{
background-color: #AABFE1;
}
</style>
border-color css
<style>
span { border-color: #AABFE1; }
span { border-color: rgb(170,191,225); }
td.TdClassName
{
border-color: #AABFE1;
}
.TagClassName
{
border-color: #AABFE1;
}
</style>