#A1E9DD

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

Shades of Ice Cold #A1E9DD

Tints of Ice Cold #A1E9DD

Color information

#A1E9DD (or 0xA1E9DD) is unknown color: approx Ice Cold. HEX triplet: A1, E9 and DD. RGB value is (161,233,221). Sum of RGB (Red+Green+Blue) = 161+233+221=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9DD is #5E1622. Grayscale: #D2D2D2. Windows color (decimal): -6166051 or 14543265. OLE color: 14543265.

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

Color convert

RGB161233221-
CMYK0.3100.050.09
HSL170º62.07%77.25%-
HSV(B)170º30.9%91.37%-
XYZ56.8971.0879.13-
YUV210.1134.1592.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.18%
GREEN value IS 233 (91.41% from 255) = 37.89%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=26.18%
G=37.89%
B=35.93%

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
Decimal1612332210.3100.050.0917062.0777.25
HexA1E9DD1F059aa3e4d
Octal24135133537051125276115
Binary1010000111101001110111011111101011001101010101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9DD; }

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

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

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

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

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

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

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

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