Shades of Spindle #AAC8DA
Tints of Spindle #AAC8DA
RGB
CMYK
RGB Variations
Color information
#AAC8DA (or 0xAAC8DA) is known color: Spindle. HEX triplet: AA, C8 and DA. RGB value is (170,200,218). Sum of RGB (Red+Green+Blue) = 170+200+218=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAC8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8DA is #553725. Grayscale: #C0C0C0. Windows color (decimal): -5584678 or 14338218. OLE color: 14338218.
HSL color Cylindrical-coordinate representation of color #AAC8DA: hue angle of 202.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC8DA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 200 | 218 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.15 |
| HSL | 202.5º | 0.39% | 0.76% | - |
| HSV(B) | 202.5º | 0.22% | 0.85% | - |
| XYZ | 49.89 | 54.92 | 74.3 | - |
| YUV | 193.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 218 | 0.22 | 0.08 | 0 | 0.15 | 202.5 | 0.39 | 0.76 |
| Hex | AA | C8 | DA | 16 | 8 | 0 | F | CA | 27 | 4C |
| Octal | 252 | 310 | 332 | 26 | 10 | 0 | 17 | 312 | 47 | 114 |
| Binary | 10101010 | 11001000 | 11011010 | 10110 | 1000 | 0 | 1111 | 11001010 | 100111 | 1001100 |
Color Harmonies of #AAC8DA
Complementary color
Monochromatic Colors of #AAC8DA
Black with #AAC8DA
Text Example
Text Example
White with #AAC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8DA; }
p { color: rgb(170,200,218); }
H1.HeaderClassName
{
color: #AAC8DA;
}
.AnyTagClassName
{
color: #AAC8DA;
}
</style>
background-color css
<style>
a { background-color: #AAC8DA; }
a { background-color: rgb(170,200,218); }
div.DivClassName
{
background-color: #AAC8DA;
}
.BgClassName
{
background-color: #AAC8DA;
}
</style>
border-color css
<style>
span { border-color: #AAC8DA; }
span { border-color: rgb(170,200,218); }
td.TdClassName
{
border-color: #AAC8DA;
}
.TagClassName
{
border-color: #AAC8DA;
}
</style>