#A4EEDE

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

Shades of Ice Cold #A4EEDE

Tints of Ice Cold #A4EEDE

Color information

#A4EEDE (or 0xA4EEDE) is unknown color: approx Ice Cold. HEX triplet: A4, EE and DE. RGB value is (164,238,222). Sum of RGB (Red+Green+Blue) = 164+238+222=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEDE is #5B1121. Grayscale: #D6D6D6. Windows color (decimal): -5968162 or 14610084. OLE color: 14610084.

HSL color Cylindrical-coordinate representation of color #A4EEDE: hue angle of 167.03º 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 #A4EEDE is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB164238222-
CMYK0.3100.070.07
HSL167.03º68.52%78.82%-
HSV(B)167.03º31.09%93.33%-
XYZ59.0774.3280.34-
YUV214.05132.4892.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.28%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=26.28%
G=38.14%
B=35.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642382220.3100.070.07167.0368.5278.82
HexA4EEDE1F077a7454f
Octal24435633637077247105117
Binary1010010011101110110111101111101111111010011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEDE; }

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

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

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

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

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

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

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

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