#A4EEDF

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

Shades of Ice Cold #A4EEDF

Tints of Ice Cold #A4EEDF

Color information

#A4EEDF (or 0xA4EEDF) is unknown color: approx Ice Cold. HEX triplet: A4, EE and DF. RGB value is (164,238,223). Sum of RGB (Red+Green+Blue) = 164+238+223=625 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.24% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEDF is #5B1120. Grayscale: #D6D6D6. Windows color (decimal): -5968161 or 14675620. OLE color: 14675620.

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

Color convert

RGB164238223-
CMYK0.3100.060.07
HSL167.84º68.52%78.82%-
HSV(B)167.84º31.09%93.33%-
XYZ59.274.3781.05-
YUV214.16132.9892.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.24%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=26.24%
G=38.08%
B=35.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642382230.3100.060.07167.8468.5278.82
HexA4EEDF1F067a8454f
Octal24435633737067250105117
Binary1010010011101110110111111111101101111010100010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEDF; }

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

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

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

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

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

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

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

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