Shades of Light Steel Blue #AABFDE
Tints of Light Steel Blue #AABFDE
RGB
CMYK
RGB Variations
Color information
#AABFDE (or 0xAABFDE) is known color: Light Steel Blue. HEX triplet: AA, BF and DE. RGB value is (170,191,222). Sum of RGB (Red+Green+Blue) = 170+191+222=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #AABFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFDE is #554021. Grayscale: #BCBCBC. Windows color (decimal): -5586978 or 14598058. OLE color: 14598058.
HSL color Cylindrical-coordinate representation of color #AABFDE: hue angle of 215.77º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABFDE is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 191 | 222 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.13 |
| HSL | 215.77º | 0.44% | 0.77% | - |
| HSV(B) | 215.77º | 0.23% | 0.87% | - |
| XYZ | 48.39 | 51.08 | 76.42 | - |
| YUV | 188.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 222 | 0.23 | 0.14 | 0 | 0.13 | 215.77 | 0.44 | 0.77 |
| Hex | AA | BF | DE | 17 | E | 0 | D | D8 | 2C | 4D |
| Octal | 252 | 277 | 336 | 27 | 16 | 0 | 15 | 330 | 54 | 115 |
| Binary | 10101010 | 10111111 | 11011110 | 10111 | 1110 | 0 | 1101 | 11011000 | 101100 | 1001101 |
Color Harmonies of #AABFDE
Complementary color
Monochromatic Colors of #AABFDE
Black with #AABFDE
Text Example
Text Example
White with #AABFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFDE; }
p { color: rgb(170,191,222); }
H1.HeaderClassName
{
color: #AABFDE;
}
.AnyTagClassName
{
color: #AABFDE;
}
</style>
background-color css
<style>
a { background-color: #AABFDE; }
a { background-color: rgb(170,191,222); }
div.DivClassName
{
background-color: #AABFDE;
}
.BgClassName
{
background-color: #AABFDE;
}
</style>
border-color css
<style>
span { border-color: #AABFDE; }
span { border-color: rgb(170,191,222); }
td.TdClassName
{
border-color: #AABFDE;
}
.TagClassName
{
border-color: #AABFDE;
}
</style>