Shades of Spindle #AAB9CC
Tints of Spindle #AAB9CC
RGB
CMYK
RGB Variations
Color information
#AAB9CC (or 0xAAB9CC) is known color: Spindle. HEX triplet: AA, B9 and CC. RGB value is (170,185,204). Sum of RGB (Red+Green+Blue) = 170+185+204=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9CC is #554633. Grayscale: #B6B6B6. Windows color (decimal): -5588532 or 13416874. OLE color: 13416874.
HSL color Cylindrical-coordinate representation of color #AAB9CC: hue angle of 213.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB9CC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 185 | 204 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.2 |
| HSL | 213.53º | 0.25% | 0.73% | - |
| HSV(B) | 213.53º | 0.17% | 0.8% | - |
| XYZ | 44.83 | 47.6 | 63.95 | - |
| YUV | 182.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 204 | 0.17 | 0.09 | 0 | 0.2 | 213.53 | 0.25 | 0.73 |
| Hex | AA | B9 | CC | 11 | 9 | 0 | 14 | D6 | 19 | 49 |
| Octal | 252 | 271 | 314 | 21 | 11 | 0 | 24 | 326 | 31 | 111 |
| Binary | 10101010 | 10111001 | 11001100 | 10001 | 1001 | 0 | 10100 | 11010110 | 11001 | 1001001 |
Color Harmonies of #AAB9CC
Complementary color
Monochromatic Colors of #AAB9CC
Black with #AAB9CC
Text Example
Text Example
White with #AAB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9CC; }
p { color: rgb(170,185,204); }
H1.HeaderClassName
{
color: #AAB9CC;
}
.AnyTagClassName
{
color: #AAB9CC;
}
</style>
background-color css
<style>
a { background-color: #AAB9CC; }
a { background-color: rgb(170,185,204); }
div.DivClassName
{
background-color: #AAB9CC;
}
.BgClassName
{
background-color: #AAB9CC;
}
</style>
border-color css
<style>
span { border-color: #AAB9CC; }
span { border-color: rgb(170,185,204); }
td.TdClassName
{
border-color: #AAB9CC;
}
.TagClassName
{
border-color: #AAB9CC;
}
</style>