COLOR #A2E9FF

HEX: #A2E9FF RGB: (162,233,255)

Color info

#A2E9FF contains mainly green and blue colors. Web safe color of #A2E9FF is #99FFFF (or #9FF).

RGB color model

#A2E9FF color RGB value is (162,233,255).

RGB: (162,233,255) (64%, 91%, 100%)

RGB channels and saturation

R 162 of 255 = 64%
G 233 of 255 = 91%
B 255 of 255 = 100%

162
233
255

R + G + B ~ 85%. #A2E9FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 233 + 255 = 650 (100%)
R 162 of 650 ~ 24.92%
G 233 of 650 ~ 35.85%
B 255 of 650 ~ 39.23'%

%24.92
%35.85
%39.23

CMYK color model

#A2E9FF color CMYK value is (36,9,0,0).

  • cyan value is 36.47%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (36,9,0,0)
C36M9Y0K0 (36%, 9%, 0%, 0%)
(0.36 / 0.09 / 0.00 / 0.00)

CMYK percentages

%36.47
%8.63
%0
%0

Codes

Color #A2E9FF in popluar color models

A2 E9 FF
RGB 162 233 255
HSL 194° 100.00% 81.76%
HSB/HSV 194° 36.47% 100.00%
CMYK 36.47% 8.63% 0.00%
0.00%

Color #A2E9FF in popluar number systems.

HEX A2 E9 FF
Decimal 162 233 255
Binary 10100010 11101001 11111111
Octal 242 351 377

Shades and tints

Shades of #A2E9FF

#A2E9FF
(162,233,255)
#94D4E8
(148,212,232)
#86BFD1
(134,191,209)
#78AABA
(120,170,186)
#6A95A3
(106,149,163)
#5C808C
(92,128,140)
#4E6B75
(78,107,117)
#40565E
(64,86,94)
#324147
(50,65,71)
#242C30
(36,44,48)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #A2E9FF

#A2E9FF
(162,233,255)
#AAEBFF
(170,235,255)
#B2EDFF
(178,237,255)
#BAEFFF
(186,239,255)
#C2F1FF
(194,241,255)
#CAF3FF
(202,243,255)
#D2F5FF
(210,245,255)
#DAF7FF
(218,247,255)
#E2F9FF
(226,249,255)
#EAFBFF
(234,251,255)
#F2FDFF
(242,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E9FF color. Also use rgb(162,233,255) instead hex code.

Text Font Color

.myTextColor { color: #A2E9FF; }

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

This text font color is #A2E9FF.

Background Color

.myBgColor { background-color: #A2E9FF; }

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

This div background color is #A2E9FF.

Border color

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

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

This div border color is #A2E9FF.

Opacity

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

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

Text with #A2E9FF 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 #A2E9FF;}

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

This text has shadow with #A2E9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2E9FF.

Preview

Color preview on black background

This text has color #A2E9FF on black background.


Color preview on white background

This text has color #A2E9FF on white background.


Black color preview on #A2E9FF background

This text has black color on #A2E9FF background.


White color preview on #A2E9FF background

This text has white color on #A2E9FF background.


Related colors

Complementary color

Complementary color for #hex is #5D1600.


I love getcolorcode.com

Triadic colors

1 #FFA2E9 and #E9FFA2 with #A2E9FF are triadic colors.

2 #FFE9A2 and #E9A2FF with #A2E9FF are triadic colors.