#ADC2EE

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

Shades of Tropical Blue #ADC2EE

Tints of Tropical Blue #ADC2EE

Color information

#ADC2EE (or 0xADC2EE) is unknown color: approx Tropical Blue. HEX triplet: AD, C2 and EE. RGB value is (173,194,238). Sum of RGB (Red+Green+Blue) = 173+194+238=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2EE is #523D11. Grayscale: #C0C0C0. Windows color (decimal): -5389586 or 15647405. OLE color: 15647405.

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

Color convert

RGB173194238-
CMYK0.270.1800.07
HSL220.62º65.66%80.59%-
HSV(B)220.62º27.31%93.33%-
XYZ51.9653.6488.5-
YUV192.74153.54113.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=28.60%
G=32.07%
B=39.34%

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
Decimal1731942380.270.1800.07220.6265.6680.59
HexADC2EE1B1207dd4251
Octal255302356332207335102121
Binary101011011100001011101110110111001001111101110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2EE; }

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

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

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

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

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

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

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

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