#A1E9DE

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

Shades of Ice Cold #A1E9DE

Tints of Ice Cold #A1E9DE

Color information

#A1E9DE (or 0xA1E9DE) is unknown color: approx Ice Cold. HEX triplet: A1, E9 and DE. RGB value is (161,233,222). Sum of RGB (Red+Green+Blue) = 161+233+222=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9DE is #5E1621. Grayscale: #D2D2D2. Windows color (decimal): -6166050 or 14608801. OLE color: 14608801.

HSL color Cylindrical-coordinate representation of color #A1E9DE: hue angle of 170.83º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9DE is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB161233222-
CMYK0.3100.050.09
HSL170.83º62.07%77.25%-
HSV(B)170.83º30.9%91.37%-
XYZ57.0271.1379.83-
YUV210.22134.6592.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.14%
GREEN value IS 233 (91.41% from 255) = 37.82%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=26.14%
G=37.82%
B=36.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612332220.3100.050.09170.8362.0777.25
HexA1E9DE1F059ab3e4d
Octal24135133637051125376115
Binary1010000111101001110111101111101011001101010111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9DE; }

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

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

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

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

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

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

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

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