Shades of Spindle #AABCD4
Tints of Spindle #AABCD4
RGB
CMYK
RGB Variations
Color information
#AABCD4 (or 0xAABCD4) is known color: Spindle. HEX triplet: AA, BC and D4. RGB value is (170,188,212). Sum of RGB (Red+Green+Blue) = 170+188+212=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #AABCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD4 is #55432B. Grayscale: #B9B9B9. Windows color (decimal): -5587756 or 13941930. OLE color: 13941930.
HSL color Cylindrical-coordinate representation of color #AABCD4: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABCD4 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 188 | 212 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.17 |
| HSL | 214.29º | 0.33% | 0.75% | - |
| HSV(B) | 214.29º | 0.2% | 0.83% | - |
| XYZ | 46.44 | 49.27 | 69.35 | - |
| YUV | 185.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 212 | 0.20 | 0.11 | 0 | 0.17 | 214.29 | 0.33 | 0.75 |
| Hex | AA | BC | D4 | 14 | B | 0 | 11 | D6 | 21 | 4B |
| Octal | 252 | 274 | 324 | 24 | 13 | 0 | 21 | 326 | 41 | 113 |
| Binary | 10101010 | 10111100 | 11010100 | 10100 | 1011 | 0 | 10001 | 11010110 | 100001 | 1001011 |
Color Harmonies of #AABCD4
Complementary color
Monochromatic Colors of #AABCD4
Black with #AABCD4
Text Example
Text Example
White with #AABCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCD4; }
p { color: rgb(170,188,212); }
H1.HeaderClassName
{
color: #AABCD4;
}
.AnyTagClassName
{
color: #AABCD4;
}
</style>
background-color css
<style>
a { background-color: #AABCD4; }
a { background-color: rgb(170,188,212); }
div.DivClassName
{
background-color: #AABCD4;
}
.BgClassName
{
background-color: #AABCD4;
}
</style>
border-color css
<style>
span { border-color: #AABCD4; }
span { border-color: rgb(170,188,212); }
td.TdClassName
{
border-color: #AABCD4;
}
.TagClassName
{
border-color: #AABCD4;
}
</style>