Shades of Spindle #ADC6DA
Tints of Spindle #ADC6DA
RGB
CMYK
RGB Variations
Color information
#ADC6DA (or 0xADC6DA) is known color: Spindle. HEX triplet: AD, C6 and DA. RGB value is (173,198,218). Sum of RGB (Red+Green+Blue) = 173+198+218=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6DA is #523925. Grayscale: #C0C0C0. Windows color (decimal): -5388582 or 14337709. OLE color: 14337709.
HSL color Cylindrical-coordinate representation of color #ADC6DA: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC6DA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 198 | 218 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.15 |
| HSL | 206.67º | 0.38% | 0.77% | - |
| HSV(B) | 206.67º | 0.21% | 0.85% | - |
| XYZ | 50.08 | 54.33 | 74.18 | - |
| YUV | 192.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 218 | 0.21 | 0.09 | 0 | 0.15 | 206.67 | 0.38 | 0.77 |
| Hex | AD | C6 | DA | 15 | 9 | 0 | F | CF | 26 | 4D |
| Octal | 255 | 306 | 332 | 25 | 11 | 0 | 17 | 317 | 46 | 115 |
| Binary | 10101101 | 11000110 | 11011010 | 10101 | 1001 | 0 | 1111 | 11001111 | 100110 | 1001101 |
Color Harmonies of #ADC6DA
Complementary color
Monochromatic Colors of #ADC6DA
Black with #ADC6DA
Text Example
Text Example
White with #ADC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6DA; }
p { color: rgb(173,198,218); }
H1.HeaderClassName
{
color: #ADC6DA;
}
.AnyTagClassName
{
color: #ADC6DA;
}
</style>
background-color css
<style>
a { background-color: #ADC6DA; }
a { background-color: rgb(173,198,218); }
div.DivClassName
{
background-color: #ADC6DA;
}
.BgClassName
{
background-color: #ADC6DA;
}
</style>
border-color css
<style>
span { border-color: #ADC6DA; }
span { border-color: rgb(173,198,218); }
td.TdClassName
{
border-color: #ADC6DA;
}
.TagClassName
{
border-color: #ADC6DA;
}
</style>