Shades of Spindle #ABC0D1
Tints of Spindle #ABC0D1
RGB
CMYK
RGB Variations
Color information
#ABC0D1 (or 0xABC0D1) is known color: Spindle. HEX triplet: AB, C0 and D1. RGB value is (171,192,209). Sum of RGB (Red+Green+Blue) = 171+192+209=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABC0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0D1 is #543F2E. Grayscale: #BBBBBB. Windows color (decimal): -5521199 or 13746347. OLE color: 13746347.
HSL color Cylindrical-coordinate representation of color #ABC0D1: hue angle of 206.84º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC0D1 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 192 | 209 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.18 |
| HSL | 206.84º | 0.29% | 0.75% | - |
| HSV(B) | 206.84º | 0.18% | 0.82% | - |
| XYZ | 47.15 | 50.96 | 67.67 | - |
| YUV | 187.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 209 | 0.18 | 0.08 | 0 | 0.18 | 206.84 | 0.29 | 0.75 |
| Hex | AB | C0 | D1 | 12 | 8 | 0 | 12 | CF | 1D | 4B |
| Octal | 253 | 300 | 321 | 22 | 10 | 0 | 22 | 317 | 35 | 113 |
| Binary | 10101011 | 11000000 | 11010001 | 10010 | 1000 | 0 | 10010 | 11001111 | 11101 | 1001011 |
Color Harmonies of #ABC0D1
Complementary color
Monochromatic Colors of #ABC0D1
Black with #ABC0D1
Text Example
Text Example
White with #ABC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0D1; }
p { color: rgb(171,192,209); }
H1.HeaderClassName
{
color: #ABC0D1;
}
.AnyTagClassName
{
color: #ABC0D1;
}
</style>
background-color css
<style>
a { background-color: #ABC0D1; }
a { background-color: rgb(171,192,209); }
div.DivClassName
{
background-color: #ABC0D1;
}
.BgClassName
{
background-color: #ABC0D1;
}
</style>
border-color css
<style>
span { border-color: #ABC0D1; }
span { border-color: rgb(171,192,209); }
td.TdClassName
{
border-color: #ABC0D1;
}
.TagClassName
{
border-color: #ABC0D1;
}
</style>