Shades of Spindle #AABFD5
Tints of Spindle #AABFD5
RGB
CMYK
RGB Variations
Color information
#AABFD5 (or 0xAABFD5) is known color: Spindle. HEX triplet: AA, BF and D5. RGB value is (170,191,213). Sum of RGB (Red+Green+Blue) = 170+191+213=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #AABFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFD5 is #55402A. Grayscale: #BBBBBB. Windows color (decimal): -5586987 or 14008234. OLE color: 14008234.
HSL color Cylindrical-coordinate representation of color #AABFD5: hue angle of 210.7º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABFD5 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 191 | 213 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.16 |
| HSL | 210.7º | 0.34% | 0.75% | - |
| HSV(B) | 210.7º | 0.2% | 0.84% | - |
| XYZ | 47.22 | 50.61 | 70.23 | - |
| YUV | 187.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 213 | 0.20 | 0.10 | 0 | 0.16 | 210.7 | 0.34 | 0.75 |
| Hex | AA | BF | D5 | 14 | A | 0 | 10 | D3 | 22 | 4B |
| Octal | 252 | 277 | 325 | 24 | 12 | 0 | 20 | 323 | 42 | 113 |
| Binary | 10101010 | 10111111 | 11010101 | 10100 | 1010 | 0 | 10000 | 11010011 | 100010 | 1001011 |
Color Harmonies of #AABFD5
Complementary color
Monochromatic Colors of #AABFD5
Black with #AABFD5
Text Example
Text Example
White with #AABFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFD5; }
p { color: rgb(170,191,213); }
H1.HeaderClassName
{
color: #AABFD5;
}
.AnyTagClassName
{
color: #AABFD5;
}
</style>
background-color css
<style>
a { background-color: #AABFD5; }
a { background-color: rgb(170,191,213); }
div.DivClassName
{
background-color: #AABFD5;
}
.BgClassName
{
background-color: #AABFD5;
}
</style>
border-color css
<style>
span { border-color: #AABFD5; }
span { border-color: rgb(170,191,213); }
td.TdClassName
{
border-color: #AABFD5;
}
.TagClassName
{
border-color: #AABFD5;
}
</style>