#A4ECDC

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

Shades of Ice Cold #A4ECDC

Tints of Ice Cold #A4ECDC

Color information

#A4ECDC (or 0xA4ECDC) is unknown color: approx Ice Cold. HEX triplet: A4, EC and DC. RGB value is (164,236,220). Sum of RGB (Red+Green+Blue) = 164+236+220=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECDC is #5B1323. Grayscale: #D4D4D4. Windows color (decimal): -5968676 or 14478500. OLE color: 14478500.

HSL color Cylindrical-coordinate representation of color #A4ECDC: hue angle of 166.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECDC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB164236220-
CMYK0.3100.070.07
HSL166.67º65.45%78.43%-
HSV(B)166.67º30.51%92.55%-
XYZ58.2273.0578.74-
YUV212.65132.1593.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=26.45%
G=38.06%
B=35.48%

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
Decimal1642362200.3100.070.07166.6765.4578.43
HexA4ECDC1F077a7414e
Octal24435433437077247101116
Binary1010010011101100110111001111101111111010011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECDC; }

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

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

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

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

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

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

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

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