#A1E5D9

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

Shades of Ice Cold #A1E5D9

Tints of Ice Cold #A1E5D9

Color information

#A1E5D9 (or 0xA1E5D9) is unknown color: approx Ice Cold. HEX triplet: A1, E5 and D9. RGB value is (161,229,217). Sum of RGB (Red+Green+Blue) = 161+229+217=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5D9 is #5E1A26. Grayscale: #CFCFCF. Windows color (decimal): -6167079 or 14280097. OLE color: 14280097.

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

Color convert

RGB161229217-
CMYK0.3000.050.10
HSL169.41º56.67%76.47%-
HSV(B)169.41º29.69%89.8%-
XYZ55.2468.6375.98-
YUV207.3133.4794.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.52%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=26.52%
G=37.73%
B=35.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612292170.3000.050.10169.4156.6776.47
HexA1E5D91E05Aa9394c
Octal24134533136051225171114
Binary1010000111100101110110011111001011010101010011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E5D9; }

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

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

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

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

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

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

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

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