#A4E4D8

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

Shades of Ice Cold #A4E4D8

Tints of Ice Cold #A4E4D8

Color information

#A4E4D8 (or 0xA4E4D8) is unknown color: approx Ice Cold. HEX triplet: A4, E4 and D8. RGB value is (164,228,216). Sum of RGB (Red+Green+Blue) = 164+228+216=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E4D8 is #5B1B27. Grayscale: #CFCFCF. Windows color (decimal): -5970728 or 14214308. OLE color: 14214308.

HSL color Cylindrical-coordinate representation of color #A4E4D8: hue angle of 168.75º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E4D8 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB164228216-
CMYK0.2800.050.11
HSL168.75º54.24%76.86%-
HSV(B)168.75º28.07%89.41%-
XYZ55.4568.3475.23-
YUV207.5132.896.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.97%
GREEN value IS 228 (89.45% from 255) = 37.5%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=26.97%
G=37.5%
B=35.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642282160.2800.050.11168.7554.2476.86
HexA4E4D81C05Ba9364d
Octal24434433034051325166115
Binary1010010011100100110110001110001011011101010011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E4D8; }

 p { color: rgb(164,228,216); }

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

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

 a { background-color: rgb(164,228,216); }

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

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

 span { border-color: rgb(164,228,216); }

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