COLOR #A2E5F5

HEX: #A2E5F5
RGB: (162,229,245)

Color info

#A2E5F5 contains mainly green and blue colors. Web safe color of #A2E5F5 is #99CCFF (or #9CF).

RGB color model

#A2E5F5 color RGB value is (162,229,245).

  • red value is 162;
  • green value is 229;
  • blue value is 245.
RGB:
(162,229,245)
(64%,90%,96%)

RGB channels and saturation

R 162 of 255 = 64%
G 229 of 255 = 90%
B 245 of 255 = 96%

162
229
245

R + G + B ~ 83%. #A2E5F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 229 + 245 = 636 (100%)
R 162 of 636 ~ 25.47%
G 229 of 636 ~ 36.01%
B 245 of 636 ~ 38.52%

%25.47
%36.01
%38.52

CMYK color model

#A2E5F5 color CMYK value is (34,7,0,4).

  • cyan value is 33.88%
  • magenta value is 6.53%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(34,7,0,4)
C34M7Y0K4 
(34%,7%,0%,4%)
(0.34/0.07/0.00/0.04)	

CMYK percentages

%33.88
%6.53
%0
%3.92

Codes

Color #A2E5F5 in popluar color models

A2E5F5
RGB162229245
HSL192°80.58%79.80%
HSB/HSV192°33.88%96.08%
CMYK33.88%6.53%0.00%
3.92%

Color #A2E5F5 in popluar number systems.

HEXA2E5F5
Decimal162229245
Binary101000101110010111110101
Octal242345365

Shades and tints

Shades of #A2E5F5

#A2E5F5
(162,229,245)
#94D1DF
(148,209,223)
#86BDC9
(134,189,201)
#78A9B3
(120,169,179)
#6A959D
(106,149,157)
#5C8187
(92,129,135)
#4E6D71
(78,109,113)
#40595B
(64,89,91)
#324545
(50,69,69)
#24312F
(36,49,47)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #A2E5F5

#A2E5F5
(162,229,245)
#AAE7F5
(170,231,245)
#B2E9F5
(178,233,245)
#BAEBF5
(186,235,245)
#C2EDF5
(194,237,245)
#CAEFF5
(202,239,245)
#D2F1F5
(210,241,245)
#DAF3F5
(218,243,245)
#E2F5F5
(226,245,245)
#EAF7F5
(234,247,245)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E5F5 color. Also use rgb(162,229,245) instead hex code.

Text Font Color

.myTextColor { color: #A2E5F5; }

<p style="color:#A2E5F5">This sample text font color is #A2E5F5.</p>

This text font color is #A2E5F5.


Background Color

.myBgColor { background-color: #A2E5F5; }

<div style="background-color:#A2E5F5">Inner text</div>

This div background color is #A2E5F5.


Border color

.myBorderColor { border: 1px solid #A2E5F5; }

<div style="border:3px solid #A2E5F5">Div</div>

This div border color is #A2E5F5.


Opacity

.myOpacity80 { color: #A2E5F5; opacity: 0.8; }

<p style="color:#A2E5F5;opacity:0.8;">80%</p>

Text with #A2E5F5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A2E5F5;}

<p style="text-shadow: 3px 3px 1px #A2E5F5">Text here.</p>

This text has shadow with #A2E5F5 color.

.textShadow {text-shadow: 3px 3px 1px #A2E5F5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A2E5F5, 5px 5px 20px red">Text here.</p>

This text has shadow with #A2E5F5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A2E5F5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A2E5F5, Direction=45, Strength=4)">Text</p>

This text has shadow with #A2E5F5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A2E5F5;
  -webkit-box-shadow:	1px 1px 3px 2px #A2E5F5;
  box-shadow:		1px 1px 3px 2px #A2E5F5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A2E5F5;
-webkit-box-shadow: 1px 1px 3px 2px #A2E5F5;
box-shadow:1px 1px 3px 2px #A2E5F5;">
Div content here</div>
This div box has shadow with color #A2E5F5.

Preview

Color preview on black background

This text has color #A2E5F5 on black background.


Color preview on white background

This text has color #A2E5F5 on white background.



Black color preview on #A2E5F5 background

This text has black color on #A2E5F5 background.


White color preview on #A2E5F5 background

This text has white color on #A2E5F5 background.