Shades of Spindle #AABFD6
Tints of Spindle #AABFD6
RGB
CMYK
RGB Variations
Color information
#AABFD6 (or 0xAABFD6) is known color: Spindle. HEX triplet: AA, BF and D6. RGB value is (170,191,214). Sum of RGB (Red+Green+Blue) = 170+191+214=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #AABFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFD6 is #554029. Grayscale: #BBBBBB. Windows color (decimal): -5586986 or 14073770. OLE color: 14073770.
HSL color Cylindrical-coordinate representation of color #AABFD6: hue angle of 211.36º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AABFD6 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 191 | 214 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.16 |
| HSL | 211.36º | 0.35% | 0.75% | - |
| HSV(B) | 211.36º | 0.21% | 0.84% | - |
| XYZ | 47.35 | 50.66 | 70.9 | - |
| YUV | 187.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 214 | 0.21 | 0.11 | 0 | 0.16 | 211.36 | 0.35 | 0.75 |
| Hex | AA | BF | D6 | 15 | B | 0 | 10 | D3 | 23 | 4B |
| Octal | 252 | 277 | 326 | 25 | 13 | 0 | 20 | 323 | 43 | 113 |
| Binary | 10101010 | 10111111 | 11010110 | 10101 | 1011 | 0 | 10000 | 11010011 | 100011 | 1001011 |
Color Harmonies of #AABFD6
Complementary color
Monochromatic Colors of #AABFD6
Black with #AABFD6
Text Example
Text Example
White with #AABFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFD6; }
p { color: rgb(170,191,214); }
H1.HeaderClassName
{
color: #AABFD6;
}
.AnyTagClassName
{
color: #AABFD6;
}
</style>
background-color css
<style>
a { background-color: #AABFD6; }
a { background-color: rgb(170,191,214); }
div.DivClassName
{
background-color: #AABFD6;
}
.BgClassName
{
background-color: #AABFD6;
}
</style>
border-color css
<style>
span { border-color: #AABFD6; }
span { border-color: rgb(170,191,214); }
td.TdClassName
{
border-color: #AABFD6;
}
.TagClassName
{
border-color: #AABFD6;
}
</style>