#A4E8DE

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

Shades of Ice Cold #A4E8DE

Tints of Ice Cold #A4E8DE

Color information

#A4E8DE (or 0xA4E8DE) is unknown color: approx Ice Cold. HEX triplet: A4, E8 and DE. RGB value is (164,232,222). Sum of RGB (Red+Green+Blue) = 164+232+222=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8DE is #5B1721. Grayscale: #D2D2D2. Windows color (decimal): -5969698 or 14608548. OLE color: 14608548.

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

Color convert

RGB164232222-
CMYK0.2900.040.09
HSL171.18º59.65%77.65%-
HSV(B)171.18º29.31%90.98%-
XYZ57.3570.8879.77-
YUV210.53134.4794.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.54%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=26.54%
G=37.54%
B=35.92%

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
Decimal1642322220.2900.040.09171.1859.6577.65
HexA4E8DE1D049ab3c4e
Octal24435033635041125374116
Binary1010010011101000110111101110101001001101010111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E8DE; }

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

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

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

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

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

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

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

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