#A1EAD9

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

Shades of Ice Cold #A1EAD9

Tints of Ice Cold #A1EAD9

Color information

#A1EAD9 (or 0xA1EAD9) is unknown color: approx Ice Cold. HEX triplet: A1, EA and D9. RGB value is (161,234,217). Sum of RGB (Red+Green+Blue) = 161+234+217=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAD9 is #5E1526. Grayscale: #D2D2D2. Windows color (decimal): -6165799 or 14281377. OLE color: 14281377.

HSL color Cylindrical-coordinate representation of color #A1EAD9: hue angle of 166.03º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EAD9 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB161234217-
CMYK0.3100.070.08
HSL166.03º63.48%77.45%-
HSV(B)166.03º31.2%91.76%-
XYZ56.6571.4376.45-
YUV210.24131.8292.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.31%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=26.31%
G=38.24%
B=35.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612342170.3100.070.08166.0363.4877.45
HexA1EAD91F078a63f4d
Octal24135233137071024677115
Binary1010000111101010110110011111101111000101001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAD9; }

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

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

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

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

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

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

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

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