Shades of Spindle #AAC8DB
Tints of Spindle #AAC8DB
RGB
CMYK
RGB Variations
Color information
#AAC8DB (or 0xAAC8DB) is known color: Spindle. HEX triplet: AA, C8 and DB. RGB value is (170,200,219). Sum of RGB (Red+Green+Blue) = 170+200+219=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAC8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8DB is #553724. Grayscale: #C1C1C1. Windows color (decimal): -5584677 or 14403754. OLE color: 14403754.
HSL color Cylindrical-coordinate representation of color #AAC8DB: hue angle of 203.27º 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 #AAC8DB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 200 | 219 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.14 |
| HSL | 203.27º | 0.4% | 0.76% | - |
| HSV(B) | 203.27º | 0.22% | 0.86% | - |
| XYZ | 50.02 | 54.97 | 74.99 | - |
| YUV | 193.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 219 | 0.22 | 0.09 | 0 | 0.14 | 203.27 | 0.4 | 0.76 |
| Hex | AA | C8 | DB | 16 | 9 | 0 | E | CB | 28 | 4C |
| Octal | 252 | 310 | 333 | 26 | 11 | 0 | 16 | 313 | 50 | 114 |
| Binary | 10101010 | 11001000 | 11011011 | 10110 | 1001 | 0 | 1110 | 11001011 | 101000 | 1001100 |
Color Harmonies of #AAC8DB
Complementary color
Monochromatic Colors of #AAC8DB
Black with #AAC8DB
Text Example
Text Example
White with #AAC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8DB; }
p { color: rgb(170,200,219); }
H1.HeaderClassName
{
color: #AAC8DB;
}
.AnyTagClassName
{
color: #AAC8DB;
}
</style>
background-color css
<style>
a { background-color: #AAC8DB; }
a { background-color: rgb(170,200,219); }
div.DivClassName
{
background-color: #AAC8DB;
}
.BgClassName
{
background-color: #AAC8DB;
}
</style>
border-color css
<style>
span { border-color: #AAC8DB; }
span { border-color: rgb(170,200,219); }
td.TdClassName
{
border-color: #AAC8DB;
}
.TagClassName
{
border-color: #AAC8DB;
}
</style>