#ADE7DA

Color #ADE7DA Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #ADE7DA

Tints of Ice Cold #ADE7DA

Color information

#ADE7DA (or 0xADE7DA) is unknown color: approx Ice Cold. HEX triplet: AD, E7 and DA. RGB value is (173,231,218). Sum of RGB (Red+Green+Blue) = 173+231+218=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7DA is #521825. Grayscale: #D4D4D4. Windows color (decimal): -5380134 or 14346157. OLE color: 14346157.

HSL color Cylindrical-coordinate representation of color #ADE7DA: hue angle of 166.55º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7DA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB173231218-
CMYK0.2500.060.09
HSL166.55º54.72%79.22%-
HSV(B)166.55º25.11%90.59%-
XYZ58.4671.176.97-
YUV212.18131.28100.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=27.81%
G=37.14%
B=35.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732312180.2500.060.09166.5554.7279.22
HexADE7DA19069a7374f
Octal25534733231061124767117
Binary1010110111100111110110101100101101001101001111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE7DA; }

 p { color: rgb(173,231,218); }

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

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

 a { background-color: rgb(173,231,218); }

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

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

 span { border-color: rgb(173,231,218); }

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