COLOR #0BB0E1

HEX: #0BB0E1
RGB: (11,176,225)

Color info

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

RGB color model

#0BB0E1 color RGB value is (11,176,225).

  • red value is 11;
  • green value is 176;
  • blue value is 225.
RGB:
(11,176,225)
(4%,69%,88%)

RGB channels and saturation

R 11 of 255 = 4%
G 176 of 255 = 69%
B 225 of 255 = 88%

11
176
225

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

Portions of RGB colors in percentages

R + G + B =
11 + 176 + 225 = 412 (100%)
R 11 of 412 ~ 2.67%
G 176 of 412 ~ 42.72%
B 225 of 412 ~ 54.61%

%42.72
%54.61

CMYK color model

#0BB0E1 color CMYK value is (95,22,0,12).

  • cyan value is 95.11%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(95,22,0,12)
C95M22Y0K12 
(95%,22%,0%,12%)
(0.95/0.22/0.00/0.12)	

CMYK percentages

%95.11
%21.78
%0
%11.76

Codes

Color #0BB0E1 in popluar color models

0BB0E1
RGB11176225
HSL194°90.68%46.27%
HSB/HSV194°95.11%88.24%
CMYK95.11%21.78%0.00%
11.76%

Color #0BB0E1 in popluar number systems.

HEX0BB0E1
Decimal11176225
Binary10111011000011100001
Octal13260341

Shades and tints

Shades of #0BB0E1

#0BB0E1
(11,176,225)
#0AA0CD
(10,160,205)
#0990B9
(9,144,185)
#0880A5
(8,128,165)
#077091
(7,112,145)
#06607D
(6,96,125)
#055069
(5,80,105)
#044055
(4,64,85)
#033041
(3,48,65)
#02202D
(2,32,45)
#011019
(1,16,25)
#000000
(0,0,0)

Tints of #0BB0E1

#0BB0E1
(11,176,225)
#21B7E3
(33,183,227)
#37BEE5
(55,190,229)
#4DC5E7
(77,197,231)
#63CCE9
(99,204,233)
#79D3EB
(121,211,235)
#8FDAED
(143,218,237)
#A5E1EF
(165,225,239)
#BBE8F1
(187,232,241)
#D1EFF3
(209,239,243)
#E7F6F5
(231,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BB0E1 color. Also use rgb(11,176,225) instead hex code.

Text Font Color

.myTextColor { color: #0BB0E1; }

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

This text font color is #0BB0E1.


Background Color

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

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

This div background color is #0BB0E1.


Border color

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

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

This div border color is #0BB0E1.


Opacity

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

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

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

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

This text has shadow with #0BB0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BB0E1 on black background.


Color preview on white background

This text has color #0BB0E1 on white background.



Black color preview on #0BB0E1 background

This text has black color on #0BB0E1 background.


White color preview on #0BB0E1 background

This text has white color on #0BB0E1 background.