COLOR #A9EAF6

HEX: #A9EAF6 RGB: (169,234,246)

Color info

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

RGB color model

#A9EAF6 color RGB value is (169,234,246).

RGB: (169,234,246) (66%, 92%, 96%)

RGB channels and saturation

R 169 of 255 = 66%
G 234 of 255 = 92%
B 246 of 255 = 96%

169
234
246

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

Portions of RGB colors in percentages

R + G + B = 169 + 234 + 246 = 649 (100%)
R 169 of 649 ~ 26.04%
G 234 of 649 ~ 36.06%
B 246 of 649 ~ 37.9'%

%26.04
%36.06
%37.9

CMYK color model

#A9EAF6 color CMYK value is (31,5,0,4).

  • cyan value is 31.30%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (31,5,0,4)
C31M5Y0K4 (31%, 5%, 0%, 4%)
(0.31 / 0.05 / 0.00 / 0.04)

CMYK percentages

%31.3
%4.88
%0
%3.53

Codes

Color #A9EAF6 in popluar color models

A9 EA F6
RGB 169 234 246
HSL 189° 81.05% 81.37%
HSB/HSV 189° 31.30% 96.47%
CMYK 31.30% 4.88% 0.00%
3.53%

Color #A9EAF6 in popluar number systems.

HEX A9 EA F6
Decimal 169 234 246
Binary 10101001 11101010 11110110
Octal 251 352 366

Shades and tints

Shades of #A9EAF6

#A9EAF6
(169,234,246)
#9AD5E0
(154,213,224)
#8BC0CA
(139,192,202)
#7CABB4
(124,171,180)
#6D969E
(109,150,158)
#5E8188
(94,129,136)
#4F6C72
(79,108,114)
#40575C
(64,87,92)
#314246
(49,66,70)
#222D30
(34,45,48)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #A9EAF6

#A9EAF6
(169,234,246)
#B0EBF6
(176,235,246)
#B7ECF6
(183,236,246)
#BEEDF6
(190,237,246)
#C5EEF6
(197,238,246)
#CCEFF6
(204,239,246)
#D3F0F6
(211,240,246)
#DAF1F6
(218,241,246)
#E1F2F6
(225,242,246)
#E8F3F6
(232,243,246)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EAF6 color. Also use rgb(169,234,246) instead hex code.

Text Font Color

.myTextColor { color: #A9EAF6; }

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

This text font color is #A9EAF6.

Background Color

.myBgColor { background-color: #A9EAF6; }

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

This div background color is #A9EAF6.

Border color

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

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

This div border color is #A9EAF6.

Opacity

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

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

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

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

This text has shadow with #A9EAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9EAF6.

Preview

Color preview on black background

This text has color #A9EAF6 on black background.


Color preview on white background

This text has color #A9EAF6 on white background.


Black color preview on #A9EAF6 background

This text has black color on #A9EAF6 background.


White color preview on #A9EAF6 background

This text has white color on #A9EAF6 background.


Related colors

Complementary color

Complementary color for #hex is #561509.


I love getcolorcode.com

Triadic colors

1 #F6A9EA and #EAF6A9 with #A9EAF6 are triadic colors.

2 #F6EAA9 and #EAA9F6 with #A9EAF6 are triadic colors.