COLOR #A9F0FE

HEX: #A9F0FE
RGB: (169,240,254)

Color info

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

RGB color model

#A9F0FE color RGB value is (169,240,254).

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

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 254 of 255 = 100%

169
240
254

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

Portions of RGB colors in percentages

R + G + B =
169 + 240 + 254 = 663 (100%)
R 169 of 663 ~ 25.49%
G 240 of 663 ~ 36.2%
B 254 of 663 ~ 38.31%

%25.49
%36.2
%38.31

CMYK color model

#A9F0FE color CMYK value is (33,6,0,0).

  • cyan value is 33.46%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(33,6,0,0)
C33M6Y0K0 
(33%,6%,0%,0%)
(0.33/0.06/0.00/0.00)	

CMYK percentages

%33.46
%5.51
%0
%0.39

Codes

Color #A9F0FE in popluar color models

A9F0FE
RGB169240254
HSL190°97.70%82.94%
HSB/HSV190°33.46%99.61%
CMYK33.46%5.51%0.00%
0.39%

Color #A9F0FE in popluar number systems.

HEXA9F0FE
Decimal169240254
Binary101010011111000011111110
Octal251360376

Shades and tints

Shades of #A9F0FE

#A9F0FE
(169,240,254)
#9ADBE7
(154,219,231)
#8BC6D0
(139,198,208)
#7CB1B9
(124,177,185)
#6D9CA2
(109,156,162)
#5E878B
(94,135,139)
#4F7274
(79,114,116)
#405D5D
(64,93,93)
#314846
(49,72,70)
#22332F
(34,51,47)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #A9F0FE

#A9F0FE
(169,240,254)
#B0F1FE
(176,241,254)
#B7F2FE
(183,242,254)
#BEF3FE
(190,243,254)
#C5F4FE
(197,244,254)
#CCF5FE
(204,245,254)
#D3F6FE
(211,246,254)
#DAF7FE
(218,247,254)
#E1F8FE
(225,248,254)
#E8F9FE
(232,249,254)
#EFFAFE
(239,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F0FE; }

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

This text font color is #A9F0FE.


Background Color

.myBgColor { background-color: #A9F0FE; }

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

This div background color is #A9F0FE.


Border color

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

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

This div border color is #A9F0FE.


Opacity

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

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

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

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

This text has shadow with #A9F0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F0FE on black background.


Color preview on white background

This text has color #A9F0FE on white background.



Black color preview on #A9F0FE background

This text has black color on #A9F0FE background.


White color preview on #A9F0FE background

This text has white color on #A9F0FE background.