Shades of Spindle #AAC1D1
Tints of Spindle #AAC1D1
RGB
CMYK
RGB Variations
Color information
#AAC1D1 (or 0xAAC1D1) is known color: Spindle. HEX triplet: AA, C1 and D1. RGB value is (170,193,209). Sum of RGB (Red+Green+Blue) = 170+193+209=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAC1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1D1 is #553E2E. Grayscale: #BBBBBB. Windows color (decimal): -5586479 or 13746602. OLE color: 13746602.
HSL color Cylindrical-coordinate representation of color #AAC1D1: hue angle of 204.62º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC1D1 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 193 | 209 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.18 |
| HSL | 204.62º | 0.3% | 0.74% | - |
| HSV(B) | 204.62º | 0.19% | 0.82% | - |
| XYZ | 47.16 | 51.29 | 67.74 | - |
| YUV | 187.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 209 | 0.19 | 0.08 | 0 | 0.18 | 204.62 | 0.3 | 0.74 |
| Hex | AA | C1 | D1 | 13 | 8 | 0 | 12 | CD | 1E | 4A |
| Octal | 252 | 301 | 321 | 23 | 10 | 0 | 22 | 315 | 36 | 112 |
| Binary | 10101010 | 11000001 | 11010001 | 10011 | 1000 | 0 | 10010 | 11001101 | 11110 | 1001010 |
Color Harmonies of #AAC1D1
Complementary color
Monochromatic Colors of #AAC1D1
Black with #AAC1D1
Text Example
Text Example
White with #AAC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1D1; }
p { color: rgb(170,193,209); }
H1.HeaderClassName
{
color: #AAC1D1;
}
.AnyTagClassName
{
color: #AAC1D1;
}
</style>
background-color css
<style>
a { background-color: #AAC1D1; }
a { background-color: rgb(170,193,209); }
div.DivClassName
{
background-color: #AAC1D1;
}
.BgClassName
{
background-color: #AAC1D1;
}
</style>
border-color css
<style>
span { border-color: #AAC1D1; }
span { border-color: rgb(170,193,209); }
td.TdClassName
{
border-color: #AAC1D1;
}
.TagClassName
{
border-color: #AAC1D1;
}
</style>