Shades of Light Steel Blue #AAC0D9
Tints of Light Steel Blue #AAC0D9
RGB
CMYK
RGB Variations
Color information
#AAC0D9 (or 0xAAC0D9) is known color: Light Steel Blue. HEX triplet: AA, C0 and D9. RGB value is (170,192,217). Sum of RGB (Red+Green+Blue) = 170+192+217=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAC0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0D9 is #553F26. Grayscale: #BCBCBC. Windows color (decimal): -5586727 or 14270634. OLE color: 14270634.
HSL color Cylindrical-coordinate representation of color #AAC0D9: hue angle of 211.91º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC0D9 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 192 | 217 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.15 |
| HSL | 211.91º | 0.38% | 0.76% | - |
| HSV(B) | 211.91º | 0.22% | 0.85% | - |
| XYZ | 47.95 | 51.26 | 73.01 | - |
| YUV | 188.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 217 | 0.22 | 0.12 | 0 | 0.15 | 211.91 | 0.38 | 0.76 |
| Hex | AA | C0 | D9 | 16 | C | 0 | F | D4 | 26 | 4C |
| Octal | 252 | 300 | 331 | 26 | 14 | 0 | 17 | 324 | 46 | 114 |
| Binary | 10101010 | 11000000 | 11011001 | 10110 | 1100 | 0 | 1111 | 11010100 | 100110 | 1001100 |
Color Harmonies of #AAC0D9
Complementary color
Monochromatic Colors of #AAC0D9
Black with #AAC0D9
Text Example
Text Example
White with #AAC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0D9; }
p { color: rgb(170,192,217); }
H1.HeaderClassName
{
color: #AAC0D9;
}
.AnyTagClassName
{
color: #AAC0D9;
}
</style>
background-color css
<style>
a { background-color: #AAC0D9; }
a { background-color: rgb(170,192,217); }
div.DivClassName
{
background-color: #AAC0D9;
}
.BgClassName
{
background-color: #AAC0D9;
}
</style>
border-color css
<style>
span { border-color: #AAC0D9; }
span { border-color: rgb(170,192,217); }
td.TdClassName
{
border-color: #AAC0D9;
}
.TagClassName
{
border-color: #AAC0D9;
}
</style>