#ADC0D1

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

Shades of Spindle #ADC0D1

Tints of Spindle #ADC0D1

Color information

#ADC0D1 (or 0xADC0D1) is unknown color: approx Spindle. HEX triplet: AD, C0 and D1. RGB value is (173,192,209). Sum of RGB (Red+Green+Blue) = 173+192+209=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADC0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D1 is #523F2E. Grayscale: #BCBCBC. Windows color (decimal): -5390127 or 13746349. OLE color: 13746349.

HSL color Cylindrical-coordinate representation of color #ADC0D1: hue angle of 208.33º degrees, saturation: 0.28, 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 #ADC0D1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173192209-
CMYK0.170.0800.18
HSL208.33º28.12%74.9%-
HSV(B)208.33º17.22%81.96%-
XYZ47.5951.1967.69-
YUV188.26139.71117.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 192 (75.39% from 255) = 33.45%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=30.14%
G=33.45%
B=36.41%

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
Decimal1731922090.170.0800.18208.3328.1274.9
HexADC0D1118012d01c4b
Octal255300321211002232034113
Binary10101101110000001101000110001100001001011010000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0D1; }

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

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

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

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

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

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

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

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