#ADC7D9

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

Shades of Spindle #ADC7D9

Tints of Spindle #ADC7D9

Color information

#ADC7D9 (or 0xADC7D9) is unknown color: approx Spindle. HEX triplet: AD, C7 and D9. RGB value is (173,199,217). Sum of RGB (Red+Green+Blue) = 173+199+217=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADC7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7D9 is #523826. Grayscale: #C1C1C1. Windows color (decimal): -5388327 or 14272429. OLE color: 14272429.

HSL color Cylindrical-coordinate representation of color #ADC7D9: hue angle of 204.55º degrees, saturation: 0.37, 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 #ADC7D9 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173199217-
CMYK0.200.0800.15
HSL204.55º36.67%76.47%-
HSV(B)204.55º20.28%85.1%-
XYZ50.1854.7473.57-
YUV193.28141.39113.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=29.37%
G=33.79%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731992170.200.0800.15204.5536.6776.47
HexADC7D91480Fcd254c
Octal255307331241001731545114
Binary10101101110001111101100110100100001111110011011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7D9; }

 p { color: rgb(173,199,217); }

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

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

 a { background-color: rgb(173,199,217); }

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

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

 span { border-color: rgb(173,199,217); }

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