COLOR #A9FAEE

HEX: #A9FAEE
RGB: (169,250,238)

Color info

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

RGB color model

#A9FAEE color RGB value is (169,250,238).

  • red value is 169;
  • green value is 250;
  • blue value is 238.
RGB:
(169,250,238)
(66%,98%,93%)

RGB channels and saturation

R 169 of 255 = 66%
G 250 of 255 = 98%
B 238 of 255 = 93%

169
250
238

R + G + B ~ 86%. #A9FAEE is light color.

Portions of RGB colors in percentages

R + G + B =
169 + 250 + 238 = 657 (100%)
R 169 of 657 ~ 25.72%
G 250 of 657 ~ 38.05%
B 238 of 657 ~ 36.23%

%25.72
%38.05
%36.23

CMYK color model

#A9FAEE color CMYK value is (32,0,5,2).

  • cyan value is 32.40%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(32,0,5,2)
C32M0Y5K2 
(32%,0%,5%,2%)
(0.32/0.00/0.05/0.02)	

CMYK percentages

%32.4
%0
%4.8
%1.96

Codes

Color #A9FAEE in popluar color models

A9FAEE
RGB169250238
HSL171°89.01%82.16%
HSB/HSV171°32.40%98.04%
CMYK32.40%0.00%4.80%
1.96%

Color #A9FAEE in popluar number systems.

HEXA9FAEE
Decimal169250238
Binary101010011111101011101110
Octal251372356

Shades and tints

Shades of #A9FAEE

#A9FAEE
(169,250,238)
#9AE4D9
(154,228,217)
#8BCEC4
(139,206,196)
#7CB8AF
(124,184,175)
#6DA29A
(109,162,154)
#5E8C85
(94,140,133)
#4F7670
(79,118,112)
#40605B
(64,96,91)
#314A46
(49,74,70)
#223431
(34,52,49)
#131E1C
(19,30,28)
#000000
(0,0,0)

Tints of #A9FAEE

#A9FAEE
(169,250,238)
#B0FAEF
(176,250,239)
#B7FAF0
(183,250,240)
#BEFAF1
(190,250,241)
#C5FAF2
(197,250,242)
#CCFAF3
(204,250,243)
#D3FAF4
(211,250,244)
#DAFAF5
(218,250,245)
#E1FAF6
(225,250,246)
#E8FAF7
(232,250,247)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FAEE color. Also use rgb(169,250,238) instead hex code.

Text Font Color

.myTextColor { color: #A9FAEE; }

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

This text font color is #A9FAEE.


Background Color

.myBgColor { background-color: #A9FAEE; }

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

This div background color is #A9FAEE.


Border color

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

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

This div border color is #A9FAEE.


Opacity

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

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

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

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

This text has shadow with #A9FAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FAEE on black background.


Color preview on white background

This text has color #A9FAEE on white background.



Black color preview on #A9FAEE background

This text has black color on #A9FAEE background.


White color preview on #A9FAEE background

This text has white color on #A9FAEE background.