#ADC4D9

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

Shades of Spindle #ADC4D9

Tints of Spindle #ADC4D9

Color information

#ADC4D9 (or 0xADC4D9) is unknown color: approx Spindle. HEX triplet: AD, C4 and D9. RGB value is (173,196,217). Sum of RGB (Red+Green+Blue) = 173+196+217=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADC4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4D9 is #523B26. Grayscale: #BFBFBF. Windows color (decimal): -5389095 or 14271661. OLE color: 14271661.

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

Color convert

RGB173196217-
CMYK0.200.1000.15
HSL208.64º36.67%76.47%-
HSV(B)208.64º20.28%85.1%-
XYZ49.553.3773.34-
YUV191.52142.38114.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=29.52%
G=33.45%
B=37.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731962170.200.1000.15208.6436.6776.47
HexADC4D914A0Fd1254c
Octal255304331241201732145114
Binary10101101110001001101100110100101001111110100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4D9; }

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

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

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

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

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

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

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

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