#ADC5EE

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

Shades of Tropical Blue #ADC5EE

Tints of Tropical Blue #ADC5EE

Color information

#ADC5EE (or 0xADC5EE) is unknown color: approx Tropical Blue. HEX triplet: AD, C5 and EE. RGB value is (173,197,238). Sum of RGB (Red+Green+Blue) = 173+197+238=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5EE is #523A11. Grayscale: #C2C2C2. Windows color (decimal): -5388818 or 15648173. OLE color: 15648173.

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

Color convert

RGB173197238-
CMYK0.270.1700.07
HSL217.85º65.66%80.59%-
HSV(B)217.85º27.31%93.33%-
XYZ52.6354.9988.73-
YUV194.5152.55112.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=28.45%
G=32.40%
B=39.14%

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
Decimal1731972380.270.1700.07217.8565.6680.59
HexADC5EE1B1107da4251
Octal255305356332107332102121
Binary101011011100010111101110110111000101111101101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5EE; }

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

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

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

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

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

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

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

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