Shades of Spindle #AABBD1
Tints of Spindle #AABBD1
RGB
CMYK
RGB Variations
Color information
#AABBD1 (or 0xAABBD1) is known color: Spindle. HEX triplet: AA, BB and D1. RGB value is (170,187,209). Sum of RGB (Red+Green+Blue) = 170+187+209=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #AABBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBD1 is #55442E. Grayscale: #B8B8B8. Windows color (decimal): -5588015 or 13745066. OLE color: 13745066.
HSL color Cylindrical-coordinate representation of color #AABBD1: hue angle of 213.85º 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 #AABBD1 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 187 | 209 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.18 |
| HSL | 213.85º | 0.3% | 0.74% | - |
| HSV(B) | 213.85º | 0.19% | 0.82% | - |
| XYZ | 45.86 | 48.69 | 67.3 | - |
| YUV | 184.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 209 | 0.19 | 0.11 | 0 | 0.18 | 213.85 | 0.3 | 0.74 |
| Hex | AA | BB | D1 | 13 | B | 0 | 12 | D6 | 1E | 4A |
| Octal | 252 | 273 | 321 | 23 | 13 | 0 | 22 | 326 | 36 | 112 |
| Binary | 10101010 | 10111011 | 11010001 | 10011 | 1011 | 0 | 10010 | 11010110 | 11110 | 1001010 |
Color Harmonies of #AABBD1
Complementary color
Monochromatic Colors of #AABBD1
Black with #AABBD1
Text Example
Text Example
White with #AABBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBD1; }
p { color: rgb(170,187,209); }
H1.HeaderClassName
{
color: #AABBD1;
}
.AnyTagClassName
{
color: #AABBD1;
}
</style>
background-color css
<style>
a { background-color: #AABBD1; }
a { background-color: rgb(170,187,209); }
div.DivClassName
{
background-color: #AABBD1;
}
.BgClassName
{
background-color: #AABBD1;
}
</style>
border-color css
<style>
span { border-color: #AABBD1; }
span { border-color: rgb(170,187,209); }
td.TdClassName
{
border-color: #AABBD1;
}
.TagClassName
{
border-color: #AABBD1;
}
</style>