#A4EEDA

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

Shades of Ice Cold #A4EEDA

Tints of Ice Cold #A4EEDA

Color information

#A4EEDA (or 0xA4EEDA) is unknown color: approx Ice Cold. HEX triplet: A4, EE and DA. RGB value is (164,238,218). Sum of RGB (Red+Green+Blue) = 164+238+218=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEDA is #5B1125. Grayscale: #D5D5D5. Windows color (decimal): -5968166 or 14347940. OLE color: 14347940.

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

Color convert

RGB164238218-
CMYK0.3100.080.07
HSL163.78º68.52%78.82%-
HSV(B)163.78º31.09%93.33%-
XYZ58.5474.177.55-
YUV213.59130.4892.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=26.45%
G=38.39%
B=35.16%

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
Decimal1642382180.3100.080.07163.7868.5278.82
HexA4EEDA1F087a4454f
Octal244356332370107244105117
Binary10100100111011101101101011111010001111010010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEDA; }

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

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

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

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

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

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

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

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