#A1EAD6

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

Shades of Ice Cold #A1EAD6

Tints of Ice Cold #A1EAD6

Color information

#A1EAD6 (or 0xA1EAD6) is unknown color: approx Ice Cold. HEX triplet: A1, EA and D6. RGB value is (161,234,214). Sum of RGB (Red+Green+Blue) = 161+234+214=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAD6 is #5E1529. Grayscale: #D1D1D1. Windows color (decimal): -6165802 or 14084769. OLE color: 14084769.

HSL color Cylindrical-coordinate representation of color #A1EAD6: hue angle of 163.56º 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 #A1EAD6 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB161234214-
CMYK0.3100.090.08
HSL163.56º63.48%77.45%-
HSV(B)163.56º31.2%91.76%-
XYZ56.2671.2874.41-
YUV209.89130.3293.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.44%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=26.44%
G=38.42%
B=35.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612342140.3100.090.08163.5663.4877.45
HexA1EAD61F098a43f4d
Octal241352326370111024477115
Binary10100001111010101101011011111010011000101001001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAD6; }

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

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

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

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

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

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

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

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