#ADE0D2

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

Shades of Ice Cold #ADE0D2

Tints of Ice Cold #ADE0D2

Color information

#ADE0D2 (or 0xADE0D2) is unknown color: approx Ice Cold. HEX triplet: AD, E0 and D2. RGB value is (173,224,210). Sum of RGB (Red+Green+Blue) = 173+224+210=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0D2 is #521F2D. Grayscale: #CFCFCF. Windows color (decimal): -5381934 or 13820077. OLE color: 13820077.

HSL color Cylindrical-coordinate representation of color #ADE0D2: hue angle of 163.53º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0D2 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB173224210-
CMYK0.2300.060.12
HSL163.53º45.13%77.84%-
HSV(B)163.53º22.77%87.84%-
XYZ55.5266.8570.95-
YUV207.16129.6103.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=28.50%
G=36.90%
B=34.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732242100.2300.060.12163.5345.1377.84
HexADE0D21706Ca42d4e
Octal25534032227061424455116
Binary1010110111100000110100101011101101100101001001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0D2; }

 p { color: rgb(173,224,210); }

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

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

 a { background-color: rgb(173,224,210); }

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

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

 span { border-color: rgb(173,224,210); }

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