Shades of Spindle #AABCCD
Tints of Spindle #AABCCD
RGB
CMYK
RGB Variations
Color information
#AABCCD (or 0xAABCCD) is known color: Spindle. HEX triplet: AA, BC and CD. RGB value is (170,188,205). Sum of RGB (Red+Green+Blue) = 170+188+205=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #AABCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCD is #554332. Grayscale: #B8B8B8. Windows color (decimal): -5587763 or 13483178. OLE color: 13483178.
HSL color Cylindrical-coordinate representation of color #AABCCD: hue angle of 209.14º 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 #AABCCD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 188 | 205 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.20 |
| HSL | 209.14º | 0.26% | 0.74% | - |
| HSV(B) | 209.14º | 0.17% | 0.8% | - |
| XYZ | 45.58 | 48.92 | 64.8 | - |
| YUV | 184.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 205 | 0.17 | 0.08 | 0 | 0.20 | 209.14 | 0.26 | 0.74 |
| Hex | AA | BC | CD | 11 | 8 | 0 | 14 | D1 | 1A | 4A |
| Octal | 252 | 274 | 315 | 21 | 10 | 0 | 24 | 321 | 32 | 112 |
| Binary | 10101010 | 10111100 | 11001101 | 10001 | 1000 | 0 | 10100 | 11010001 | 11010 | 1001010 |
Color Harmonies of #AABCCD
Complementary color
Monochromatic Colors of #AABCCD
Black with #AABCCD
Text Example
Text Example
White with #AABCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCCD; }
p { color: rgb(170,188,205); }
H1.HeaderClassName
{
color: #AABCCD;
}
.AnyTagClassName
{
color: #AABCCD;
}
</style>
background-color css
<style>
a { background-color: #AABCCD; }
a { background-color: rgb(170,188,205); }
div.DivClassName
{
background-color: #AABCCD;
}
.BgClassName
{
background-color: #AABCCD;
}
</style>
border-color css
<style>
span { border-color: #AABCCD; }
span { border-color: rgb(170,188,205); }
td.TdClassName
{
border-color: #AABCCD;
}
.TagClassName
{
border-color: #AABCCD;
}
</style>