COLOR #A9EFF4

HEX: #A9EFF4 RGB: (169,239,244)

Color info

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

RGB color model

#A9EFF4 color RGB value is (169,239,244).

RGB: (169,239,244) (66%, 94%, 96%)

RGB channels and saturation

R 169 of 255 = 66%
G 239 of 255 = 94%
B 244 of 255 = 96%

169
239
244

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

Portions of RGB colors in percentages

R + G + B = 169 + 239 + 244 = 652 (100%)
R 169 of 652 ~ 25.92%
G 239 of 652 ~ 36.66%
B 244 of 652 ~ 37.42'%

%25.92
%36.66
%37.42

CMYK color model

#A9EFF4 color CMYK value is (31,2,0,4).

  • cyan value is 30.74%
  • magenta value is 2.05%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (31,2,0,4)
C31M2Y0K4 (31%, 2%, 0%, 4%)
(0.31 / 0.02 / 0.00 / 0.04)

CMYK percentages

%30.74
%2.05
%0
%4.31

Codes

Color #A9EFF4 in popluar color models

A9 EF F4
RGB 169 239 244
HSL 184° 77.32% 80.98%
HSB/HSV 184° 30.74% 95.69%
CMYK 30.74% 2.05% 0.00%
4.31%

Color #A9EFF4 in popluar number systems.

HEX A9 EF F4
Decimal 169 239 244
Binary 10101001 11101111 11110100
Octal 251 357 364

Shades and tints

Shades of #A9EFF4

#A9EFF4
(169,239,244)
#9ADADE
(154,218,222)
#8BC5C8
(139,197,200)
#7CB0B2
(124,176,178)
#6D9B9C
(109,155,156)
#5E8686
(94,134,134)
#4F7170
(79,113,112)
#405C5A
(64,92,90)
#314744
(49,71,68)
#22322E
(34,50,46)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #A9EFF4

#A9EFF4
(169,239,244)
#B0F0F5
(176,240,245)
#B7F1F6
(183,241,246)
#BEF2F7
(190,242,247)
#C5F3F8
(197,243,248)
#CCF4F9
(204,244,249)
#D3F5FA
(211,245,250)
#DAF6FB
(218,246,251)
#E1F7FC
(225,247,252)
#E8F8FD
(232,248,253)
#EFF9FE
(239,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EFF4 color. Also use rgb(169,239,244) instead hex code.

Text Font Color

.myTextColor { color: #A9EFF4; }

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

This text font color is #A9EFF4.

Background Color

.myBgColor { background-color: #A9EFF4; }

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

This div background color is #A9EFF4.

Border color

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

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

This div border color is #A9EFF4.

Opacity

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

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

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

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

This text has shadow with #A9EFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9EFF4.

Preview

Color preview on black background

This text has color #A9EFF4 on black background.


Color preview on white background

This text has color #A9EFF4 on white background.


Black color preview on #A9EFF4 background

This text has black color on #A9EFF4 background.


White color preview on #A9EFF4 background

This text has white color on #A9EFF4 background.


Related colors

Complementary color

Complementary color for #hex is #56100B.


I love getcolorcode.com

Triadic colors

1 #F4A9EF and #EFF4A9 with #A9EFF4 are triadic colors.

2 #F4EFA9 and #EFA9F4 with #A9EFF4 are triadic colors.