#ADC0D0

Color #ADC0D0 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #ADC0D0

Tints of Spindle #ADC0D0

Color information

#ADC0D0 (or 0xADC0D0) is unknown color: approx Spindle. HEX triplet: AD, C0 and D0. RGB value is (173,192,208). Sum of RGB (Red+Green+Blue) = 173+192+208=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D0 is #523F2F. Grayscale: #BCBCBC. Windows color (decimal): -5390128 or 13680813. OLE color: 13680813.

HSL color Cylindrical-coordinate representation of color #ADC0D0: hue angle of 207.43º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC0D0 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173192208-
CMYK0.170.0800.18
HSL207.43º27.13%74.71%-
HSV(B)207.43º16.83%81.57%-
XYZ47.4751.1467.04-
YUV188.14139.21117.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=30.19%
G=33.51%
B=36.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731922080.170.0800.18207.4327.1374.71
HexADC0D0118012cf1b4b
Octal255300320211002231733113
Binary10101101110000001101000010001100001001011001111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0D0; }

 p { color: rgb(173,192,208); }

 H1.HeaderClassName
 {
   color: #ADC0D0;
 }
 .AnyTagClassName
 {
   color: #ADC0D0;
 }
</style>
background-color css

<style>
 a { background-color: #ADC0D0; }

 a { background-color: rgb(173,192,208); }

 div.DivClassName
 {
   background-color: #ADC0D0;
 }
 .BgClassName
 {
   background-color: #ADC0D0;
 }
</style>
border-color css

<style>
 span { border-color: #ADC0D0; }

 span { border-color: rgb(173,192,208); }

 td.TdClassName
 {
   border-color: #ADC0D0;
 }
 .TagClassName
 {
   border-color: #ADC0D0;
 }
</style>