Shades of Spindle #ABC6DB
Tints of Spindle #ABC6DB
RGB
CMYK
RGB Variations
Color information
#ABC6DB (or 0xABC6DB) is known color: Spindle. HEX triplet: AB, C6 and DB. RGB value is (171,198,219). Sum of RGB (Red+Green+Blue) = 171+198+219=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6DB is #543924. Grayscale: #C0C0C0. Windows color (decimal): -5519653 or 14403243. OLE color: 14403243.
HSL color Cylindrical-coordinate representation of color #ABC6DB: hue angle of 206.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC6DB is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 198 | 219 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.14 |
| HSL | 206.25º | 0.4% | 0.76% | - |
| HSV(B) | 206.25º | 0.22% | 0.86% | - |
| XYZ | 49.77 | 54.16 | 74.85 | - |
| YUV | 192.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 219 | 0.22 | 0.10 | 0 | 0.14 | 206.25 | 0.4 | 0.76 |
| Hex | AB | C6 | DB | 16 | A | 0 | E | CE | 28 | 4C |
| Octal | 253 | 306 | 333 | 26 | 12 | 0 | 16 | 316 | 50 | 114 |
| Binary | 10101011 | 11000110 | 11011011 | 10110 | 1010 | 0 | 1110 | 11001110 | 101000 | 1001100 |
Color Harmonies of #ABC6DB
Complementary color
Monochromatic Colors of #ABC6DB
Black with #ABC6DB
Text Example
Text Example
White with #ABC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6DB; }
p { color: rgb(171,198,219); }
H1.HeaderClassName
{
color: #ABC6DB;
}
.AnyTagClassName
{
color: #ABC6DB;
}
</style>
background-color css
<style>
a { background-color: #ABC6DB; }
a { background-color: rgb(171,198,219); }
div.DivClassName
{
background-color: #ABC6DB;
}
.BgClassName
{
background-color: #ABC6DB;
}
</style>
border-color css
<style>
span { border-color: #ABC6DB; }
span { border-color: rgb(171,198,219); }
td.TdClassName
{
border-color: #ABC6DB;
}
.TagClassName
{
border-color: #ABC6DB;
}
</style>