Shades of Spindle #AAC5D8
Tints of Spindle #AAC5D8
RGB
CMYK
RGB Variations
Color information
#AAC5D8 (or 0xAAC5D8) is known color: Spindle. HEX triplet: AA, C5 and D8. RGB value is (170,197,216). Sum of RGB (Red+Green+Blue) = 170+197+216=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAC5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5D8 is #553A27. Grayscale: #BEBEBE. Windows color (decimal): -5585448 or 14206378. OLE color: 14206378.
HSL color Cylindrical-coordinate representation of color #AAC5D8: hue angle of 204.78º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC5D8 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 197 | 216 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.15 |
| HSL | 204.78º | 0.37% | 0.76% | - |
| HSV(B) | 204.78º | 0.21% | 0.85% | - |
| XYZ | 48.94 | 53.44 | 72.7 | - |
| YUV | 191.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 216 | 0.21 | 0.09 | 0 | 0.15 | 204.78 | 0.37 | 0.76 |
| Hex | AA | C5 | D8 | 15 | 9 | 0 | F | CD | 25 | 4C |
| Octal | 252 | 305 | 330 | 25 | 11 | 0 | 17 | 315 | 45 | 114 |
| Binary | 10101010 | 11000101 | 11011000 | 10101 | 1001 | 0 | 1111 | 11001101 | 100101 | 1001100 |
Color Harmonies of #AAC5D8
Complementary color
Monochromatic Colors of #AAC5D8
Black with #AAC5D8
Text Example
Text Example
White with #AAC5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5D8; }
p { color: rgb(170,197,216); }
H1.HeaderClassName
{
color: #AAC5D8;
}
.AnyTagClassName
{
color: #AAC5D8;
}
</style>
background-color css
<style>
a { background-color: #AAC5D8; }
a { background-color: rgb(170,197,216); }
div.DivClassName
{
background-color: #AAC5D8;
}
.BgClassName
{
background-color: #AAC5D8;
}
</style>
border-color css
<style>
span { border-color: #AAC5D8; }
span { border-color: rgb(170,197,216); }
td.TdClassName
{
border-color: #AAC5D8;
}
.TagClassName
{
border-color: #AAC5D8;
}
</style>