#A4ECDD

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

Shades of Ice Cold #A4ECDD

Tints of Ice Cold #A4ECDD

Color information

#A4ECDD (or 0xA4ECDD) is unknown color: approx Ice Cold. HEX triplet: A4, EC and DD. RGB value is (164,236,221). Sum of RGB (Red+Green+Blue) = 164+236+221=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECDD is #5B1322. Grayscale: #D4D4D4. Windows color (decimal): -5968675 or 14544036. OLE color: 14544036.

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

Color convert

RGB164236221-
CMYK0.3100.060.07
HSL167.5º65.45%78.43%-
HSV(B)167.5º30.51%92.55%-
XYZ58.3673.179.44-
YUV212.76132.6593.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.41%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=26.41%
G=38.00%
B=35.59%

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
Decimal1642362210.3100.060.07167.565.4578.43
HexA4ECDD1F067a8414e
Octal24435433537067250101116
Binary1010010011101100110111011111101101111010100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECDD; }

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

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

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

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

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

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

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

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