Shades of Spindle #ABC6D8
Tints of Spindle #ABC6D8
RGB
CMYK
RGB Variations
Color information
#ABC6D8 (or 0xABC6D8) is known color: Spindle. HEX triplet: AB, C6 and D8. RGB value is (171,198,216). Sum of RGB (Red+Green+Blue) = 171+198+216=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABC6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6D8 is #543927. Grayscale: #BFBFBF. Windows color (decimal): -5519656 or 14206635. OLE color: 14206635.
HSL color Cylindrical-coordinate representation of color #ABC6D8: hue angle of 204º 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 #ABC6D8 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 198 | 216 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.15 |
| HSL | 204º | 0.37% | 0.76% | - |
| HSV(B) | 204º | 0.21% | 0.85% | - |
| XYZ | 49.38 | 54 | 72.79 | - |
| YUV | 191.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 216 | 0.21 | 0.08 | 0 | 0.15 | 204 | 0.37 | 0.76 |
| Hex | AB | C6 | D8 | 15 | 8 | 0 | F | CC | 25 | 4C |
| Octal | 253 | 306 | 330 | 25 | 10 | 0 | 17 | 314 | 45 | 114 |
| Binary | 10101011 | 11000110 | 11011000 | 10101 | 1000 | 0 | 1111 | 11001100 | 100101 | 1001100 |
Color Harmonies of #ABC6D8
Complementary color
Monochromatic Colors of #ABC6D8
Black with #ABC6D8
Text Example
Text Example
White with #ABC6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6D8; }
p { color: rgb(171,198,216); }
H1.HeaderClassName
{
color: #ABC6D8;
}
.AnyTagClassName
{
color: #ABC6D8;
}
</style>
background-color css
<style>
a { background-color: #ABC6D8; }
a { background-color: rgb(171,198,216); }
div.DivClassName
{
background-color: #ABC6D8;
}
.BgClassName
{
background-color: #ABC6D8;
}
</style>
border-color css
<style>
span { border-color: #ABC6D8; }
span { border-color: rgb(171,198,216); }
td.TdClassName
{
border-color: #ABC6D8;
}
.TagClassName
{
border-color: #ABC6D8;
}
</style>