Shades of Spindle #ABC2D6
Tints of Spindle #ABC2D6
RGB
CMYK
RGB Variations
Color information
#ABC2D6 (or 0xABC2D6) is known color: Spindle. HEX triplet: AB, C2 and D6. RGB value is (171,194,214). Sum of RGB (Red+Green+Blue) = 171+194+214=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABC2D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2D6 is #543D29. Grayscale: #BDBDBD. Windows color (decimal): -5520682 or 14074539. OLE color: 14074539.
HSL color Cylindrical-coordinate representation of color #ABC2D6: hue angle of 207.91º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC2D6 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 194 | 214 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.16 |
| HSL | 207.91º | 0.34% | 0.75% | - |
| HSV(B) | 207.91º | 0.2% | 0.84% | - |
| XYZ | 48.22 | 52.1 | 71.13 | - |
| YUV | 189.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 214 | 0.20 | 0.09 | 0 | 0.16 | 207.91 | 0.34 | 0.75 |
| Hex | AB | C2 | D6 | 14 | 9 | 0 | 10 | D0 | 22 | 4B |
| Octal | 253 | 302 | 326 | 24 | 11 | 0 | 20 | 320 | 42 | 113 |
| Binary | 10101011 | 11000010 | 11010110 | 10100 | 1001 | 0 | 10000 | 11010000 | 100010 | 1001011 |
Color Harmonies of #ABC2D6
Complementary color
Monochromatic Colors of #ABC2D6
Black with #ABC2D6
Text Example
Text Example
White with #ABC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2D6; }
p { color: rgb(171,194,214); }
H1.HeaderClassName
{
color: #ABC2D6;
}
.AnyTagClassName
{
color: #ABC2D6;
}
</style>
background-color css
<style>
a { background-color: #ABC2D6; }
a { background-color: rgb(171,194,214); }
div.DivClassName
{
background-color: #ABC2D6;
}
.BgClassName
{
background-color: #ABC2D6;
}
</style>
border-color css
<style>
span { border-color: #ABC2D6; }
span { border-color: rgb(171,194,214); }
td.TdClassName
{
border-color: #ABC2D6;
}
.TagClassName
{
border-color: #ABC2D6;
}
</style>