Shades of Light Steel Blue #AAC8DE
Tints of Light Steel Blue #AAC8DE
RGB
CMYK
RGB Variations
Color information
#AAC8DE (or 0xAAC8DE) is known color: Light Steel Blue. HEX triplet: AA, C8 and DE. RGB value is (170,200,222). Sum of RGB (Red+Green+Blue) = 170+200+222=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8DE is #553721. Grayscale: #C1C1C1. Windows color (decimal): -5584674 or 14600362. OLE color: 14600362.
HSL color Cylindrical-coordinate representation of color #AAC8DE: hue angle of 205.38º degrees, saturation: 0.44, 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 #AAC8DE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 200 | 222 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.13 |
| HSL | 205.38º | 0.44% | 0.77% | - |
| HSV(B) | 205.38º | 0.23% | 0.87% | - |
| XYZ | 50.42 | 55.13 | 77.09 | - |
| YUV | 193.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 222 | 0.23 | 0.10 | 0 | 0.13 | 205.38 | 0.44 | 0.77 |
| Hex | AA | C8 | DE | 17 | A | 0 | D | CD | 2C | 4D |
| Octal | 252 | 310 | 336 | 27 | 12 | 0 | 15 | 315 | 54 | 115 |
| Binary | 10101010 | 11001000 | 11011110 | 10111 | 1010 | 0 | 1101 | 11001101 | 101100 | 1001101 |
Color Harmonies of #AAC8DE
Complementary color
Monochromatic Colors of #AAC8DE
Black with #AAC8DE
Text Example
Text Example
White with #AAC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8DE; }
p { color: rgb(170,200,222); }
H1.HeaderClassName
{
color: #AAC8DE;
}
.AnyTagClassName
{
color: #AAC8DE;
}
</style>
background-color css
<style>
a { background-color: #AAC8DE; }
a { background-color: rgb(170,200,222); }
div.DivClassName
{
background-color: #AAC8DE;
}
.BgClassName
{
background-color: #AAC8DE;
}
</style>
border-color css
<style>
span { border-color: #AAC8DE; }
span { border-color: rgb(170,200,222); }
td.TdClassName
{
border-color: #AAC8DE;
}
.TagClassName
{
border-color: #AAC8DE;
}
</style>