Shades of Light Steel Blue #AABFE4
Tints of Light Steel Blue #AABFE4
RGB
CMYK
RGB Variations
Color information
#AABFE4 (or 0xAABFE4) is known color: Light Steel Blue. HEX triplet: AA, BF and E4. RGB value is (170,191,228). Sum of RGB (Red+Green+Blue) = 170+191+228=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #AABFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFE4 is #55401B. Grayscale: #BCBCBC. Windows color (decimal): -5586972 or 14991274. OLE color: 14991274.
HSL color Cylindrical-coordinate representation of color #AABFE4: hue angle of 218.28º degrees, saturation: 0.52, 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 #AABFE4 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 191 | 228 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.11 |
| HSL | 218.28º | 0.52% | 0.78% | - |
| HSV(B) | 218.28º | 0.25% | 0.89% | - |
| XYZ | 49.21 | 51.41 | 80.73 | - |
| YUV | 188.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 228 | 0.25 | 0.16 | 0 | 0.11 | 218.28 | 0.52 | 0.78 |
| Hex | AA | BF | E4 | 19 | 10 | 0 | B | DA | 34 | 4E |
| Octal | 252 | 277 | 344 | 31 | 20 | 0 | 13 | 332 | 64 | 116 |
| Binary | 10101010 | 10111111 | 11100100 | 11001 | 10000 | 0 | 1011 | 11011010 | 110100 | 1001110 |
Color Harmonies of #AABFE4
Complementary color
Monochromatic Colors of #AABFE4
Black with #AABFE4
Text Example
Text Example
White with #AABFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFE4; }
p { color: rgb(170,191,228); }
H1.HeaderClassName
{
color: #AABFE4;
}
.AnyTagClassName
{
color: #AABFE4;
}
</style>
background-color css
<style>
a { background-color: #AABFE4; }
a { background-color: rgb(170,191,228); }
div.DivClassName
{
background-color: #AABFE4;
}
.BgClassName
{
background-color: #AABFE4;
}
</style>
border-color css
<style>
span { border-color: #AABFE4; }
span { border-color: rgb(170,191,228); }
td.TdClassName
{
border-color: #AABFE4;
}
.TagClassName
{
border-color: #AABFE4;
}
</style>