#ADE7DE

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

Shades of Ice Cold #ADE7DE

Tints of Ice Cold #ADE7DE

Color information

#ADE7DE (or 0xADE7DE) is unknown color: approx Ice Cold. HEX triplet: AD, E7 and DE. RGB value is (173,231,222). Sum of RGB (Red+Green+Blue) = 173+231+222=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7DE is #521821. Grayscale: #D4D4D4. Windows color (decimal): -5380130 or 14608301. OLE color: 14608301.

HSL color Cylindrical-coordinate representation of color #ADE7DE: hue angle of 170.69º 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 #ADE7DE is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB173231222-
CMYK0.2500.040.09
HSL170.69º54.72%79.22%-
HSV(B)170.69º25.11%90.59%-
XYZ58.9971.3179.76-
YUV212.63133.2899.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 231 (90.62% from 255) = 36.90%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=27.64%
G=36.90%
B=35.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732312220.2500.040.09170.6954.7279.22
HexADE7DE19049ab374f
Octal25534733631041125367117
Binary1010110111100111110111101100101001001101010111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE7DE; }

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

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

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

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

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

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

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

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