#A1E4DC

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

Shades of Ice Cold #A1E4DC

Tints of Ice Cold #A1E4DC

Color information

#A1E4DC (or 0xA1E4DC) is unknown color: approx Ice Cold. HEX triplet: A1, E4 and DC. RGB value is (161,228,220). Sum of RGB (Red+Green+Blue) = 161+228+220=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4DC is #5E1B23. Grayscale: #CFCFCF. Windows color (decimal): -6167332 or 14476449. OLE color: 14476449.

HSL color Cylindrical-coordinate representation of color #A1E4DC: hue angle of 172.84º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E4DC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB161228220-
CMYK0.2900.040.11
HSL172.84º55.37%76.27%-
HSV(B)172.84º29.39%89.41%-
XYZ55.3668.2377.96-
YUV207.05135.395.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.44%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=26.44%
G=37.44%
B=36.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612282200.2900.040.11172.8455.3776.27
HexA1E4DC1D04Bad374c
Octal24134433435041325567114
Binary1010000111100100110111001110101001011101011011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E4DC; }

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

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

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

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

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

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

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

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