Shades of Spindle #ABC2D8
Tints of Spindle #ABC2D8
RGB
CMYK
RGB Variations
Color information
#ABC2D8 (or 0xABC2D8) is known color: Spindle. HEX triplet: AB, C2 and D8. RGB value is (171,194,216). Sum of RGB (Red+Green+Blue) = 171+194+216=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABC2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2D8 is #543D27. Grayscale: #BDBDBD. Windows color (decimal): -5520680 or 14205611. OLE color: 14205611.
HSL color Cylindrical-coordinate representation of color #ABC2D8: hue angle of 209.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 #ABC2D8 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 194 | 216 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.15 |
| HSL | 209.33º | 0.37% | 0.76% | - |
| HSV(B) | 209.33º | 0.21% | 0.85% | - |
| XYZ | 48.48 | 52.2 | 72.49 | - |
| YUV | 189.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 216 | 0.21 | 0.10 | 0 | 0.15 | 209.33 | 0.37 | 0.76 |
| Hex | AB | C2 | D8 | 15 | A | 0 | F | D1 | 25 | 4C |
| Octal | 253 | 302 | 330 | 25 | 12 | 0 | 17 | 321 | 45 | 114 |
| Binary | 10101011 | 11000010 | 11011000 | 10101 | 1010 | 0 | 1111 | 11010001 | 100101 | 1001100 |
Color Harmonies of #ABC2D8
Complementary color
Monochromatic Colors of #ABC2D8
Black with #ABC2D8
Text Example
Text Example
White with #ABC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2D8; }
p { color: rgb(171,194,216); }
H1.HeaderClassName
{
color: #ABC2D8;
}
.AnyTagClassName
{
color: #ABC2D8;
}
</style>
background-color css
<style>
a { background-color: #ABC2D8; }
a { background-color: rgb(171,194,216); }
div.DivClassName
{
background-color: #ABC2D8;
}
.BgClassName
{
background-color: #ABC2D8;
}
</style>
border-color css
<style>
span { border-color: #ABC2D8; }
span { border-color: rgb(171,194,216); }
td.TdClassName
{
border-color: #ABC2D8;
}
.TagClassName
{
border-color: #ABC2D8;
}
</style>