Shades of Light Steel Blue #AAC1DC
Tints of Light Steel Blue #AAC1DC
RGB
CMYK
RGB Variations
Color information
#AAC1DC (or 0xAAC1DC) is known color: Light Steel Blue. HEX triplet: AA, C1 and DC. RGB value is (170,193,220). Sum of RGB (Red+Green+Blue) = 170+193+220=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1DC is #553E23. Grayscale: #BDBDBD. Windows color (decimal): -5586468 or 14467498. OLE color: 14467498.
HSL color Cylindrical-coordinate representation of color #AAC1DC: hue angle of 212.4º 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 #AAC1DC is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 193 | 220 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.14 |
| HSL | 212.4º | 0.42% | 0.76% | - |
| HSV(B) | 212.4º | 0.23% | 0.86% | - |
| XYZ | 48.57 | 51.85 | 75.16 | - |
| YUV | 189.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 220 | 0.23 | 0.12 | 0 | 0.14 | 212.4 | 0.42 | 0.76 |
| Hex | AA | C1 | DC | 17 | C | 0 | E | D4 | 2A | 4C |
| Octal | 252 | 301 | 334 | 27 | 14 | 0 | 16 | 324 | 52 | 114 |
| Binary | 10101010 | 11000001 | 11011100 | 10111 | 1100 | 0 | 1110 | 11010100 | 101010 | 1001100 |
Color Harmonies of #AAC1DC
Complementary color
Monochromatic Colors of #AAC1DC
Black with #AAC1DC
Text Example
Text Example
White with #AAC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1DC; }
p { color: rgb(170,193,220); }
H1.HeaderClassName
{
color: #AAC1DC;
}
.AnyTagClassName
{
color: #AAC1DC;
}
</style>
background-color css
<style>
a { background-color: #AAC1DC; }
a { background-color: rgb(170,193,220); }
div.DivClassName
{
background-color: #AAC1DC;
}
.BgClassName
{
background-color: #AAC1DC;
}
</style>
border-color css
<style>
span { border-color: #AAC1DC; }
span { border-color: rgb(170,193,220); }
td.TdClassName
{
border-color: #AAC1DC;
}
.TagClassName
{
border-color: #AAC1DC;
}
</style>