COLOR #9BE5F8

HEX: #9BE5F8
RGB: (155,229,248)

Color info

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

RGB color model

#9BE5F8 color RGB value is (155,229,248).

  • red value is 155;
  • green value is 229;
  • blue value is 248.
RGB:
(155,229,248)
(61%,90%,97%)

RGB channels and saturation

R 155 of 255 = 61%
G 229 of 255 = 90%
B 248 of 255 = 97%

155
229
248

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

Portions of RGB colors in percentages

R + G + B =
155 + 229 + 248 = 632 (100%)
R 155 of 632 ~ 24.53%
G 229 of 632 ~ 36.23%
B 248 of 632 ~ 39.24%

%24.53
%36.23
%39.24

CMYK color model

#9BE5F8 color CMYK value is (38,8,0,3).

  • cyan value is 37.50%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,8,0,3)
C38M8Y0K3 
(38%,8%,0%,3%)
(0.38/0.08/0.00/0.03)	

CMYK percentages

%37.5
%7.66
%0
%2.75

Codes

Color #9BE5F8 in popluar color models

9BE5F8
RGB155229248
HSL192°86.92%79.02%
HSB/HSV192°37.50%97.25%
CMYK37.50%7.66%0.00%
2.75%

Color #9BE5F8 in popluar number systems.

HEX9BE5F8
Decimal155229248
Binary100110111110010111111000
Octal233345370

Shades and tints

Shades of #9BE5F8

#9BE5F8
(155,229,248)
#8DD1E2
(141,209,226)
#7FBDCC
(127,189,204)
#71A9B6
(113,169,182)
#6395A0
(99,149,160)
#55818A
(85,129,138)
#476D74
(71,109,116)
#39595E
(57,89,94)
#2B4548
(43,69,72)
#1D3132
(29,49,50)
#0F1D1C
(15,29,28)
#000000
(0,0,0)

Tints of #9BE5F8

#9BE5F8
(155,229,248)
#A4E7F8
(164,231,248)
#ADE9F8
(173,233,248)
#B6EBF8
(182,235,248)
#BFEDF8
(191,237,248)
#C8EFF8
(200,239,248)
#D1F1F8
(209,241,248)
#DAF3F8
(218,243,248)
#E3F5F8
(227,245,248)
#ECF7F8
(236,247,248)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE5F8 color. Also use rgb(155,229,248) instead hex code.

Text Font Color

.myTextColor { color: #9BE5F8; }

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

This text font color is #9BE5F8.


Background Color

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

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

This div background color is #9BE5F8.


Border color

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

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

This div border color is #9BE5F8.


Opacity

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

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

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

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

This text has shadow with #9BE5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE5F8 on black background.


Color preview on white background

This text has color #9BE5F8 on white background.



Black color preview on #9BE5F8 background

This text has black color on #9BE5F8 background.


White color preview on #9BE5F8 background

This text has white color on #9BE5F8 background.