#A1E7DD

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

Shades of Ice Cold #A1E7DD

Tints of Ice Cold #A1E7DD

Color information

#A1E7DD (or 0xA1E7DD) is unknown color: approx Ice Cold. HEX triplet: A1, E7 and DD. RGB value is (161,231,221). Sum of RGB (Red+Green+Blue) = 161+231+221=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7DD is #5E1822. Grayscale: #D0D0D0. Windows color (decimal): -6166563 or 14542753. OLE color: 14542753.

HSL color Cylindrical-coordinate representation of color #A1E7DD: hue angle of 171.43º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7DD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB161231221-
CMYK0.3000.040.09
HSL171.43º59.32%76.86%-
HSV(B)171.43º30.3%90.59%-
XYZ56.3369.9578.94-
YUV208.93134.8193.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.26%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=26.26%
G=37.68%
B=36.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612312210.3000.040.09171.4359.3276.86
HexA1E7DD1E049ab3b4d
Octal24134733536041125373115
Binary1010000111100111110111011111001001001101010111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7DD; }

 p { color: rgb(161,231,221); }

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

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

 a { background-color: rgb(161,231,221); }

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

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

 span { border-color: rgb(161,231,221); }

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