#ADC5ED

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

Shades of Tropical Blue #ADC5ED

Tints of Tropical Blue #ADC5ED

Color information

#ADC5ED (or 0xADC5ED) is unknown color: approx Tropical Blue. HEX triplet: AD, C5 and ED. RGB value is (173,197,237). Sum of RGB (Red+Green+Blue) = 173+197+237=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5ED is #523A12. Grayscale: #C2C2C2. Windows color (decimal): -5388819 or 15582637. OLE color: 15582637.

HSL color Cylindrical-coordinate representation of color #ADC5ED: hue angle of 217.5º degrees, saturation: 0.64, 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 #ADC5ED is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173197237-
CMYK0.270.1700.07
HSL217.5º64%80.39%-
HSV(B)217.5º27%92.94%-
XYZ52.4954.9387.96-
YUV194.38152.05112.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=28.50%
G=32.45%
B=39.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731972370.270.1700.07217.56480.39
HexADC5ED1B1107da4050
Octal255305355332107332100120
Binary101011011100010111101101110111000101111101101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5ED; }

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

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

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

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

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

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

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

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