COLOR #9AE5FF

HEX: #9AE5FF
RGB: (154,229,255)

Color info

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

RGB color model

#9AE5FF color RGB value is (154,229,255).

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

RGB channels and saturation

R 154 of 255 = 60%
G 229 of 255 = 90%
B 255 of 255 = 100%

154
229
255

R + G + B ~ 83%. #9AE5FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 229 + 255 = 638 (100%)
R 154 of 638 ~ 24.14%
G 229 of 638 ~ 35.89%
B 255 of 638 ~ 39.97%

%24.14
%35.89
%39.97

CMYK color model

#9AE5FF color CMYK value is (40,10,0,0).

  • cyan value is 39.61%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(40,10,0,0)
C40M10Y0K0 
(40%,10%,0%,0%)
(0.40/0.10/0.00/0.00)	

CMYK percentages

%39.61
%10.2
%0
%0

Codes

Color #9AE5FF in popluar color models

9AE5FF
RGB154229255
HSL195°100.00%80.20%
HSB/HSV195°39.61%100.00%
CMYK39.61%10.20%0.00%
0.00%

Color #9AE5FF in popluar number systems.

HEX9AE5FF
Decimal154229255
Binary100110101110010111111111
Octal232345377

Shades and tints

Shades of #9AE5FF

#9AE5FF
(154,229,255)
#8CD1E8
(140,209,232)
#7EBDD1
(126,189,209)
#70A9BA
(112,169,186)
#6295A3
(98,149,163)
#54818C
(84,129,140)
#466D75
(70,109,117)
#38595E
(56,89,94)
#2A4547
(42,69,71)
#1C3130
(28,49,48)
#0E1D19
(14,29,25)
#000000
(0,0,0)

Tints of #9AE5FF

#9AE5FF
(154,229,255)
#A3E7FF
(163,231,255)
#ACE9FF
(172,233,255)
#B5EBFF
(181,235,255)
#BEEDFF
(190,237,255)
#C7EFFF
(199,239,255)
#D0F1FF
(208,241,255)
#D9F3FF
(217,243,255)
#E2F5FF
(226,245,255)
#EBF7FF
(235,247,255)
#F4F9FF
(244,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AE5FF; }

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

This text font color is #9AE5FF.


Background Color

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

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

This div background color is #9AE5FF.


Border color

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

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

This div border color is #9AE5FF.


Opacity

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

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

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

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

This text has shadow with #9AE5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE5FF on black background.


Color preview on white background

This text has color #9AE5FF on white background.



Black color preview on #9AE5FF background

This text has black color on #9AE5FF background.


White color preview on #9AE5FF background

This text has white color on #9AE5FF background.