COLOR #9BE5F9

HEX: #9BE5F9 RGB: (155,229,249)

Color info

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

RGB color model

#9BE5F9 color RGB value is (155,229,249).

RGB: (155,229,249) (61%, 90%, 98%)

RGB channels and saturation

R 155 of 255 = 61%
G 229 of 255 = 90%
B 249 of 255 = 98%

155
229
249

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

Portions of RGB colors in percentages

R + G + B = 155 + 229 + 249 = 633 (100%)
R 155 of 633 ~ 24.49%
G 229 of 633 ~ 36.18%
B 249 of 633 ~ 39.34'%

%24.49
%36.18
%39.34

CMYK color model

#9BE5F9 color CMYK value is (38,8,0,2).

  • cyan value is 37.75%
  • magenta value is 8.03%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (38,8,0,2)
C38M8Y0K2 (38%, 8%, 0%, 2%)
(0.38 / 0.08 / 0.00 / 0.02)

CMYK percentages

%37.75
%8.03
%0
%2.35

Codes

Color #9BE5F9 in popluar color models

9B E5 F9
RGB 155 229 249
HSL 193° 88.68% 79.22%
HSB/HSV 193° 37.75% 97.65%
CMYK 37.75% 8.03% 0.00%
2.35%

Color #9BE5F9 in popluar number systems.

HEX 9B E5 F9
Decimal 155 229 249
Binary 10011011 11100101 11111001
Octal 233 345 371

Shades and tints

Shades of #9BE5F9

#9BE5F9
(155,229,249)
#8DD1E3
(141,209,227)
#7FBDCD
(127,189,205)
#71A9B7
(113,169,183)
#6395A1
(99,149,161)
#55818B
(85,129,139)
#476D75
(71,109,117)
#39595F
(57,89,95)
#2B4549
(43,69,73)
#1D3133
(29,49,51)
#0F1D1D
(15,29,29)
#000000
(0,0,0)

Tints of #9BE5F9

#9BE5F9
(155,229,249)
#A4E7F9
(164,231,249)
#ADE9F9
(173,233,249)
#B6EBF9
(182,235,249)
#BFEDF9
(191,237,249)
#C8EFF9
(200,239,249)
#D1F1F9
(209,241,249)
#DAF3F9
(218,243,249)
#E3F5F9
(227,245,249)
#ECF7F9
(236,247,249)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE5F9; }

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

This text font color is #9BE5F9.

Background Color

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

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

This div background color is #9BE5F9.

Border color

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

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

This div border color is #9BE5F9.

Opacity

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

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

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

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

This text has shadow with #9BE5F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE5F9.

Preview

Color preview on black background

This text has color #9BE5F9 on black background.


Color preview on white background

This text has color #9BE5F9 on white background.


Black color preview on #9BE5F9 background

This text has black color on #9BE5F9 background.


White color preview on #9BE5F9 background

This text has white color on #9BE5F9 background.


Related colors

Complementary color

Complementary color for #hex is #641A06.


I love getcolorcode.com

Triadic colors

1 #F99BE5 and #E5F99B with #9BE5F9 are triadic colors.

2 #F9E59B and #E59BF9 with #9BE5F9 are triadic colors.