Shades of Spindle #AABDCD
Tints of Spindle #AABDCD
RGB
CMYK
RGB Variations
Color information
#AABDCD (or 0xAABDCD) is known color: Spindle. HEX triplet: AA, BD and CD. RGB value is (170,189,205). Sum of RGB (Red+Green+Blue) = 170+189+205=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #AABDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDCD is #554232. Grayscale: #B9B9B9. Windows color (decimal): -5587507 or 13483434. OLE color: 13483434.
HSL color Cylindrical-coordinate representation of color #AABDCD: hue angle of 207.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABDCD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 189 | 205 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.20 |
| HSL | 207.43º | 0.26% | 0.74% | - |
| HSV(B) | 207.43º | 0.17% | 0.8% | - |
| XYZ | 45.79 | 49.35 | 64.87 | - |
| YUV | 185.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 205 | 0.17 | 0.08 | 0 | 0.20 | 207.43 | 0.26 | 0.74 |
| Hex | AA | BD | CD | 11 | 8 | 0 | 14 | CF | 1A | 4A |
| Octal | 252 | 275 | 315 | 21 | 10 | 0 | 24 | 317 | 32 | 112 |
| Binary | 10101010 | 10111101 | 11001101 | 10001 | 1000 | 0 | 10100 | 11001111 | 11010 | 1001010 |
Color Harmonies of #AABDCD
Complementary color
Monochromatic Colors of #AABDCD
Black with #AABDCD
Text Example
Text Example
White with #AABDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDCD; }
p { color: rgb(170,189,205); }
H1.HeaderClassName
{
color: #AABDCD;
}
.AnyTagClassName
{
color: #AABDCD;
}
</style>
background-color css
<style>
a { background-color: #AABDCD; }
a { background-color: rgb(170,189,205); }
div.DivClassName
{
background-color: #AABDCD;
}
.BgClassName
{
background-color: #AABDCD;
}
</style>
border-color css
<style>
span { border-color: #AABDCD; }
span { border-color: rgb(170,189,205); }
td.TdClassName
{
border-color: #AABDCD;
}
.TagClassName
{
border-color: #AABDCD;
}
</style>