#A4EDDC

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

Shades of Ice Cold #A4EDDC

Tints of Ice Cold #A4EDDC

Color information

#A4EDDC (or 0xA4EDDC) is unknown color: approx Ice Cold. HEX triplet: A4, ED and DC. RGB value is (164,237,220). Sum of RGB (Red+Green+Blue) = 164+237+220=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDDC is #5B1223. Grayscale: #D5D5D5. Windows color (decimal): -5968420 or 14478756. OLE color: 14478756.

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

Color convert

RGB164237220-
CMYK0.3100.070.07
HSL166.03º66.97%78.63%-
HSV(B)166.03º30.8%92.94%-
XYZ58.5173.6378.84-
YUV213.24131.8292.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.41%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=26.41%
G=38.16%
B=35.43%

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
Decimal1642372200.3100.070.07166.0366.9778.63
HexA4EDDC1F077a6434f
Octal24435533437077246103117
Binary1010010011101101110111001111101111111010011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDDC; }

 p { color: rgb(164,237,220); }

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

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

 a { background-color: rgb(164,237,220); }

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

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

 span { border-color: rgb(164,237,220); }

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