#A4E5DE

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

Shades of Ice Cold #A4E5DE

Tints of Ice Cold #A4E5DE

Color information

#A4E5DE (or 0xA4E5DE) is unknown color: approx Ice Cold. HEX triplet: A4, E5 and DE. RGB value is (164,229,222). Sum of RGB (Red+Green+Blue) = 164+229+222=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5DE is #5B1A21. Grayscale: #D0D0D0. Windows color (decimal): -5970466 or 14607780. OLE color: 14607780.

HSL color Cylindrical-coordinate representation of color #A4E5DE: hue angle of 173.54º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5DE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB164229222-
CMYK0.2800.030.10
HSL173.54º55.56%77.06%-
HSV(B)173.54º28.38%89.8%-
XYZ56.5169.2179.49-
YUV208.77135.4796.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 229 (89.84% from 255) = 37.24%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=26.67%
G=37.24%
B=36.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642292220.2800.030.10173.5455.5677.06
HexA4E5DE1C03Aae384d
Octal24434533634031225670115
Binary101001001110010111011110111000111010101011101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E5DE; }

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

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

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

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

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

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

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

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