COLOR #0BB3ED

HEX: #0BB3ED
RGB: (11,179,237)

Color info

#0BB3ED contains mainly green and blue colors. Web safe color of #0BB3ED is #0099FF (or #09F).

RGB color model

#0BB3ED color RGB value is (11,179,237).

  • red value is 11;
  • green value is 179;
  • blue value is 237.
RGB:
(11,179,237)
(4%,70%,93%)

RGB channels and saturation

R 11 of 255 = 4%
G 179 of 255 = 70%
B 237 of 255 = 93%

11
179
237

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

Portions of RGB colors in percentages

R + G + B =
11 + 179 + 237 = 427 (100%)
R 11 of 427 ~ 2.58%
G 179 of 427 ~ 41.92%
B 237 of 427 ~ 55.5%

%41.92
%55.5

CMYK color model

#0BB3ED color CMYK value is (95,24,0,7).

  • cyan value is 95.36%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(95,24,0,7)
C95M24Y0K7 
(95%,24%,0%,7%)
(0.95/0.24/0.00/0.07)	

CMYK percentages

%95.36
%24.47
%0
%7.06

Codes

Color #0BB3ED in popluar color models

0BB3ED
RGB11179237
HSL195°91.13%48.63%
HSB/HSV195°95.36%92.94%
CMYK95.36%24.47%0.00%
7.06%

Color #0BB3ED in popluar number systems.

HEX0BB3ED
Decimal11179237
Binary10111011001111101101
Octal13263355

Shades and tints

Shades of #0BB3ED

#0BB3ED
(11,179,237)
#0AA3D8
(10,163,216)
#0993C3
(9,147,195)
#0883AE
(8,131,174)
#077399
(7,115,153)
#066384
(6,99,132)
#05536F
(5,83,111)
#04435A
(4,67,90)
#033345
(3,51,69)
#022330
(2,35,48)
#01131B
(1,19,27)
#000000
(0,0,0)

Tints of #0BB3ED

#0BB3ED
(11,179,237)
#21B9EE
(33,185,238)
#37BFEF
(55,191,239)
#4DC5F0
(77,197,240)
#63CBF1
(99,203,241)
#79D1F2
(121,209,242)
#8FD7F3
(143,215,243)
#A5DDF4
(165,221,244)
#BBE3F5
(187,227,245)
#D1E9F6
(209,233,246)
#E7EFF7
(231,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BB3ED color. Also use rgb(11,179,237) instead hex code.

Text Font Color

.myTextColor { color: #0BB3ED; }

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

This text font color is #0BB3ED.


Background Color

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

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

This div background color is #0BB3ED.


Border color

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

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

This div border color is #0BB3ED.


Opacity

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

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

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

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

This text has shadow with #0BB3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BB3ED on black background.


Color preview on white background

This text has color #0BB3ED on white background.



Black color preview on #0BB3ED background

This text has black color on #0BB3ED background.


White color preview on #0BB3ED background

This text has white color on #0BB3ED background.