#ADE8DE

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

Shades of Ice Cold #ADE8DE

Tints of Ice Cold #ADE8DE

Color information

#ADE8DE (or 0xADE8DE) is unknown color: approx Ice Cold. HEX triplet: AD, E8 and DE. RGB value is (173,232,222). Sum of RGB (Red+Green+Blue) = 173+232+222=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DE is #521721. Grayscale: #D5D5D5. Windows color (decimal): -5379874 or 14608557. OLE color: 14608557.

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

Color convert

RGB173232222-
CMYK0.2500.040.09
HSL169.83º56.19%79.41%-
HSV(B)169.83º25.43%90.98%-
XYZ59.2871.8779.86-
YUV213.22132.9599.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 232 (91.02% from 255) = 37.00%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=27.59%
G=37.00%
B=35.41%

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
Decimal1732322220.2500.040.09169.8356.1979.41
HexADE8DE19049aa384f
Octal25535033631041125270117
Binary1010110111101000110111101100101001001101010101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8DE; }

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

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

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

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

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

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

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

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