Shades of Light Steel Blue #AAC0DB
Tints of Light Steel Blue #AAC0DB
RGB
CMYK
RGB Variations
Color information
#AAC0DB (or 0xAAC0DB) is known color: Light Steel Blue. HEX triplet: AA, C0 and DB. RGB value is (170,192,219). Sum of RGB (Red+Green+Blue) = 170+192+219=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0DB is #553F24. Grayscale: #BCBCBC. Windows color (decimal): -5586725 or 14401706. OLE color: 14401706.
HSL color Cylindrical-coordinate representation of color #AAC0DB: hue angle of 213.06º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC0DB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 192 | 219 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.14 |
| HSL | 213.06º | 0.4% | 0.76% | - |
| HSV(B) | 213.06º | 0.22% | 0.86% | - |
| XYZ | 48.21 | 51.36 | 74.39 | - |
| YUV | 188.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 219 | 0.22 | 0.12 | 0 | 0.14 | 213.06 | 0.4 | 0.76 |
| Hex | AA | C0 | DB | 16 | C | 0 | E | D5 | 28 | 4C |
| Octal | 252 | 300 | 333 | 26 | 14 | 0 | 16 | 325 | 50 | 114 |
| Binary | 10101010 | 11000000 | 11011011 | 10110 | 1100 | 0 | 1110 | 11010101 | 101000 | 1001100 |
Color Harmonies of #AAC0DB
Complementary color
Monochromatic Colors of #AAC0DB
Black with #AAC0DB
Text Example
Text Example
White with #AAC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0DB; }
p { color: rgb(170,192,219); }
H1.HeaderClassName
{
color: #AAC0DB;
}
.AnyTagClassName
{
color: #AAC0DB;
}
</style>
background-color css
<style>
a { background-color: #AAC0DB; }
a { background-color: rgb(170,192,219); }
div.DivClassName
{
background-color: #AAC0DB;
}
.BgClassName
{
background-color: #AAC0DB;
}
</style>
border-color css
<style>
span { border-color: #AAC0DB; }
span { border-color: rgb(170,192,219); }
td.TdClassName
{
border-color: #AAC0DB;
}
.TagClassName
{
border-color: #AAC0DB;
}
</style>