#ADC2ED

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

Shades of Tropical Blue #ADC2ED

Tints of Tropical Blue #ADC2ED

Color information

#ADC2ED (or 0xADC2ED) is unknown color: approx Tropical Blue. HEX triplet: AD, C2 and ED. RGB value is (173,194,237). Sum of RGB (Red+Green+Blue) = 173+194+237=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2ED is #523D12. Grayscale: #C0C0C0. Windows color (decimal): -5389587 or 15581869. OLE color: 15581869.

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

Color convert

RGB173194237-
CMYK0.270.1800.07
HSL220.31º64%80.39%-
HSV(B)220.31º27%92.94%-
XYZ51.8153.5887.73-
YUV192.62153.04114-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=28.64%
G=32.12%
B=39.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731942370.270.1800.07220.316480.39
HexADC2ED1B1207dc4050
Octal255302355332207334100120
Binary101011011100001011101101110111001001111101110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2ED; }

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

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

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

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

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

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

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

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