#A1E9DC

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

Shades of Ice Cold #A1E9DC

Tints of Ice Cold #A1E9DC

Color information

#A1E9DC (or 0xA1E9DC) is unknown color: approx Ice Cold. HEX triplet: A1, E9 and DC. RGB value is (161,233,220). Sum of RGB (Red+Green+Blue) = 161+233+220=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9DC is #5E1623. Grayscale: #D1D1D1. Windows color (decimal): -6166052 or 14477729. OLE color: 14477729.

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

Color convert

RGB161233220-
CMYK0.3100.060.09
HSL169.17º62.07%77.25%-
HSV(B)169.17º30.9%91.37%-
XYZ56.7671.0278.43-
YUV209.99133.6593.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=26.22%
G=37.95%
B=35.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612332200.3100.060.09169.1762.0777.25
HexA1E9DC1F069a93e4d
Octal24135133437061125176115
Binary1010000111101001110111001111101101001101010011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9DC; }

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

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

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

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

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

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

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

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