#ADE2DA

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

Shades of Ice Cold #ADE2DA

Tints of Ice Cold #ADE2DA

Color information

#ADE2DA (or 0xADE2DA) is unknown color: approx Ice Cold. HEX triplet: AD, E2 and DA. RGB value is (173,226,218). Sum of RGB (Red+Green+Blue) = 173+226+218=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DA is #521D25. Grayscale: #D1D1D1. Windows color (decimal): -5381414 or 14344877. OLE color: 14344877.

HSL color Cylindrical-coordinate representation of color #ADE2DA: hue angle of 170.94º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2DA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB173226218-
CMYK0.2300.040.11
HSL170.94º47.75%78.24%-
HSV(B)170.94º23.45%88.63%-
XYZ57.0868.3476.51-
YUV209.24132.94102.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.04%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=28.04%
G=36.63%
B=35.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732262180.2300.040.11170.9447.7578.24
HexADE2DA1704Bab304e
Octal25534233227041325360116
Binary1010110111100010110110101011101001011101010111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2DA; }

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

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

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

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

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

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

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

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