Shades of Spindle #ABC5D8
Tints of Spindle #ABC5D8
RGB
CMYK
RGB Variations
Color information
#ABC5D8 (or 0xABC5D8) is known color: Spindle. HEX triplet: AB, C5 and D8. RGB value is (171,197,216). Sum of RGB (Red+Green+Blue) = 171+197+216=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABC5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5D8 is #543A27. Grayscale: #BFBFBF. Windows color (decimal): -5519912 or 14206379. OLE color: 14206379.
HSL color Cylindrical-coordinate representation of color #ABC5D8: hue angle of 205.33º 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 #ABC5D8 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 197 | 216 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.15 |
| HSL | 205.33º | 0.37% | 0.76% | - |
| HSV(B) | 205.33º | 0.21% | 0.85% | - |
| XYZ | 49.16 | 53.55 | 72.71 | - |
| YUV | 191.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 216 | 0.21 | 0.09 | 0 | 0.15 | 205.33 | 0.37 | 0.76 |
| Hex | AB | C5 | D8 | 15 | 9 | 0 | F | CD | 25 | 4C |
| Octal | 253 | 305 | 330 | 25 | 11 | 0 | 17 | 315 | 45 | 114 |
| Binary | 10101011 | 11000101 | 11011000 | 10101 | 1001 | 0 | 1111 | 11001101 | 100101 | 1001100 |
Color Harmonies of #ABC5D8
Complementary color
Monochromatic Colors of #ABC5D8
Black with #ABC5D8
Text Example
Text Example
White with #ABC5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5D8; }
p { color: rgb(171,197,216); }
H1.HeaderClassName
{
color: #ABC5D8;
}
.AnyTagClassName
{
color: #ABC5D8;
}
</style>
background-color css
<style>
a { background-color: #ABC5D8; }
a { background-color: rgb(171,197,216); }
div.DivClassName
{
background-color: #ABC5D8;
}
.BgClassName
{
background-color: #ABC5D8;
}
</style>
border-color css
<style>
span { border-color: #ABC5D8; }
span { border-color: rgb(171,197,216); }
td.TdClassName
{
border-color: #ABC5D8;
}
.TagClassName
{
border-color: #ABC5D8;
}
</style>