Shades of Light Steel Blue #AAC0DD
Tints of Light Steel Blue #AAC0DD
RGB
CMYK
RGB Variations
Color information
#AAC0DD (or 0xAAC0DD) is known color: Light Steel Blue. HEX triplet: AA, C0 and DD. RGB value is (170,192,221). Sum of RGB (Red+Green+Blue) = 170+192+221=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0DD is #553F22. Grayscale: #BCBCBC. Windows color (decimal): -5586723 or 14532778. OLE color: 14532778.
HSL color Cylindrical-coordinate representation of color #AAC0DD: hue angle of 214.12º degrees, saturation: 0.43, 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 #AAC0DD is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 192 | 221 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.13 |
| HSL | 214.12º | 0.43% | 0.77% | - |
| HSV(B) | 214.12º | 0.23% | 0.87% | - |
| XYZ | 48.48 | 51.47 | 75.79 | - |
| YUV | 188.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 221 | 0.23 | 0.13 | 0 | 0.13 | 214.12 | 0.43 | 0.77 |
| Hex | AA | C0 | DD | 17 | D | 0 | D | D6 | 2B | 4D |
| Octal | 252 | 300 | 335 | 27 | 15 | 0 | 15 | 326 | 53 | 115 |
| Binary | 10101010 | 11000000 | 11011101 | 10111 | 1101 | 0 | 1101 | 11010110 | 101011 | 1001101 |
Color Harmonies of #AAC0DD
Complementary color
Monochromatic Colors of #AAC0DD
Black with #AAC0DD
Text Example
Text Example
White with #AAC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0DD; }
p { color: rgb(170,192,221); }
H1.HeaderClassName
{
color: #AAC0DD;
}
.AnyTagClassName
{
color: #AAC0DD;
}
</style>
background-color css
<style>
a { background-color: #AAC0DD; }
a { background-color: rgb(170,192,221); }
div.DivClassName
{
background-color: #AAC0DD;
}
.BgClassName
{
background-color: #AAC0DD;
}
</style>
border-color css
<style>
span { border-color: #AAC0DD; }
span { border-color: rgb(170,192,221); }
td.TdClassName
{
border-color: #AAC0DD;
}
.TagClassName
{
border-color: #AAC0DD;
}
</style>