COLOR #A4F0FA

HEX: #A4F0FA RGB: (164,240,250)

Color info

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

RGB color model

#A4F0FA color RGB value is (164,240,250).

RGB: (164,240,250) (64%, 94%, 98%)

RGB channels and saturation

R 164 of 255 = 64%
G 240 of 255 = 94%
B 250 of 255 = 98%

164
240
250

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

Portions of RGB colors in percentages

R + G + B = 164 + 240 + 250 = 654 (100%)
R 164 of 654 ~ 25.08%
G 240 of 654 ~ 36.7%
B 250 of 654 ~ 38.23'%

%25.08
%36.7
%38.23

CMYK color model

#A4F0FA color CMYK value is (34,4,0,2).

  • cyan value is 34.40%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (34,4,0,2)
C34M4Y0K2 (34%, 4%, 0%, 2%)
(0.34 / 0.04 / 0.00 / 0.02)

CMYK percentages

%34.4
%4
%0
%1.96

Codes

Color #A4F0FA in popluar color models

A4 F0 FA
RGB 164 240 250
HSL 187° 89.58% 81.18%
HSB/HSV 187° 34.40% 98.04%
CMYK 34.40% 4.00% 0.00%
1.96%

Color #A4F0FA in popluar number systems.

HEX A4 F0 FA
Decimal 164 240 250
Binary 10100100 11110000 11111010
Octal 244 360 372

Shades and tints

Shades of #A4F0FA

#A4F0FA
(164,240,250)
#96DBE4
(150,219,228)
#88C6CE
(136,198,206)
#7AB1B8
(122,177,184)
#6C9CA2
(108,156,162)
#5E878C
(94,135,140)
#507276
(80,114,118)
#425D60
(66,93,96)
#34484A
(52,72,74)
#263334
(38,51,52)
#181E1E
(24,30,30)
#000000
(0,0,0)

Tints of #A4F0FA

#A4F0FA
(164,240,250)
#ACF1FA
(172,241,250)
#B4F2FA
(180,242,250)
#BCF3FA
(188,243,250)
#C4F4FA
(196,244,250)
#CCF5FA
(204,245,250)
#D4F6FA
(212,246,250)
#DCF7FA
(220,247,250)
#E4F8FA
(228,248,250)
#ECF9FA
(236,249,250)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F0FA color. Also use rgb(164,240,250) instead hex code.

Text Font Color

.myTextColor { color: #A4F0FA; }

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

This text font color is #A4F0FA.

Background Color

.myBgColor { background-color: #A4F0FA; }

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

This div background color is #A4F0FA.

Border color

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

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

This div border color is #A4F0FA.

Opacity

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

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

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

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

This text has shadow with #A4F0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4F0FA.

Preview

Color preview on black background

This text has color #A4F0FA on black background.


Color preview on white background

This text has color #A4F0FA on white background.


Black color preview on #A4F0FA background

This text has black color on #A4F0FA background.


White color preview on #A4F0FA background

This text has white color on #A4F0FA background.


Related colors

Complementary color

Complementary color for #hex is #5B0F05.


I love getcolorcode.com

Triadic colors

1 #FAA4F0 and #F0FAA4 with #A4F0FA are triadic colors.

2 #FAF0A4 and #F0A4FA with #A4F0FA are triadic colors.