Shades of Spindle #ABC7D8
Tints of Spindle #ABC7D8
RGB
CMYK
RGB Variations
Color information
#ABC7D8 (or 0xABC7D8) is known color: Spindle. HEX triplet: AB, C7 and D8. RGB value is (171,199,216). Sum of RGB (Red+Green+Blue) = 171+199+216=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABC7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7D8 is #543827. Grayscale: #C0C0C0. Windows color (decimal): -5519400 or 14206891. OLE color: 14206891.
HSL color Cylindrical-coordinate representation of color #ABC7D8: hue angle of 202.67º degrees, saturation: 0.37, 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 #ABC7D8 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 199 | 216 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.15 |
| HSL | 202.67º | 0.37% | 0.76% | - |
| HSV(B) | 202.67º | 0.21% | 0.85% | - |
| XYZ | 49.61 | 54.46 | 72.86 | - |
| YUV | 192.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 216 | 0.21 | 0.08 | 0 | 0.15 | 202.67 | 0.37 | 0.76 |
| Hex | AB | C7 | D8 | 15 | 8 | 0 | F | CB | 25 | 4C |
| Octal | 253 | 307 | 330 | 25 | 10 | 0 | 17 | 313 | 45 | 114 |
| Binary | 10101011 | 11000111 | 11011000 | 10101 | 1000 | 0 | 1111 | 11001011 | 100101 | 1001100 |
Color Harmonies of #ABC7D8
Complementary color
Monochromatic Colors of #ABC7D8
Black with #ABC7D8
Text Example
Text Example
White with #ABC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC7D8; }
p { color: rgb(171,199,216); }
H1.HeaderClassName
{
color: #ABC7D8;
}
.AnyTagClassName
{
color: #ABC7D8;
}
</style>
background-color css
<style>
a { background-color: #ABC7D8; }
a { background-color: rgb(171,199,216); }
div.DivClassName
{
background-color: #ABC7D8;
}
.BgClassName
{
background-color: #ABC7D8;
}
</style>
border-color css
<style>
span { border-color: #ABC7D8; }
span { border-color: rgb(171,199,216); }
td.TdClassName
{
border-color: #ABC7D8;
}
.TagClassName
{
border-color: #ABC7D8;
}
</style>