Shades of Spindle #AAC4D5
Tints of Spindle #AAC4D5
RGB
CMYK
RGB Variations
Color information
#AAC4D5 (or 0xAAC4D5) is known color: Spindle. HEX triplet: AA, C4 and D5. RGB value is (170,196,213). Sum of RGB (Red+Green+Blue) = 170+196+213=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAC4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4D5 is #553B2A. Grayscale: #BEBEBE. Windows color (decimal): -5585707 or 14009514. OLE color: 14009514.
HSL color Cylindrical-coordinate representation of color #AAC4D5: hue angle of 203.72º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC4D5 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 196 | 213 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.16 |
| HSL | 203.72º | 0.34% | 0.75% | - |
| HSV(B) | 203.72º | 0.2% | 0.84% | - |
| XYZ | 48.33 | 52.83 | 70.6 | - |
| YUV | 190.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 213 | 0.20 | 0.08 | 0 | 0.16 | 203.72 | 0.34 | 0.75 |
| Hex | AA | C4 | D5 | 14 | 8 | 0 | 10 | CC | 22 | 4B |
| Octal | 252 | 304 | 325 | 24 | 10 | 0 | 20 | 314 | 42 | 113 |
| Binary | 10101010 | 11000100 | 11010101 | 10100 | 1000 | 0 | 10000 | 11001100 | 100010 | 1001011 |
Color Harmonies of #AAC4D5
Complementary color
Monochromatic Colors of #AAC4D5
Black with #AAC4D5
Text Example
Text Example
White with #AAC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4D5; }
p { color: rgb(170,196,213); }
H1.HeaderClassName
{
color: #AAC4D5;
}
.AnyTagClassName
{
color: #AAC4D5;
}
</style>
background-color css
<style>
a { background-color: #AAC4D5; }
a { background-color: rgb(170,196,213); }
div.DivClassName
{
background-color: #AAC4D5;
}
.BgClassName
{
background-color: #AAC4D5;
}
</style>
border-color css
<style>
span { border-color: #AAC4D5; }
span { border-color: rgb(170,196,213); }
td.TdClassName
{
border-color: #AAC4D5;
}
.TagClassName
{
border-color: #AAC4D5;
}
</style>