#A4E1D7

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

Shades of Ice Cold #A4E1D7

Tints of Ice Cold #A4E1D7

Color information

#A4E1D7 (or 0xA4E1D7) is unknown color: approx Ice Cold. HEX triplet: A4, E1 and D7. RGB value is (164,225,215). Sum of RGB (Red+Green+Blue) = 164+225+215=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1D7 is #5B1E28. Grayscale: #CDCDCD. Windows color (decimal): -5971497 or 14148004. OLE color: 14148004.

HSL color Cylindrical-coordinate representation of color #A4E1D7: hue angle of 170.16º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1D7 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB164225215-
CMYK0.2700.040.12
HSL170.16º50.41%76.27%-
HSV(B)170.16º27.11%88.24%-
XYZ54.566.6574.28-
YUV205.62133.2998.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=27.15%
G=37.25%
B=35.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642252150.2700.040.12170.1650.4176.27
HexA4E1D71B04Caa324c
Octal24434132733041425262114
Binary1010010011100001110101111101101001100101010101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E1D7; }

 p { color: rgb(164,225,215); }

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

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

 a { background-color: rgb(164,225,215); }

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

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

 span { border-color: rgb(164,225,215); }

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