COLOR #A9F0FB

HEX: #A9F0FB RGB: (169,240,251)

Color info

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

RGB color model

#A9F0FB color RGB value is (169,240,251).

RGB: (169,240,251) (66%, 94%, 98%)

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 251 of 255 = 98%

169
240
251

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

Portions of RGB colors in percentages

R + G + B = 169 + 240 + 251 = 660 (100%)
R 169 of 660 ~ 25.61%
G 240 of 660 ~ 36.36%
B 251 of 660 ~ 38.03'%

%25.61
%36.36
%38.03

CMYK color model

#A9F0FB color CMYK value is (33,4,0,2).

  • cyan value is 32.67%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (33,4,0,2)
C33M4Y0K2 (33%, 4%, 0%, 2%)
(0.33 / 0.04 / 0.00 / 0.02)

CMYK percentages

%32.67
%4.38
%0
%1.57

Codes

Color #A9F0FB in popluar color models

A9 F0 FB
RGB 169 240 251
HSL 188° 91.11% 82.35%
HSB/HSV 188° 32.67% 98.43%
CMYK 32.67% 4.38% 0.00%
1.57%

Color #A9F0FB in popluar number systems.

HEX A9 F0 FB
Decimal 169 240 251
Binary 10101001 11110000 11111011
Octal 251 360 373

Shades and tints

Shades of #A9F0FB

#A9F0FB
(169,240,251)
#9ADBE5
(154,219,229)
#8BC6CF
(139,198,207)
#7CB1B9
(124,177,185)
#6D9CA3
(109,156,163)
#5E878D
(94,135,141)
#4F7277
(79,114,119)
#405D61
(64,93,97)
#31484B
(49,72,75)
#223335
(34,51,53)
#131E1F
(19,30,31)
#000000
(0,0,0)

Tints of #A9F0FB

#A9F0FB
(169,240,251)
#B0F1FB
(176,241,251)
#B7F2FB
(183,242,251)
#BEF3FB
(190,243,251)
#C5F4FB
(197,244,251)
#CCF5FB
(204,245,251)
#D3F6FB
(211,246,251)
#DAF7FB
(218,247,251)
#E1F8FB
(225,248,251)
#E8F9FB
(232,249,251)
#EFFAFB
(239,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F0FB; }

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

This text font color is #A9F0FB.

Background Color

.myBgColor { background-color: #A9F0FB; }

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

This div background color is #A9F0FB.

Border color

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

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

This div border color is #A9F0FB.

Opacity

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

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

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

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

This text has shadow with #A9F0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F0FB.

Preview

Color preview on black background

This text has color #A9F0FB on black background.


Color preview on white background

This text has color #A9F0FB on white background.


Black color preview on #A9F0FB background

This text has black color on #A9F0FB background.


White color preview on #A9F0FB background

This text has white color on #A9F0FB background.


Related colors

Complementary color

Complementary color for #hex is #560F04.


I love getcolorcode.com

Triadic colors

1 #FBA9F0 and #F0FBA9 with #A9F0FB are triadic colors.

2 #FBF0A9 and #F0A9FB with #A9F0FB are triadic colors.