COLOR #9AE4F4

HEX: #9AE4F4
RGB: (154,228,244)

Color info

#9AE4F4 contains mainly green and blue colors. Web safe color of #9AE4F4 is #99CCFF (or #9CF).

RGB color model

#9AE4F4 color RGB value is (154,228,244).

  • red value is 154;
  • green value is 228;
  • blue value is 244.
RGB:
(154,228,244)
(60%,89%,96%)

RGB channels and saturation

R 154 of 255 = 60%
G 228 of 255 = 89%
B 244 of 255 = 96%

154
228
244

R + G + B ~ 82%. #9AE4F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 228 + 244 = 626 (100%)
R 154 of 626 ~ 24.6%
G 228 of 626 ~ 36.42%
B 244 of 626 ~ 38.98%

%24.6
%36.42
%38.98

CMYK color model

#9AE4F4 color CMYK value is (37,7,0,4).

  • cyan value is 36.89%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(37,7,0,4)
C37M7Y0K4 
(37%,7%,0%,4%)
(0.37/0.07/0.00/0.04)	

CMYK percentages

%36.89
%6.56
%0
%4.31

Codes

Color #9AE4F4 in popluar color models

9AE4F4
RGB154228244
HSL191°80.36%78.04%
HSB/HSV191°36.89%95.69%
CMYK36.89%6.56%0.00%
4.31%

Color #9AE4F4 in popluar number systems.

HEX9AE4F4
Decimal154228244
Binary100110101110010011110100
Octal232344364

Shades and tints

Shades of #9AE4F4

#9AE4F4
(154,228,244)
#8CD0DE
(140,208,222)
#7EBCC8
(126,188,200)
#70A8B2
(112,168,178)
#62949C
(98,148,156)
#548086
(84,128,134)
#466C70
(70,108,112)
#38585A
(56,88,90)
#2A4444
(42,68,68)
#1C302E
(28,48,46)
#0E1C18
(14,28,24)
#000000
(0,0,0)

Tints of #9AE4F4

#9AE4F4
(154,228,244)
#A3E6F5
(163,230,245)
#ACE8F6
(172,232,246)
#B5EAF7
(181,234,247)
#BEECF8
(190,236,248)
#C7EEF9
(199,238,249)
#D0F0FA
(208,240,250)
#D9F2FB
(217,242,251)
#E2F4FC
(226,244,252)
#EBF6FD
(235,246,253)
#F4F8FE
(244,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE4F4 color. Also use rgb(154,228,244) instead hex code.

Text Font Color

.myTextColor { color: #9AE4F4; }

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

This text font color is #9AE4F4.


Background Color

.myBgColor { background-color: #9AE4F4; }

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

This div background color is #9AE4F4.


Border color

.myBorderColor { border: 1px solid #9AE4F4; }

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

This div border color is #9AE4F4.


Opacity

.myOpacity80 { color: #9AE4F4; opacity: 0.8; }

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

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

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

This text has shadow with #9AE4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE4F4 on black background.


Color preview on white background

This text has color #9AE4F4 on white background.



Black color preview on #9AE4F4 background

This text has black color on #9AE4F4 background.


White color preview on #9AE4F4 background

This text has white color on #9AE4F4 background.