Shades of Spindle #AABDD6
Tints of Spindle #AABDD6
RGB
CMYK
RGB Variations
Color information
#AABDD6 (or 0xAABDD6) is known color: Spindle. HEX triplet: AA, BD and D6. RGB value is (170,189,214). Sum of RGB (Red+Green+Blue) = 170+189+214=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #AABDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDD6 is #554229. Grayscale: #BABABA. Windows color (decimal): -5587498 or 14073258. OLE color: 14073258.
HSL color Cylindrical-coordinate representation of color #AABDD6: hue angle of 214.09º 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 #AABDD6 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 189 | 214 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.16 |
| HSL | 214.09º | 0.35% | 0.75% | - |
| HSV(B) | 214.09º | 0.21% | 0.84% | - |
| XYZ | 46.91 | 49.8 | 70.76 | - |
| YUV | 186.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 214 | 0.21 | 0.12 | 0 | 0.16 | 214.09 | 0.35 | 0.75 |
| Hex | AA | BD | D6 | 15 | C | 0 | 10 | D6 | 23 | 4B |
| Octal | 252 | 275 | 326 | 25 | 14 | 0 | 20 | 326 | 43 | 113 |
| Binary | 10101010 | 10111101 | 11010110 | 10101 | 1100 | 0 | 10000 | 11010110 | 100011 | 1001011 |
Color Harmonies of #AABDD6
Complementary color
Monochromatic Colors of #AABDD6
Black with #AABDD6
Text Example
Text Example
White with #AABDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDD6; }
p { color: rgb(170,189,214); }
H1.HeaderClassName
{
color: #AABDD6;
}
.AnyTagClassName
{
color: #AABDD6;
}
</style>
background-color css
<style>
a { background-color: #AABDD6; }
a { background-color: rgb(170,189,214); }
div.DivClassName
{
background-color: #AABDD6;
}
.BgClassName
{
background-color: #AABDD6;
}
</style>
border-color css
<style>
span { border-color: #AABDD6; }
span { border-color: rgb(170,189,214); }
td.TdClassName
{
border-color: #AABDD6;
}
.TagClassName
{
border-color: #AABDD6;
}
</style>