#A1E4DE

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

Shades of Ice Cold #A1E4DE

Tints of Ice Cold #A1E4DE

Color information

#A1E4DE (or 0xA1E4DE) is unknown color: approx Ice Cold. HEX triplet: A1, E4 and DE. RGB value is (161,228,222). Sum of RGB (Red+Green+Blue) = 161+228+222=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4DE is #5E1B21. Grayscale: #CFCFCF. Windows color (decimal): -6167330 or 14607521. OLE color: 14607521.

HSL color Cylindrical-coordinate representation of color #A1E4DE: hue angle of 174.63º 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 #A1E4DE is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB161228222-
CMYK0.2900.030.11
HSL174.63º55.37%76.27%-
HSV(B)174.63º29.39%89.41%-
XYZ55.6368.3479.37-
YUV207.28136.394.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.35%
GREEN value IS 228 (89.45% from 255) = 37.32%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=26.35%
G=37.32%
B=36.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612282220.2900.030.11174.6355.3776.27
HexA1E4DE1D03Baf374c
Octal24134433635031325767114
Binary101000011110010011011110111010111011101011111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E4DE; }

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

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

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

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

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

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

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

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