COLOR #9AE5F1

HEX: #9AE5F1
RGB: (154,229,241)

Color info

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

RGB color model

#9AE5F1 color RGB value is (154,229,241).

  • red value is 154;
  • green value is 229;
  • blue value is 241.
RGB:
(154,229,241)
(60%,90%,95%)

RGB channels and saturation

R 154 of 255 = 60%
G 229 of 255 = 90%
B 241 of 255 = 95%

154
229
241

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

Portions of RGB colors in percentages

R + G + B =
154 + 229 + 241 = 624 (100%)
R 154 of 624 ~ 24.68%
G 229 of 624 ~ 36.7%
B 241 of 624 ~ 38.62%

%24.68
%36.7
%38.62

CMYK color model

#9AE5F1 color CMYK value is (36,5,0,5).

  • cyan value is 36.10%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(36,5,0,5)
C36M5Y0K5 
(36%,5%,0%,5%)
(0.36/0.05/0.00/0.05)	

CMYK percentages

%36.1
%4.98
%0
%5.49

Codes

Color #9AE5F1 in popluar color models

9AE5F1
RGB154229241
HSL188°75.65%77.45%
HSB/HSV188°36.10%94.51%
CMYK36.10%4.98%0.00%
5.49%

Color #9AE5F1 in popluar number systems.

HEX9AE5F1
Decimal154229241
Binary100110101110010111110001
Octal232345361

Shades and tints

Shades of #9AE5F1

#9AE5F1
(154,229,241)
#8CD1DC
(140,209,220)
#7EBDC7
(126,189,199)
#70A9B2
(112,169,178)
#62959D
(98,149,157)
#548188
(84,129,136)
#466D73
(70,109,115)
#38595E
(56,89,94)
#2A4549
(42,69,73)
#1C3134
(28,49,52)
#0E1D1F
(14,29,31)
#000000
(0,0,0)

Tints of #9AE5F1

#9AE5F1
(154,229,241)
#A3E7F2
(163,231,242)
#ACE9F3
(172,233,243)
#B5EBF4
(181,235,244)
#BEEDF5
(190,237,245)
#C7EFF6
(199,239,246)
#D0F1F7
(208,241,247)
#D9F3F8
(217,243,248)
#E2F5F9
(226,245,249)
#EBF7FA
(235,247,250)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE5F1 color. Also use rgb(154,229,241) instead hex code.

Text Font Color

.myTextColor { color: #9AE5F1; }

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

This text font color is #9AE5F1.


Background Color

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

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

This div background color is #9AE5F1.


Border color

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

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

This div border color is #9AE5F1.


Opacity

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

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

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

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

This text has shadow with #9AE5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE5F1 on black background.


Color preview on white background

This text has color #9AE5F1 on white background.



Black color preview on #9AE5F1 background

This text has black color on #9AE5F1 background.


White color preview on #9AE5F1 background

This text has white color on #9AE5F1 background.