#ADC5EA

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

Shades of Tropical Blue #ADC5EA

Tints of Tropical Blue #ADC5EA

Color information

#ADC5EA (or 0xADC5EA) is unknown color: approx Tropical Blue. HEX triplet: AD, C5 and EA. RGB value is (173,197,234). Sum of RGB (Red+Green+Blue) = 173+197+234=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5EA is #523A15. Grayscale: #C1C1C1. Windows color (decimal): -5388822 or 15386029. OLE color: 15386029.

HSL color Cylindrical-coordinate representation of color #ADC5EA: hue angle of 216.39º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC5EA is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173197234-
CMYK0.260.1600.08
HSL216.39º59.22%79.8%-
HSV(B)216.39º26.07%91.76%-
XYZ52.0554.7685.67-
YUV194.04150.55112.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 197 (77.34% from 255) = 32.62%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=28.64%
G=32.62%
B=38.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731972340.260.1600.08216.3959.2279.8
HexADC5EA1A1008d83b50
Octal255305352322001033073120
Binary101011011100010111101010110101000001000110110001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5EA; }

 p { color: rgb(173,197,234); }

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

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

 a { background-color: rgb(173,197,234); }

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

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

 span { border-color: rgb(173,197,234); }

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