#A4EEDD

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

Shades of Ice Cold #A4EEDD

Tints of Ice Cold #A4EEDD

Color information

#A4EEDD (or 0xA4EEDD) is unknown color: approx Ice Cold. HEX triplet: A4, EE and DD. RGB value is (164,238,221). Sum of RGB (Red+Green+Blue) = 164+238+221=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEDD is #5B1122. Grayscale: #D5D5D5. Windows color (decimal): -5968163 or 14544548. OLE color: 14544548.

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

Color convert

RGB164238221-
CMYK0.3100.070.07
HSL166.22º68.52%78.82%-
HSV(B)166.22º31.09%93.33%-
XYZ58.9474.2679.63-
YUV213.94131.9892.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.32%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=26.32%
G=38.20%
B=35.47%

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
Decimal1642382210.3100.070.07166.2268.5278.82
HexA4EEDD1F077a6454f
Octal24435633537077246105117
Binary1010010011101110110111011111101111111010011010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEDD; }

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

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

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

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

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

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

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

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