Shades of Spindle #ADC9DA
Tints of Spindle #ADC9DA
RGB
CMYK
RGB Variations
Color information
#ADC9DA (or 0xADC9DA) is known color: Spindle. HEX triplet: AD, C9 and DA. RGB value is (173,201,218). Sum of RGB (Red+Green+Blue) = 173+201+218=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9DA is #523625. Grayscale: #C2C2C2. Windows color (decimal): -5387814 or 14338477. OLE color: 14338477.
HSL color Cylindrical-coordinate representation of color #ADC9DA: hue angle of 202.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 #ADC9DA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 201 | 218 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.15 |
| HSL | 202.67º | 0.38% | 0.77% | - |
| HSV(B) | 202.67º | 0.21% | 0.85% | - |
| XYZ | 50.78 | 55.72 | 74.41 | - |
| YUV | 194.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 218 | 0.21 | 0.08 | 0 | 0.15 | 202.67 | 0.38 | 0.77 |
| Hex | AD | C9 | DA | 15 | 8 | 0 | F | CB | 26 | 4D |
| Octal | 255 | 311 | 332 | 25 | 10 | 0 | 17 | 313 | 46 | 115 |
| Binary | 10101101 | 11001001 | 11011010 | 10101 | 1000 | 0 | 1111 | 11001011 | 100110 | 1001101 |
Color Harmonies of #ADC9DA
Complementary color
Monochromatic Colors of #ADC9DA
Black with #ADC9DA
Text Example
Text Example
White with #ADC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9DA; }
p { color: rgb(173,201,218); }
H1.HeaderClassName
{
color: #ADC9DA;
}
.AnyTagClassName
{
color: #ADC9DA;
}
</style>
background-color css
<style>
a { background-color: #ADC9DA; }
a { background-color: rgb(173,201,218); }
div.DivClassName
{
background-color: #ADC9DA;
}
.BgClassName
{
background-color: #ADC9DA;
}
</style>
border-color css
<style>
span { border-color: #ADC9DA; }
span { border-color: rgb(173,201,218); }
td.TdClassName
{
border-color: #ADC9DA;
}
.TagClassName
{
border-color: #ADC9DA;
}
</style>