COLOR #0B96B5

HEX: #0B96B5
RGB: (11,150,181)

Color info

#0B96B5 contains mainly green and blue colors. Web safe color of #0B96B5 is #0099CC (or #09C).

RGB color model

#0B96B5 color RGB value is (11,150,181).

  • red value is 11;
  • green value is 150;
  • blue value is 181.
RGB:
(11,150,181)
(4%,59%,71%)

RGB channels and saturation

R 11 of 255 = 4%
G 150 of 255 = 59%
B 181 of 255 = 71%

11
150
181

R + G + B ~ 45%. #0B96B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 150 + 181 = 342 (100%)
R 11 of 342 ~ 3.22%
G 150 of 342 ~ 43.86%
B 181 of 342 ~ 52.92%

%43.86
%52.92

CMYK color model

#0B96B5 color CMYK value is (94,17,0,29).

  • cyan value is 93.92%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(94,17,0,29)
C94M17Y0K29 
(94%,17%,0%,29%)
(0.94/0.17/0.00/0.29)	

CMYK percentages

%93.92
%17.13
%0
%29.02

Codes

Color #0B96B5 in popluar color models

0B96B5
RGB11150181
HSL191°88.54%37.65%
HSB/HSV191°93.92%70.98%
CMYK93.92%17.13%0.00%
29.02%

Color #0B96B5 in popluar number systems.

HEX0B96B5
Decimal11150181
Binary10111001011010110101
Octal13226265

Shades and tints

Shades of #0B96B5

#0B96B5
(11,150,181)
#0A89A5
(10,137,165)
#097C95
(9,124,149)
#086F85
(8,111,133)
#076275
(7,98,117)
#065565
(6,85,101)
#054855
(5,72,85)
#043B45
(4,59,69)
#032E35
(3,46,53)
#022125
(2,33,37)
#011415
(1,20,21)
#000000
(0,0,0)

Tints of #0B96B5

#0B96B5
(11,150,181)
#219FBB
(33,159,187)
#37A8C1
(55,168,193)
#4DB1C7
(77,177,199)
#63BACD
(99,186,205)
#79C3D3
(121,195,211)
#8FCCD9
(143,204,217)
#A5D5DF
(165,213,223)
#BBDEE5
(187,222,229)
#D1E7EB
(209,231,235)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B96B5 color. Also use rgb(11,150,181) instead hex code.

Text Font Color

.myTextColor { color: #0B96B5; }

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

This text font color is #0B96B5.


Background Color

.myBgColor { background-color: #0B96B5; }

<div style="background-color:#0B96B5">Inner text</div>

This div background color is #0B96B5.


Border color

.myBorderColor { border: 1px solid #0B96B5; }

<div style="border:3px solid #0B96B5">Div</div>

This div border color is #0B96B5.


Opacity

.myOpacity80 { color: #0B96B5; opacity: 0.8; }

<p style="color:#0B96B5;opacity:0.8;">80%</p>

Text with #0B96B5 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 #0B96B5;}

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

This text has shadow with #0B96B5 color.

.textShadow {text-shadow: 3px 3px 1px #0B96B5, 3px 3px 1px red;}

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

This text has shadow with #0B96B5 primary color and red secondary color.


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

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

This text has shadow with #0B96B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B96B5 on black background.


Color preview on white background

This text has color #0B96B5 on white background.



Black color preview on #0B96B5 background

This text has black color on #0B96B5 background.


White color preview on #0B96B5 background

This text has white color on #0B96B5 background.