Shades of Spindle #AABCCE
Tints of Spindle #AABCCE
RGB
CMYK
RGB Variations
Color information
#AABCCE (or 0xAABCCE) is known color: Spindle. HEX triplet: AA, BC and CE. RGB value is (170,188,206). Sum of RGB (Red+Green+Blue) = 170+188+206=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #AABCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCE is #554331. Grayscale: #B8B8B8. Windows color (decimal): -5587762 or 13548714. OLE color: 13548714.
HSL color Cylindrical-coordinate representation of color #AABCCE: hue angle of 210º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABCCE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 188 | 206 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.19 |
| HSL | 210º | 0.27% | 0.74% | - |
| HSV(B) | 210º | 0.17% | 0.81% | - |
| XYZ | 45.7 | 48.97 | 65.44 | - |
| YUV | 184.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 206 | 0.17 | 0.09 | 0 | 0.19 | 210 | 0.27 | 0.74 |
| Hex | AA | BC | CE | 11 | 9 | 0 | 13 | D2 | 1B | 4A |
| Octal | 252 | 274 | 316 | 21 | 11 | 0 | 23 | 322 | 33 | 112 |
| Binary | 10101010 | 10111100 | 11001110 | 10001 | 1001 | 0 | 10011 | 11010010 | 11011 | 1001010 |
Color Harmonies of #AABCCE
Complementary color
Monochromatic Colors of #AABCCE
Black with #AABCCE
Text Example
Text Example
White with #AABCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCCE; }
p { color: rgb(170,188,206); }
H1.HeaderClassName
{
color: #AABCCE;
}
.AnyTagClassName
{
color: #AABCCE;
}
</style>
background-color css
<style>
a { background-color: #AABCCE; }
a { background-color: rgb(170,188,206); }
div.DivClassName
{
background-color: #AABCCE;
}
.BgClassName
{
background-color: #AABCCE;
}
</style>
border-color css
<style>
span { border-color: #AABCCE; }
span { border-color: rgb(170,188,206); }
td.TdClassName
{
border-color: #AABCCE;
}
.TagClassName
{
border-color: #AABCCE;
}
</style>