Shades of Spindle #ABC7D9
Tints of Spindle #ABC7D9
RGB
CMYK
RGB Variations
Color information
#ABC7D9 (or 0xABC7D9) is known color: Spindle. HEX triplet: AB, C7 and D9. RGB value is (171,199,217). Sum of RGB (Red+Green+Blue) = 171+199+217=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABC7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7D9 is #543826. Grayscale: #C0C0C0. Windows color (decimal): -5519399 or 14272427. OLE color: 14272427.
HSL color Cylindrical-coordinate representation of color #ABC7D9: hue angle of 203.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC7D9 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 199 | 217 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.15 |
| HSL | 203.48º | 0.38% | 0.76% | - |
| HSV(B) | 203.48º | 0.21% | 0.85% | - |
| XYZ | 49.74 | 54.51 | 73.55 | - |
| YUV | 192.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 217 | 0.21 | 0.08 | 0 | 0.15 | 203.48 | 0.38 | 0.76 |
| Hex | AB | C7 | D9 | 15 | 8 | 0 | F | CB | 26 | 4C |
| Octal | 253 | 307 | 331 | 25 | 10 | 0 | 17 | 313 | 46 | 114 |
| Binary | 10101011 | 11000111 | 11011001 | 10101 | 1000 | 0 | 1111 | 11001011 | 100110 | 1001100 |
Color Harmonies of #ABC7D9
Complementary color
Monochromatic Colors of #ABC7D9
Black with #ABC7D9
Text Example
Text Example
White with #ABC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC7D9; }
p { color: rgb(171,199,217); }
H1.HeaderClassName
{
color: #ABC7D9;
}
.AnyTagClassName
{
color: #ABC7D9;
}
</style>
background-color css
<style>
a { background-color: #ABC7D9; }
a { background-color: rgb(171,199,217); }
div.DivClassName
{
background-color: #ABC7D9;
}
.BgClassName
{
background-color: #ABC7D9;
}
</style>
border-color css
<style>
span { border-color: #ABC7D9; }
span { border-color: rgb(171,199,217); }
td.TdClassName
{
border-color: #ABC7D9;
}
.TagClassName
{
border-color: #ABC7D9;
}
</style>