#A4E7DE

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

Shades of Ice Cold #A4E7DE

Tints of Ice Cold #A4E7DE

Color information

#A4E7DE (or 0xA4E7DE) is unknown color: approx Ice Cold. HEX triplet: A4, E7 and DE. RGB value is (164,231,222). Sum of RGB (Red+Green+Blue) = 164+231+222=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7DE is #5B1821. Grayscale: #D1D1D1. Windows color (decimal): -5969954 or 14608292. OLE color: 14608292.

HSL color Cylindrical-coordinate representation of color #A4E7DE: hue angle of 171.94º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E7DE is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB164231222-
CMYK0.2900.040.09
HSL171.94º58.26%77.45%-
HSV(B)171.94º29%90.59%-
XYZ57.0770.3279.67-
YUV209.94134.895.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.58%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=26.58%
G=37.44%
B=35.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642312220.2900.040.09171.9458.2677.45
HexA4E7DE1D049ac3a4d
Octal24434733635041125472115
Binary1010010011100111110111101110101001001101011001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E7DE; }

 p { color: rgb(164,231,222); }

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

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

 a { background-color: rgb(164,231,222); }

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

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

 span { border-color: rgb(164,231,222); }

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