Shades of Light Steel Blue #AAC9DE
Tints of Light Steel Blue #AAC9DE
RGB
CMYK
RGB Variations
Color information
#AAC9DE (or 0xAAC9DE) is known color: Light Steel Blue. HEX triplet: AA, C9 and DE. RGB value is (170,201,222). Sum of RGB (Red+Green+Blue) = 170+201+222=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9DE is #553621. Grayscale: #C2C2C2. Windows color (decimal): -5584418 or 14600618. OLE color: 14600618.
HSL color Cylindrical-coordinate representation of color #AAC9DE: hue angle of 204.23º 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 #AAC9DE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 201 | 222 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.13 |
| HSL | 204.23º | 0.44% | 0.77% | - |
| HSV(B) | 204.23º | 0.23% | 0.87% | - |
| XYZ | 50.65 | 55.59 | 77.17 | - |
| YUV | 194.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 222 | 0.23 | 0.09 | 0 | 0.13 | 204.23 | 0.44 | 0.77 |
| Hex | AA | C9 | DE | 17 | 9 | 0 | D | CC | 2C | 4D |
| Octal | 252 | 311 | 336 | 27 | 11 | 0 | 15 | 314 | 54 | 115 |
| Binary | 10101010 | 11001001 | 11011110 | 10111 | 1001 | 0 | 1101 | 11001100 | 101100 | 1001101 |
Color Harmonies of #AAC9DE
Complementary color
Monochromatic Colors of #AAC9DE
Black with #AAC9DE
Text Example
Text Example
White with #AAC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9DE; }
p { color: rgb(170,201,222); }
H1.HeaderClassName
{
color: #AAC9DE;
}
.AnyTagClassName
{
color: #AAC9DE;
}
</style>
background-color css
<style>
a { background-color: #AAC9DE; }
a { background-color: rgb(170,201,222); }
div.DivClassName
{
background-color: #AAC9DE;
}
.BgClassName
{
background-color: #AAC9DE;
}
</style>
border-color css
<style>
span { border-color: #AAC9DE; }
span { border-color: rgb(170,201,222); }
td.TdClassName
{
border-color: #AAC9DE;
}
.TagClassName
{
border-color: #AAC9DE;
}
</style>