Shades of Light Steel Blue #AAC4DC
Tints of Light Steel Blue #AAC4DC
RGB
CMYK
RGB Variations
Color information
#AAC4DC (or 0xAAC4DC) is known color: Light Steel Blue. HEX triplet: AA, C4 and DC. RGB value is (170,196,220). Sum of RGB (Red+Green+Blue) = 170+196+220=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4DC is #553B23. Grayscale: #BEBEBE. Windows color (decimal): -5585700 or 14468266. OLE color: 14468266.
HSL color Cylindrical-coordinate representation of color #AAC4DC: hue angle of 208.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC4DC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 196 | 220 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.14 |
| HSL | 208.8º | 0.42% | 0.76% | - |
| HSV(B) | 208.8º | 0.23% | 0.86% | - |
| XYZ | 49.24 | 53.19 | 75.38 | - |
| YUV | 190.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 220 | 0.23 | 0.11 | 0 | 0.14 | 208.8 | 0.42 | 0.76 |
| Hex | AA | C4 | DC | 17 | B | 0 | E | D1 | 2A | 4C |
| Octal | 252 | 304 | 334 | 27 | 13 | 0 | 16 | 321 | 52 | 114 |
| Binary | 10101010 | 11000100 | 11011100 | 10111 | 1011 | 0 | 1110 | 11010001 | 101010 | 1001100 |
Color Harmonies of #AAC4DC
Complementary color
Monochromatic Colors of #AAC4DC
Black with #AAC4DC
Text Example
Text Example
White with #AAC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4DC; }
p { color: rgb(170,196,220); }
H1.HeaderClassName
{
color: #AAC4DC;
}
.AnyTagClassName
{
color: #AAC4DC;
}
</style>
background-color css
<style>
a { background-color: #AAC4DC; }
a { background-color: rgb(170,196,220); }
div.DivClassName
{
background-color: #AAC4DC;
}
.BgClassName
{
background-color: #AAC4DC;
}
</style>
border-color css
<style>
span { border-color: #AAC4DC; }
span { border-color: rgb(170,196,220); }
td.TdClassName
{
border-color: #AAC4DC;
}
.TagClassName
{
border-color: #AAC4DC;
}
</style>