#A1E5DE

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

Shades of Ice Cold #A1E5DE

Tints of Ice Cold #A1E5DE

Color information

#A1E5DE (or 0xA1E5DE) is unknown color: approx Ice Cold. HEX triplet: A1, E5 and DE. RGB value is (161,229,222). Sum of RGB (Red+Green+Blue) = 161+229+222=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5DE is #5E1A21. Grayscale: #CFCFCF. Windows color (decimal): -6167074 or 14607777. OLE color: 14607777.

HSL color Cylindrical-coordinate representation of color #A1E5DE: hue angle of 173.82º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5DE is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB161229222-
CMYK0.3000.030.10
HSL173.82º56.67%76.47%-
HSV(B)173.82º29.69%89.8%-
XYZ55.968.8979.46-
YUV207.87135.9794.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.31%
GREEN value IS 229 (89.84% from 255) = 37.42%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=26.31%
G=37.42%
B=36.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612292220.3000.030.10173.8256.6776.47
HexA1E5DE1E03Aae394c
Octal24134533636031225671114
Binary101000011110010111011110111100111010101011101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E5DE; }

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

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

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

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

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

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

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

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