#ADC4D7

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

Shades of Spindle #ADC4D7

Tints of Spindle #ADC4D7

Color information

#ADC4D7 (or 0xADC4D7) is unknown color: approx Spindle. HEX triplet: AD, C4 and D7. RGB value is (173,196,215). Sum of RGB (Red+Green+Blue) = 173+196+215=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADC4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4D7 is #523B28. Grayscale: #BFBFBF. Windows color (decimal): -5389097 or 14140589. OLE color: 14140589.

HSL color Cylindrical-coordinate representation of color #ADC4D7: hue angle of 207.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC4D7 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173196215-
CMYK0.200.0900.16
HSL207.14º34.43%76.08%-
HSV(B)207.14º19.53%84.31%-
XYZ49.2453.2771.98-
YUV191.29141.38114.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=29.62%
G=33.56%
B=36.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731962150.200.0900.16207.1434.4376.08
HexADC4D7149010cf224c
Octal255304327241102031742114
Binary101011011100010011010111101001001010000110011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4D7; }

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

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

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

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

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

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

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

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