Shades of Spindle #AABBCC
Tints of Spindle #AABBCC
RGB
CMYK
RGB Variations
Color information
#AABBCC (or 0xAABBCC) is known color: Spindle. HEX triplet: AA, BB and CC. RGB value is (170,187,204). Sum of RGB (Red+Green+Blue) = 170+187+204=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBCC is #554433. Grayscale: #B7B7B7. Windows color (decimal): -5588020 or 13417386. OLE color: 13417386.
HSL color Cylindrical-coordinate representation of color #AABBCC: hue angle of 210º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABBCC is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 170 | 187 | 204 | - |
CMYK | 0.17 | 0.08 | 0 | 0.2 |
HSL | 210º | 0.25% | 0.73% | - |
HSV(B) | 210º | 0.17% | 0.8% | - |
XYZ | 45.25 | 48.45 | 64.09 | - |
YUV | 183.86 | 139.37 | 118.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 187 | 204 | 0.17 | 0.08 | 0 | 0.2 | 210 | 0.25 | 0.73 |
Hex | AA | BB | CC | 11 | 8 | 0 | 14 | D2 | 19 | 49 |
Octal | 252 | 273 | 314 | 21 | 10 | 0 | 24 | 322 | 31 | 111 |
Binary | 10101010 | 10111011 | 11001100 | 10001 | 1000 | 0 | 10100 | 11010010 | 11001 | 1001001 |
Color Harmonies of #AABBCC
Complementary color
Monochromatic Colors of #AABBCC
Black with #AABBCC
Text Example
Text Example
White with #AABBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBCC; }
p { color: rgb(170,187,204); }
H1.HeaderClassName
{
color: #AABBCC;
}
.AnyTagClassName
{
color: #AABBCC;
}
</style>
background-color css
<style>
a { background-color: #AABBCC; }
a { background-color: rgb(170,187,204); }
div.DivClassName
{
background-color: #AABBCC;
}
.BgClassName
{
background-color: #AABBCC;
}
</style>
border-color css
<style>
span { border-color: #AABBCC; }
span { border-color: rgb(170,187,204); }
td.TdClassName
{
border-color: #AABBCC;
}
.TagClassName
{
border-color: #AABBCC;
}
</style>