Shades of Spindle #AABBCF
Tints of Spindle #AABBCF
RGB
CMYK
RGB Variations
Color information
#AABBCF (or 0xAABBCF) is known color: Spindle. HEX triplet: AA, BB and CF. RGB value is (170,187,207). Sum of RGB (Red+Green+Blue) = 170+187+207=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBCF is #554430. Grayscale: #B8B8B8. Windows color (decimal): -5588017 or 13613994. OLE color: 13613994.
HSL color Cylindrical-coordinate representation of color #AABBCF: hue angle of 212.43º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABBCF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 187 | 207 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.19 |
| HSL | 212.43º | 0.28% | 0.74% | - |
| HSV(B) | 212.43º | 0.18% | 0.81% | - |
| XYZ | 45.61 | 48.59 | 66.01 | - |
| YUV | 184.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 207 | 0.18 | 0.10 | 0 | 0.19 | 212.43 | 0.28 | 0.74 |
| Hex | AA | BB | CF | 12 | A | 0 | 13 | D4 | 1C | 4A |
| Octal | 252 | 273 | 317 | 22 | 12 | 0 | 23 | 324 | 34 | 112 |
| Binary | 10101010 | 10111011 | 11001111 | 10010 | 1010 | 0 | 10011 | 11010100 | 11100 | 1001010 |
Color Harmonies of #AABBCF
Complementary color
Monochromatic Colors of #AABBCF
Black with #AABBCF
Text Example
Text Example
White with #AABBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBCF; }
p { color: rgb(170,187,207); }
H1.HeaderClassName
{
color: #AABBCF;
}
.AnyTagClassName
{
color: #AABBCF;
}
</style>
background-color css
<style>
a { background-color: #AABBCF; }
a { background-color: rgb(170,187,207); }
div.DivClassName
{
background-color: #AABBCF;
}
.BgClassName
{
background-color: #AABBCF;
}
</style>
border-color css
<style>
span { border-color: #AABBCF; }
span { border-color: rgb(170,187,207); }
td.TdClassName
{
border-color: #AABBCF;
}
.TagClassName
{
border-color: #AABBCF;
}
</style>