COLOR #A9F1FE

HEX: #A9F1FE
RGB: (169,241,254)

Color info

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

RGB color model

#A9F1FE color RGB value is (169,241,254).

  • red value is 169;
  • green value is 241;
  • blue value is 254.
RGB:
(169,241,254)
(66%,95%,100%)

RGB channels and saturation

R 169 of 255 = 66%
G 241 of 255 = 95%
B 254 of 255 = 100%

169
241
254

R + G + B ~ 87%. #A9F1FE is light color.

Portions of RGB colors in percentages

R + G + B =
169 + 241 + 254 = 664 (100%)
R 169 of 664 ~ 25.45%
G 241 of 664 ~ 36.3%
B 254 of 664 ~ 38.25%

%25.45
%36.3
%38.25

CMYK color model

#A9F1FE color CMYK value is (33,5,0,0).

  • cyan value is 33.46%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(33,5,0,0)
C33M5Y0K0 
(33%,5%,0%,0%)
(0.33/0.05/0.00/0.00)	

CMYK percentages

%33.46
%5.12
%0
%0.39

Codes

Color #A9F1FE in popluar color models

A9F1FE
RGB169241254
HSL189°97.70%82.94%
HSB/HSV189°33.46%99.61%
CMYK33.46%5.12%0.00%
0.39%

Color #A9F1FE in popluar number systems.

HEXA9F1FE
Decimal169241254
Binary101010011111000111111110
Octal251361376

Shades and tints

Shades of #A9F1FE

#A9F1FE
(169,241,254)
#9ADCE7
(154,220,231)
#8BC7D0
(139,199,208)
#7CB2B9
(124,178,185)
#6D9DA2
(109,157,162)
#5E888B
(94,136,139)
#4F7374
(79,115,116)
#405E5D
(64,94,93)
#314946
(49,73,70)
#22342F
(34,52,47)
#131F18
(19,31,24)
#000000
(0,0,0)

Tints of #A9F1FE

#A9F1FE
(169,241,254)
#B0F2FE
(176,242,254)
#B7F3FE
(183,243,254)
#BEF4FE
(190,244,254)
#C5F5FE
(197,245,254)
#CCF6FE
(204,246,254)
#D3F7FE
(211,247,254)
#DAF8FE
(218,248,254)
#E1F9FE
(225,249,254)
#E8FAFE
(232,250,254)
#EFFBFE
(239,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F1FE color. Also use rgb(169,241,254) instead hex code.

Text Font Color

.myTextColor { color: #A9F1FE; }

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

This text font color is #A9F1FE.


Background Color

.myBgColor { background-color: #A9F1FE; }

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

This div background color is #A9F1FE.


Border color

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

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

This div border color is #A9F1FE.


Opacity

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

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

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

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

This text has shadow with #A9F1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F1FE on black background.


Color preview on white background

This text has color #A9F1FE on white background.



Black color preview on #A9F1FE background

This text has black color on #A9F1FE background.


White color preview on #A9F1FE background

This text has white color on #A9F1FE background.