Shades of Spindle #AABFD2
Tints of Spindle #AABFD2
RGB
CMYK
RGB Variations
Color information
#AABFD2 (or 0xAABFD2) is known color: Spindle. HEX triplet: AA, BF and D2. RGB value is (170,191,210). Sum of RGB (Red+Green+Blue) = 170+191+210=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 210 - color contains mainly: blue. Hex color #AABFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFD2 is #55402D. Grayscale: #BABABA. Windows color (decimal): -5586990 or 13811626. OLE color: 13811626.
HSL color Cylindrical-coordinate representation of color #AABFD2: hue angle of 208.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABFD2 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 191 | 210 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.18 |
| HSL | 208.5º | 0.31% | 0.75% | - |
| HSV(B) | 208.5º | 0.19% | 0.82% | - |
| XYZ | 46.84 | 50.46 | 68.24 | - |
| YUV | 186.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 210 | 0.19 | 0.09 | 0 | 0.18 | 208.5 | 0.31 | 0.75 |
| Hex | AA | BF | D2 | 13 | 9 | 0 | 12 | D0 | 1F | 4B |
| Octal | 252 | 277 | 322 | 23 | 11 | 0 | 22 | 320 | 37 | 113 |
| Binary | 10101010 | 10111111 | 11010010 | 10011 | 1001 | 0 | 10010 | 11010000 | 11111 | 1001011 |
Color Harmonies of #AABFD2
Complementary color
Monochromatic Colors of #AABFD2
Black with #AABFD2
Text Example
Text Example
White with #AABFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFD2; }
p { color: rgb(170,191,210); }
H1.HeaderClassName
{
color: #AABFD2;
}
.AnyTagClassName
{
color: #AABFD2;
}
</style>
background-color css
<style>
a { background-color: #AABFD2; }
a { background-color: rgb(170,191,210); }
div.DivClassName
{
background-color: #AABFD2;
}
.BgClassName
{
background-color: #AABFD2;
}
</style>
border-color css
<style>
span { border-color: #AABFD2; }
span { border-color: rgb(170,191,210); }
td.TdClassName
{
border-color: #AABFD2;
}
.TagClassName
{
border-color: #AABFD2;
}
</style>