Shades of Light Steel Blue #AAC6DD
Tints of Light Steel Blue #AAC6DD
RGB
CMYK
RGB Variations
Color information
#AAC6DD (or 0xAAC6DD) is known color: Light Steel Blue. HEX triplet: AA, C6 and DD. RGB value is (170,198,221). Sum of RGB (Red+Green+Blue) = 170+198+221=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6DD is #553922. Grayscale: #C0C0C0. Windows color (decimal): -5585187 or 14534314. OLE color: 14534314.
HSL color Cylindrical-coordinate representation of color #AAC6DD: hue angle of 207.06º 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 #AAC6DD is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 198 | 221 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.13 |
| HSL | 207.06º | 0.43% | 0.77% | - |
| HSV(B) | 207.06º | 0.23% | 0.87% | - |
| XYZ | 49.82 | 54.15 | 76.23 | - |
| YUV | 192.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 221 | 0.23 | 0.10 | 0 | 0.13 | 207.06 | 0.43 | 0.77 |
| Hex | AA | C6 | DD | 17 | A | 0 | D | CF | 2B | 4D |
| Octal | 252 | 306 | 335 | 27 | 12 | 0 | 15 | 317 | 53 | 115 |
| Binary | 10101010 | 11000110 | 11011101 | 10111 | 1010 | 0 | 1101 | 11001111 | 101011 | 1001101 |
Color Harmonies of #AAC6DD
Complementary color
Monochromatic Colors of #AAC6DD
Black with #AAC6DD
Text Example
Text Example
White with #AAC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6DD; }
p { color: rgb(170,198,221); }
H1.HeaderClassName
{
color: #AAC6DD;
}
.AnyTagClassName
{
color: #AAC6DD;
}
</style>
background-color css
<style>
a { background-color: #AAC6DD; }
a { background-color: rgb(170,198,221); }
div.DivClassName
{
background-color: #AAC6DD;
}
.BgClassName
{
background-color: #AAC6DD;
}
</style>
border-color css
<style>
span { border-color: #AAC6DD; }
span { border-color: rgb(170,198,221); }
td.TdClassName
{
border-color: #AAC6DD;
}
.TagClassName
{
border-color: #AAC6DD;
}
</style>