Shades of Spindle #AAC4D3
Tints of Spindle #AAC4D3
RGB
CMYK
RGB Variations
Color information
#AAC4D3 (or 0xAAC4D3) is known color: Spindle. HEX triplet: AA, C4 and D3. RGB value is (170,196,211). Sum of RGB (Red+Green+Blue) = 170+196+211=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAC4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4D3 is #553B2C. Grayscale: #BDBDBD. Windows color (decimal): -5585709 or 13878442. OLE color: 13878442.
HSL color Cylindrical-coordinate representation of color #AAC4D3: hue angle of 201.95º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC4D3 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 196 | 211 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.17 |
| HSL | 201.95º | 0.32% | 0.75% | - |
| HSV(B) | 201.95º | 0.19% | 0.83% | - |
| XYZ | 48.08 | 52.73 | 69.27 | - |
| YUV | 189.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 211 | 0.19 | 0.07 | 0 | 0.17 | 201.95 | 0.32 | 0.75 |
| Hex | AA | C4 | D3 | 13 | 7 | 0 | 11 | CA | 20 | 4B |
| Octal | 252 | 304 | 323 | 23 | 7 | 0 | 21 | 312 | 40 | 113 |
| Binary | 10101010 | 11000100 | 11010011 | 10011 | 111 | 0 | 10001 | 11001010 | 100000 | 1001011 |
Color Harmonies of #AAC4D3
Complementary color
Monochromatic Colors of #AAC4D3
Black with #AAC4D3
Text Example
Text Example
White with #AAC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4D3; }
p { color: rgb(170,196,211); }
H1.HeaderClassName
{
color: #AAC4D3;
}
.AnyTagClassName
{
color: #AAC4D3;
}
</style>
background-color css
<style>
a { background-color: #AAC4D3; }
a { background-color: rgb(170,196,211); }
div.DivClassName
{
background-color: #AAC4D3;
}
.BgClassName
{
background-color: #AAC4D3;
}
</style>
border-color css
<style>
span { border-color: #AAC4D3; }
span { border-color: rgb(170,196,211); }
td.TdClassName
{
border-color: #AAC4D3;
}
.TagClassName
{
border-color: #AAC4D3;
}
</style>