#A1E3CE

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

Shades of Ice Cold #A1E3CE

Tints of Ice Cold #A1E3CE

Color information

#A1E3CE (or 0xA1E3CE) is unknown color: approx Ice Cold. HEX triplet: A1, E3 and CE. RGB value is (161,227,206). Sum of RGB (Red+Green+Blue) = 161+227+206=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3CE is #5E1C31. Grayscale: #CCCCCC. Windows color (decimal): -6167602 or 13558689. OLE color: 13558689.

HSL color Cylindrical-coordinate representation of color #A1E3CE: hue angle of 160.91º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3CE is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB161227206-
CMYK0.2900.090.11
HSL160.91º54.1%76.08%-
HSV(B)160.91º29.07%89.02%-
XYZ53.3166.9768.51-
YUV204.87128.6396.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.10%
GREEN value IS 227 (89.06% from 255) = 38.22%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=27.10%
G=38.22%
B=34.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612272060.2900.090.11160.9154.176.08
HexA1E3CE1D09Ba1364c
Octal241343316350111324166114
Binary10100001111000111100111011101010011011101000011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3CE; }

 p { color: rgb(161,227,206); }

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

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

 a { background-color: rgb(161,227,206); }

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

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

 span { border-color: rgb(161,227,206); }

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