#A1E7DE

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

Shades of Ice Cold #A1E7DE

Tints of Ice Cold #A1E7DE

Color information

#A1E7DE (or 0xA1E7DE) is unknown color: approx Ice Cold. HEX triplet: A1, E7 and DE. RGB value is (161,231,222). Sum of RGB (Red+Green+Blue) = 161+231+222=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7DE is #5E1821. Grayscale: #D1D1D1. Windows color (decimal): -6166562 or 14608289. OLE color: 14608289.

HSL color Cylindrical-coordinate representation of color #A1E7DE: hue angle of 172.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7DE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB161231222-
CMYK0.3000.040.09
HSL172.29º59.32%76.86%-
HSV(B)172.29º30.3%90.59%-
XYZ56.467079.64-
YUV209.04135.3193.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=26.22%
G=37.62%
B=36.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612312220.3000.040.09172.2959.3276.86
HexA1E7DE1E049ac3b4d
Octal24134733636041125473115
Binary1010000111100111110111101111001001001101011001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7DE; }

 p { color: rgb(161,231,222); }

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

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

 a { background-color: rgb(161,231,222); }

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

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

 span { border-color: rgb(161,231,222); }

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