Shades of Spindle #ABBCCC
Tints of Spindle #ABBCCC
RGB
CMYK
RGB Variations
Color information
#ABBCCC (or 0xABBCCC) is known color: Spindle. HEX triplet: AB, BC and CC. RGB value is (171,188,204). Sum of RGB (Red+Green+Blue) = 171+188+204=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCCC is #544333. Grayscale: #B8B8B8. Windows color (decimal): -5522228 or 13417643. OLE color: 13417643.
HSL color Cylindrical-coordinate representation of color #ABBCCC: hue angle of 209.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBCCC is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 188 | 204 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.2 |
| HSL | 209.09º | 0.24% | 0.74% | - |
| HSV(B) | 209.09º | 0.16% | 0.8% | - |
| XYZ | 45.68 | 48.98 | 64.17 | - |
| YUV | 184.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 204 | 0.16 | 0.08 | 0 | 0.2 | 209.09 | 0.24 | 0.74 |
| Hex | AB | BC | CC | 10 | 8 | 0 | 14 | D1 | 18 | 4A |
| Octal | 253 | 274 | 314 | 20 | 10 | 0 | 24 | 321 | 30 | 112 |
| Binary | 10101011 | 10111100 | 11001100 | 10000 | 1000 | 0 | 10100 | 11010001 | 11000 | 1001010 |
Color Harmonies of #ABBCCC
Complementary color
Monochromatic Colors of #ABBCCC
Black with #ABBCCC
Text Example
Text Example
White with #ABBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCCC; }
p { color: rgb(171,188,204); }
H1.HeaderClassName
{
color: #ABBCCC;
}
.AnyTagClassName
{
color: #ABBCCC;
}
</style>
background-color css
<style>
a { background-color: #ABBCCC; }
a { background-color: rgb(171,188,204); }
div.DivClassName
{
background-color: #ABBCCC;
}
.BgClassName
{
background-color: #ABBCCC;
}
</style>
border-color css
<style>
span { border-color: #ABBCCC; }
span { border-color: rgb(171,188,204); }
td.TdClassName
{
border-color: #ABBCCC;
}
.TagClassName
{
border-color: #ABBCCC;
}
</style>