#A1E1CE

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

Shades of Ice Cold #A1E1CE

Tints of Ice Cold #A1E1CE

Color information

#A1E1CE (or 0xA1E1CE) is unknown color: approx Ice Cold. HEX triplet: A1, E1 and CE. RGB value is (161,225,206). Sum of RGB (Red+Green+Blue) = 161+225+206=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1CE is #5E1E31. Grayscale: #CBCBCB. Windows color (decimal): -6168114 or 13558177. OLE color: 13558177.

HSL color Cylindrical-coordinate representation of color #A1E1CE: hue angle of 162.19º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1CE is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB161225206-
CMYK0.2800.080.12
HSL162.19º51.61%75.69%-
HSV(B)162.19º28.44%88.24%-
XYZ52.7665.8868.33-
YUV203.7129.397.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.20%
GREEN value IS 225 (88.28% from 255) = 38.01%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=27.20%
G=38.01%
B=34.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612252060.2800.080.12162.1951.6175.69
HexA1E1CE1C08Ca2344c
Octal241341316340101424264114
Binary10100001111000011100111011100010001100101000101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E1CE; }

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

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

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

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

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

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

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

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