#ADE2DC

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

Shades of Ice Cold #ADE2DC

Tints of Ice Cold #ADE2DC

Color information

#ADE2DC (or 0xADE2DC) is unknown color: approx Ice Cold. HEX triplet: AD, E2 and DC. RGB value is (173,226,220). Sum of RGB (Red+Green+Blue) = 173+226+220=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DC is #521D23. Grayscale: #D1D1D1. Windows color (decimal): -5381412 or 14475949. OLE color: 14475949.

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

Color convert

RGB173226220-
CMYK0.2300.030.11
HSL173.21º47.75%78.24%-
HSV(B)173.21º23.45%88.63%-
XYZ57.3568.4477.9-
YUV209.47133.94101.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=27.95%
G=36.51%
B=35.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732262200.2300.030.11173.2147.7578.24
HexADE2DC1703Bad304e
Octal25534233427031325560116
Binary101011011110001011011100101110111011101011011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2DC; }

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

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

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

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

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

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

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

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