#ADE2D8

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

Shades of Ice Cold #ADE2D8

Tints of Ice Cold #ADE2D8

Color information

#ADE2D8 (or 0xADE2D8) is unknown color: approx Ice Cold. HEX triplet: AD, E2 and D8. RGB value is (173,226,216). Sum of RGB (Red+Green+Blue) = 173+226+216=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2D8 is #521D27. Grayscale: #D1D1D1. Windows color (decimal): -5381416 or 14213805. OLE color: 14213805.

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

Color convert

RGB173226216-
CMYK0.2300.040.11
HSL168.68º47.75%78.24%-
HSV(B)168.68º23.45%88.63%-
XYZ56.8268.2375.14-
YUV209.01131.94102.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 226 (88.67% from 255) = 36.75%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=28.13%
G=36.75%
B=35.12%

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
Decimal1732262160.2300.040.11168.6847.7578.24
HexADE2D81704Ba9304e
Octal25534233027041325160116
Binary1010110111100010110110001011101001011101010011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2D8; }

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

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

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

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

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

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

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

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