#ADE2DD

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

Shades of Ice Cold #ADE2DD

Tints of Ice Cold #ADE2DD

Color information

#ADE2DD (or 0xADE2DD) is unknown color: approx Ice Cold. HEX triplet: AD, E2 and DD. RGB value is (173,226,221). Sum of RGB (Red+Green+Blue) = 173+226+221=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DD is #521D22. Grayscale: #D1D1D1. Windows color (decimal): -5381411 or 14541485. OLE color: 14541485.

HSL color Cylindrical-coordinate representation of color #ADE2DD: hue angle of 174.34º 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 #ADE2DD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB173226221-
CMYK0.2300.020.11
HSL174.34º47.75%78.24%-
HSV(B)174.34º23.45%88.63%-
XYZ57.4868.578.6-
YUV209.58134.44101.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=27.90%
G=36.45%
B=35.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732262210.2300.020.11174.3447.7578.24
HexADE2DD1702Bae304e
Octal25534233527021325660116
Binary101011011110001011011101101110101011101011101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2DD; }

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

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

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

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

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

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

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

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