Shades of Spindle #ADC8D8
Tints of Spindle #ADC8D8
RGB
CMYK
RGB Variations
Color information
#ADC8D8 (or 0xADC8D8) is known color: Spindle. HEX triplet: AD, C8 and D8. RGB value is (173,200,216). Sum of RGB (Red+Green+Blue) = 173+200+216=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADC8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8D8 is #523727. Grayscale: #C1C1C1. Windows color (decimal): -5388072 or 14207149. OLE color: 14207149.
HSL color Cylindrical-coordinate representation of color #ADC8D8: hue angle of 202.33º 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 #ADC8D8 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 200 | 216 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.15 |
| HSL | 202.33º | 0.36% | 0.76% | - |
| HSV(B) | 202.33º | 0.2% | 0.85% | - |
| XYZ | 50.28 | 55.15 | 72.96 | - |
| YUV | 193.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 216 | 0.20 | 0.07 | 0 | 0.15 | 202.33 | 0.36 | 0.76 |
| Hex | AD | C8 | D8 | 14 | 7 | 0 | F | CA | 24 | 4C |
| Octal | 255 | 310 | 330 | 24 | 7 | 0 | 17 | 312 | 44 | 114 |
| Binary | 10101101 | 11001000 | 11011000 | 10100 | 111 | 0 | 1111 | 11001010 | 100100 | 1001100 |
Color Harmonies of #ADC8D8
Complementary color
Monochromatic Colors of #ADC8D8
Black with #ADC8D8
Text Example
Text Example
White with #ADC8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8D8; }
p { color: rgb(173,200,216); }
H1.HeaderClassName
{
color: #ADC8D8;
}
.AnyTagClassName
{
color: #ADC8D8;
}
</style>
background-color css
<style>
a { background-color: #ADC8D8; }
a { background-color: rgb(173,200,216); }
div.DivClassName
{
background-color: #ADC8D8;
}
.BgClassName
{
background-color: #ADC8D8;
}
</style>
border-color css
<style>
span { border-color: #ADC8D8; }
span { border-color: rgb(173,200,216); }
td.TdClassName
{
border-color: #ADC8D8;
}
.TagClassName
{
border-color: #ADC8D8;
}
</style>