#ADC7EC

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

Shades of Tropical Blue #ADC7EC

Tints of Tropical Blue #ADC7EC

Color information

#ADC7EC (or 0xADC7EC) is unknown color: approx Tropical Blue. HEX triplet: AD, C7 and EC. RGB value is (173,199,236). Sum of RGB (Red+Green+Blue) = 173+199+236=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADC7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC7EC is #523813. Grayscale: #C3C3C3. Windows color (decimal): -5388308 or 15517613. OLE color: 15517613.

HSL color Cylindrical-coordinate representation of color #ADC7EC: hue angle of 215.24º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC7EC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173199236-
CMYK0.270.1600.07
HSL215.24º62.38%80.2%-
HSV(B)215.24º26.69%92.55%-
XYZ52.855.7987.34-
YUV195.44150.89111.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 199 (78.12% from 255) = 32.73%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=28.45%
G=32.73%
B=38.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731992360.270.1600.07215.2462.3880.2
HexADC7EC1B1007d73e50
Octal25530735433200732776120
Binary10101101110001111110110011011100000111110101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7EC; }

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

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

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

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

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

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

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

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