#A1E7DA

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

Shades of Ice Cold #A1E7DA

Tints of Ice Cold #A1E7DA

Color information

#A1E7DA (or 0xA1E7DA) is unknown color: approx Ice Cold. HEX triplet: A1, E7 and DA. RGB value is (161,231,218). Sum of RGB (Red+Green+Blue) = 161+231+218=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7DA is #5E1825. Grayscale: #D0D0D0. Windows color (decimal): -6166566 or 14346145. OLE color: 14346145.

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

Color convert

RGB161231218-
CMYK0.3000.060.09
HSL168.86º59.32%76.86%-
HSV(B)168.86º30.3%90.59%-
XYZ55.9369.7976.85-
YUV208.59133.3194.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.39%
GREEN value IS 231 (90.62% from 255) = 37.87%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=26.39%
G=37.87%
B=35.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612312180.3000.060.09168.8659.3276.86
HexA1E7DA1E069a93b4d
Octal24134733236061125173115
Binary1010000111100111110110101111001101001101010011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7DA; }

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

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

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

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

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

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

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

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