Shades of Spindle #AABFD0
Tints of Spindle #AABFD0
RGB
CMYK
RGB Variations
Color information
#AABFD0 (or 0xAABFD0) is known color: Spindle. HEX triplet: AA, BF and D0. RGB value is (170,191,208). Sum of RGB (Red+Green+Blue) = 170+191+208=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #AABFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFD0 is #55402F. Grayscale: #BABABA. Windows color (decimal): -5586992 or 13680554. OLE color: 13680554.
HSL color Cylindrical-coordinate representation of color #AABFD0: hue angle of 206.84º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABFD0 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 191 | 208 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.18 |
| HSL | 206.84º | 0.29% | 0.74% | - |
| HSV(B) | 206.84º | 0.18% | 0.82% | - |
| XYZ | 46.59 | 50.36 | 66.94 | - |
| YUV | 186.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 208 | 0.18 | 0.08 | 0 | 0.18 | 206.84 | 0.29 | 0.74 |
| Hex | AA | BF | D0 | 12 | 8 | 0 | 12 | CF | 1D | 4A |
| Octal | 252 | 277 | 320 | 22 | 10 | 0 | 22 | 317 | 35 | 112 |
| Binary | 10101010 | 10111111 | 11010000 | 10010 | 1000 | 0 | 10010 | 11001111 | 11101 | 1001010 |
Color Harmonies of #AABFD0
Complementary color
Monochromatic Colors of #AABFD0
Black with #AABFD0
Text Example
Text Example
White with #AABFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFD0; }
p { color: rgb(170,191,208); }
H1.HeaderClassName
{
color: #AABFD0;
}
.AnyTagClassName
{
color: #AABFD0;
}
</style>
background-color css
<style>
a { background-color: #AABFD0; }
a { background-color: rgb(170,191,208); }
div.DivClassName
{
background-color: #AABFD0;
}
.BgClassName
{
background-color: #AABFD0;
}
</style>
border-color css
<style>
span { border-color: #AABFD0; }
span { border-color: rgb(170,191,208); }
td.TdClassName
{
border-color: #AABFD0;
}
.TagClassName
{
border-color: #AABFD0;
}
</style>