Shades of Spindle #ABC0D7
Tints of Spindle #ABC0D7
RGB
CMYK
RGB Variations
Color information
#ABC0D7 (or 0xABC0D7) is known color: Spindle. HEX triplet: AB, C0 and D7. RGB value is (171,192,215). Sum of RGB (Red+Green+Blue) = 171+192+215=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABC0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0D7 is #543F28. Grayscale: #BCBCBC. Windows color (decimal): -5521193 or 14139563. OLE color: 14139563.
HSL color Cylindrical-coordinate representation of color #ABC0D7: hue angle of 211.36º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC0D7 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 192 | 215 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.16 |
| HSL | 211.36º | 0.35% | 0.76% | - |
| HSV(B) | 211.36º | 0.2% | 0.84% | - |
| XYZ | 47.91 | 51.26 | 71.66 | - |
| YUV | 188.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 215 | 0.20 | 0.11 | 0 | 0.16 | 211.36 | 0.35 | 0.76 |
| Hex | AB | C0 | D7 | 14 | B | 0 | 10 | D3 | 23 | 4C |
| Octal | 253 | 300 | 327 | 24 | 13 | 0 | 20 | 323 | 43 | 114 |
| Binary | 10101011 | 11000000 | 11010111 | 10100 | 1011 | 0 | 10000 | 11010011 | 100011 | 1001100 |
Color Harmonies of #ABC0D7
Complementary color
Monochromatic Colors of #ABC0D7
Black with #ABC0D7
Text Example
Text Example
White with #ABC0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0D7; }
p { color: rgb(171,192,215); }
H1.HeaderClassName
{
color: #ABC0D7;
}
.AnyTagClassName
{
color: #ABC0D7;
}
</style>
background-color css
<style>
a { background-color: #ABC0D7; }
a { background-color: rgb(171,192,215); }
div.DivClassName
{
background-color: #ABC0D7;
}
.BgClassName
{
background-color: #ABC0D7;
}
</style>
border-color css
<style>
span { border-color: #ABC0D7; }
span { border-color: rgb(171,192,215); }
td.TdClassName
{
border-color: #ABC0D7;
}
.TagClassName
{
border-color: #ABC0D7;
}
</style>