Shades of Light Steel Blue #AAC8DF
Tints of Light Steel Blue #AAC8DF
RGB
CMYK
RGB Variations
Color information
#AAC8DF (or 0xAAC8DF) is known color: Light Steel Blue. HEX triplet: AA, C8 and DF. RGB value is (170,200,223). Sum of RGB (Red+Green+Blue) = 170+200+223=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8DF is #553720. Grayscale: #C1C1C1. Windows color (decimal): -5584673 or 14665898. OLE color: 14665898.
HSL color Cylindrical-coordinate representation of color #AAC8DF: hue angle of 206.04º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC8DF is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 200 | 223 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.13 |
| HSL | 206.04º | 0.45% | 0.77% | - |
| HSV(B) | 206.04º | 0.24% | 0.87% | - |
| XYZ | 50.55 | 55.18 | 77.8 | - |
| YUV | 193.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 223 | 0.24 | 0.10 | 0 | 0.13 | 206.04 | 0.45 | 0.77 |
| Hex | AA | C8 | DF | 18 | A | 0 | D | CE | 2D | 4D |
| Octal | 252 | 310 | 337 | 30 | 12 | 0 | 15 | 316 | 55 | 115 |
| Binary | 10101010 | 11001000 | 11011111 | 11000 | 1010 | 0 | 1101 | 11001110 | 101101 | 1001101 |
Color Harmonies of #AAC8DF
Complementary color
Monochromatic Colors of #AAC8DF
Black with #AAC8DF
Text Example
Text Example
White with #AAC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8DF; }
p { color: rgb(170,200,223); }
H1.HeaderClassName
{
color: #AAC8DF;
}
.AnyTagClassName
{
color: #AAC8DF;
}
</style>
background-color css
<style>
a { background-color: #AAC8DF; }
a { background-color: rgb(170,200,223); }
div.DivClassName
{
background-color: #AAC8DF;
}
.BgClassName
{
background-color: #AAC8DF;
}
</style>
border-color css
<style>
span { border-color: #AAC8DF; }
span { border-color: rgb(170,200,223); }
td.TdClassName
{
border-color: #AAC8DF;
}
.TagClassName
{
border-color: #AAC8DF;
}
</style>