Shades of Spindle #ADC0D8
Tints of Spindle #ADC0D8
RGB
CMYK
RGB Variations
Color information
#ADC0D8 (or 0xADC0D8) is known color: Spindle. HEX triplet: AD, C0 and D8. RGB value is (173,192,216). Sum of RGB (Red+Green+Blue) = 173+192+216=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADC0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D8 is #523F27. Grayscale: #BCBCBC. Windows color (decimal): -5390120 or 14205101. OLE color: 14205101.
HSL color Cylindrical-coordinate representation of color #ADC0D8: hue angle of 213.49º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC0D8 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 192 | 216 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.15 |
| HSL | 213.49º | 0.36% | 0.76% | - |
| HSV(B) | 213.49º | 0.2% | 0.85% | - |
| XYZ | 48.48 | 51.54 | 72.36 | - |
| YUV | 189.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 216 | 0.20 | 0.11 | 0 | 0.15 | 213.49 | 0.36 | 0.76 |
| Hex | AD | C0 | D8 | 14 | B | 0 | F | D5 | 24 | 4C |
| Octal | 255 | 300 | 330 | 24 | 13 | 0 | 17 | 325 | 44 | 114 |
| Binary | 10101101 | 11000000 | 11011000 | 10100 | 1011 | 0 | 1111 | 11010101 | 100100 | 1001100 |
Color Harmonies of #ADC0D8
Complementary color
Monochromatic Colors of #ADC0D8
Black with #ADC0D8
Text Example
Text Example
White with #ADC0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0D8; }
p { color: rgb(173,192,216); }
H1.HeaderClassName
{
color: #ADC0D8;
}
.AnyTagClassName
{
color: #ADC0D8;
}
</style>
background-color css
<style>
a { background-color: #ADC0D8; }
a { background-color: rgb(173,192,216); }
div.DivClassName
{
background-color: #ADC0D8;
}
.BgClassName
{
background-color: #ADC0D8;
}
</style>
border-color css
<style>
span { border-color: #ADC0D8; }
span { border-color: rgb(173,192,216); }
td.TdClassName
{
border-color: #ADC0D8;
}
.TagClassName
{
border-color: #ADC0D8;
}
</style>