#A4E7DC

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

Shades of Ice Cold #A4E7DC

Tints of Ice Cold #A4E7DC

Color information

#A4E7DC (or 0xA4E7DC) is unknown color: approx Ice Cold. HEX triplet: A4, E7 and DC. RGB value is (164,231,220). Sum of RGB (Red+Green+Blue) = 164+231+220=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7DC is #5B1823. Grayscale: #D1D1D1. Windows color (decimal): -5969956 or 14477220. OLE color: 14477220.

HSL color Cylindrical-coordinate representation of color #A4E7DC: hue angle of 170.15º 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 #A4E7DC is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB164231220-
CMYK0.2900.050.09
HSL170.15º58.26%77.45%-
HSV(B)170.15º29%90.59%-
XYZ56.870.2178.27-
YUV209.71133.895.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 231 (90.62% from 255) = 37.56%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=26.67%
G=37.56%
B=35.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642312200.2900.050.09170.1558.2677.45
HexA4E7DC1D059aa3a4d
Octal24434733435051125272115
Binary1010010011100111110111001110101011001101010101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E7DC; }

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

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

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

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

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

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

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

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