#A4EED9

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

Shades of Ice Cold #A4EED9

Tints of Ice Cold #A4EED9

Color information

#A4EED9 (or 0xA4EED9) is unknown color: approx Ice Cold. HEX triplet: A4, EE and D9. RGB value is (164,238,217). Sum of RGB (Red+Green+Blue) = 164+238+217=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EED9 is #5B1126. Grayscale: #D5D5D5. Windows color (decimal): -5968167 or 14282404. OLE color: 14282404.

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

Color convert

RGB164238217-
CMYK0.3100.090.07
HSL162.97º68.52%78.82%-
HSV(B)162.97º31.09%93.33%-
XYZ58.4174.0576.86-
YUV213.48129.9892.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.49%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=26.49%
G=38.45%
B=35.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642382170.3100.090.07162.9768.5278.82
HexA4EED91F097a3454f
Octal244356331370117243105117
Binary10100100111011101101100111111010011111010001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EED9; }

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

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

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

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

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

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

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

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