#ADC0D2

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

Shades of Spindle #ADC0D2

Tints of Spindle #ADC0D2

Color information

#ADC0D2 (or 0xADC0D2) is unknown color: approx Spindle. HEX triplet: AD, C0 and D2. RGB value is (173,192,210). Sum of RGB (Red+Green+Blue) = 173+192+210=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADC0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D2 is #523F2D. Grayscale: #BCBCBC. Windows color (decimal): -5390126 or 13811885. OLE color: 13811885.

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

Color convert

RGB173192210-
CMYK0.180.0900.18
HSL209.19º29.13%75.1%-
HSV(B)209.19º17.62%82.35%-
XYZ47.7251.2468.35-
YUV188.37140.21117.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=30.09%
G=33.39%
B=36.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731922100.180.0900.18209.1929.1375.1
HexADC0D2129012d11d4b
Octal255300322221102232135113
Binary10101101110000001101001010010100101001011010001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0D2; }

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

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

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

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

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

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

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

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