#A4EEDC

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

Shades of Ice Cold #A4EEDC

Tints of Ice Cold #A4EEDC

Color information

#A4EEDC (or 0xA4EEDC) is unknown color: approx Ice Cold. HEX triplet: A4, EE and DC. RGB value is (164,238,220). Sum of RGB (Red+Green+Blue) = 164+238+220=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEDC is #5B1123. Grayscale: #D5D5D5. Windows color (decimal): -5968164 or 14479012. OLE color: 14479012.

HSL color Cylindrical-coordinate representation of color #A4EEDC: hue angle of 165.41º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEDC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB164238220-
CMYK0.3100.080.07
HSL165.41º68.52%78.82%-
HSV(B)165.41º31.09%93.33%-
XYZ58.874.2178.93-
YUV213.82131.4892.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.37%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=26.37%
G=38.26%
B=35.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642382200.3100.080.07165.4168.5278.82
HexA4EEDC1F087a5454f
Octal244356334370107245105117
Binary10100100111011101101110011111010001111010010110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEDC; }

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

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

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

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

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

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

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

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