Shades of Light Steel Blue #AAC4DB
Tints of Light Steel Blue #AAC4DB
RGB
CMYK
RGB Variations
Color information
#AAC4DB (or 0xAAC4DB) is known color: Light Steel Blue. HEX triplet: AA, C4 and DB. RGB value is (170,196,219). Sum of RGB (Red+Green+Blue) = 170+196+219=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAC4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4DB is #553B24. Grayscale: #BEBEBE. Windows color (decimal): -5585701 or 14402730. OLE color: 14402730.
HSL color Cylindrical-coordinate representation of color #AAC4DB: hue angle of 208.16º 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 #AAC4DB is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 196 | 219 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.14 |
| HSL | 208.16º | 0.4% | 0.76% | - |
| HSV(B) | 208.16º | 0.22% | 0.86% | - |
| XYZ | 49.1 | 53.14 | 74.69 | - |
| YUV | 190.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 219 | 0.22 | 0.11 | 0 | 0.14 | 208.16 | 0.4 | 0.76 |
| Hex | AA | C4 | DB | 16 | B | 0 | E | D0 | 28 | 4C |
| Octal | 252 | 304 | 333 | 26 | 13 | 0 | 16 | 320 | 50 | 114 |
| Binary | 10101010 | 11000100 | 11011011 | 10110 | 1011 | 0 | 1110 | 11010000 | 101000 | 1001100 |
Color Harmonies of #AAC4DB
Complementary color
Monochromatic Colors of #AAC4DB
Black with #AAC4DB
Text Example
Text Example
White with #AAC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4DB; }
p { color: rgb(170,196,219); }
H1.HeaderClassName
{
color: #AAC4DB;
}
.AnyTagClassName
{
color: #AAC4DB;
}
</style>
background-color css
<style>
a { background-color: #AAC4DB; }
a { background-color: rgb(170,196,219); }
div.DivClassName
{
background-color: #AAC4DB;
}
.BgClassName
{
background-color: #AAC4DB;
}
</style>
border-color css
<style>
span { border-color: #AAC4DB; }
span { border-color: rgb(170,196,219); }
td.TdClassName
{
border-color: #AAC4DB;
}
.TagClassName
{
border-color: #AAC4DB;
}
</style>