Shades of Light Steel Blue #AABFE5
Tints of Light Steel Blue #AABFE5
RGB
CMYK
RGB Variations
Color information
#AABFE5 (or 0xAABFE5) is known color: Light Steel Blue. HEX triplet: AA, BF and E5. RGB value is (170,191,229). Sum of RGB (Red+Green+Blue) = 170+191+229=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #AABFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFE5 is #55401A. Grayscale: #BCBCBC. Windows color (decimal): -5586971 or 15056810. OLE color: 15056810.
HSL color Cylindrical-coordinate representation of color #AABFE5: hue angle of 218.64º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABFE5 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 191 | 229 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.10 |
| HSL | 218.64º | 0.53% | 0.78% | - |
| HSV(B) | 218.64º | 0.26% | 0.9% | - |
| XYZ | 49.35 | 51.46 | 81.46 | - |
| YUV | 189.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 229 | 0.26 | 0.17 | 0 | 0.10 | 218.64 | 0.53 | 0.78 |
| Hex | AA | BF | E5 | 1A | 11 | 0 | A | DB | 35 | 4E |
| Octal | 252 | 277 | 345 | 32 | 21 | 0 | 12 | 333 | 65 | 116 |
| Binary | 10101010 | 10111111 | 11100101 | 11010 | 10001 | 0 | 1010 | 11011011 | 110101 | 1001110 |
Color Harmonies of #AABFE5
Complementary color
Monochromatic Colors of #AABFE5
Black with #AABFE5
Text Example
Text Example
White with #AABFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFE5; }
p { color: rgb(170,191,229); }
H1.HeaderClassName
{
color: #AABFE5;
}
.AnyTagClassName
{
color: #AABFE5;
}
</style>
background-color css
<style>
a { background-color: #AABFE5; }
a { background-color: rgb(170,191,229); }
div.DivClassName
{
background-color: #AABFE5;
}
.BgClassName
{
background-color: #AABFE5;
}
</style>
border-color css
<style>
span { border-color: #AABFE5; }
span { border-color: rgb(170,191,229); }
td.TdClassName
{
border-color: #AABFE5;
}
.TagClassName
{
border-color: #AABFE5;
}
</style>