Shades of Spindle #ADC9DB
Tints of Spindle #ADC9DB
RGB
CMYK
RGB Variations
Color information
#ADC9DB (or 0xADC9DB) is known color: Spindle. HEX triplet: AD, C9 and DB. RGB value is (173,201,219). Sum of RGB (Red+Green+Blue) = 173+201+219=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9DB is #523624. Grayscale: #C2C2C2. Windows color (decimal): -5387813 or 14404013. OLE color: 14404013.
HSL color Cylindrical-coordinate representation of color #ADC9DB: hue angle of 203.48º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC9DB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 201 | 219 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.14 |
| HSL | 203.48º | 0.39% | 0.77% | - |
| HSV(B) | 203.48º | 0.21% | 0.86% | - |
| XYZ | 50.91 | 55.77 | 75.1 | - |
| YUV | 194.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 219 | 0.21 | 0.08 | 0 | 0.14 | 203.48 | 0.39 | 0.77 |
| Hex | AD | C9 | DB | 15 | 8 | 0 | E | CB | 27 | 4D |
| Octal | 255 | 311 | 333 | 25 | 10 | 0 | 16 | 313 | 47 | 115 |
| Binary | 10101101 | 11001001 | 11011011 | 10101 | 1000 | 0 | 1110 | 11001011 | 100111 | 1001101 |
Color Harmonies of #ADC9DB
Complementary color
Monochromatic Colors of #ADC9DB
Black with #ADC9DB
Text Example
Text Example
White with #ADC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9DB; }
p { color: rgb(173,201,219); }
H1.HeaderClassName
{
color: #ADC9DB;
}
.AnyTagClassName
{
color: #ADC9DB;
}
</style>
background-color css
<style>
a { background-color: #ADC9DB; }
a { background-color: rgb(173,201,219); }
div.DivClassName
{
background-color: #ADC9DB;
}
.BgClassName
{
background-color: #ADC9DB;
}
</style>
border-color css
<style>
span { border-color: #ADC9DB; }
span { border-color: rgb(173,201,219); }
td.TdClassName
{
border-color: #ADC9DB;
}
.TagClassName
{
border-color: #ADC9DB;
}
</style>