#ADE7DC

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

Shades of Ice Cold #ADE7DC

Tints of Ice Cold #ADE7DC

Color information

#ADE7DC (or 0xADE7DC) is unknown color: approx Ice Cold. HEX triplet: AD, E7 and DC. RGB value is (173,231,220). Sum of RGB (Red+Green+Blue) = 173+231+220=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7DC is #521823. Grayscale: #D4D4D4. Windows color (decimal): -5380132 or 14477229. OLE color: 14477229.

HSL color Cylindrical-coordinate representation of color #ADE7DC: hue angle of 168.62º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7DC is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB173231220-
CMYK0.2500.050.09
HSL168.62º54.72%79.22%-
HSV(B)168.62º25.11%90.59%-
XYZ58.7371.278.36-
YUV212.4132.2899.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.72%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=27.72%
G=37.02%
B=35.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732312200.2500.050.09168.6254.7279.22
HexADE7DC19059a9374f
Octal25534733431051125167117
Binary1010110111100111110111001100101011001101010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE7DC; }

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

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

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

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

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

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

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

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