#A4E4D9

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

Shades of Ice Cold #A4E4D9

Tints of Ice Cold #A4E4D9

Color information

#A4E4D9 (or 0xA4E4D9) is unknown color: approx Ice Cold. HEX triplet: A4, E4 and D9. RGB value is (164,228,217). Sum of RGB (Red+Green+Blue) = 164+228+217=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E4D9 is #5B1B26. Grayscale: #CFCFCF. Windows color (decimal): -5970727 or 14279844. OLE color: 14279844.

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

Color convert

RGB164228217-
CMYK0.2800.050.11
HSL169.69º54.24%76.86%-
HSV(B)169.69º28.07%89.41%-
XYZ55.5868.3975.92-
YUV207.61133.396.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.93%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=26.93%
G=37.44%
B=35.63%

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
Decimal1642282170.2800.050.11169.6954.2476.86
HexA4E4D91C05Baa364d
Octal24434433134051325266115
Binary1010010011100100110110011110001011011101010101101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E4D9; }

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

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

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

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

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

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

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

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