COLOR #0BBBEA

HEX: #0BBBEA
RGB: (11,187,234)

Color info

#0BBBEA contains mainly green and blue colors. Web safe color of #0BBBEA is #00CCFF (or #0CF).

RGB color model

#0BBBEA color RGB value is (11,187,234).

  • red value is 11;
  • green value is 187;
  • blue value is 234.
RGB:
(11,187,234)
(4%,73%,92%)

RGB channels and saturation

R 11 of 255 = 4%
G 187 of 255 = 73%
B 234 of 255 = 92%

11
187
234

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

Portions of RGB colors in percentages

R + G + B =
11 + 187 + 234 = 432 (100%)
R 11 of 432 ~ 2.55%
G 187 of 432 ~ 43.29%
B 234 of 432 ~ 54.17%

%43.29
%54.17

CMYK color model

#0BBBEA color CMYK value is (95,20,0,8).

  • cyan value is 95.30%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(95,20,0,8)
C95M20Y0K8 
(95%,20%,0%,8%)
(0.95/0.20/0.00/0.08)	

CMYK percentages

%95.3
%20.09
%0
%8.24

Codes

Color #0BBBEA in popluar color models

0BBBEA
RGB11187234
HSL193°91.02%48.04%
HSB/HSV193°95.30%91.76%
CMYK95.30%20.09%0.00%
8.24%

Color #0BBBEA in popluar number systems.

HEX0BBBEA
Decimal11187234
Binary10111011101111101010
Octal13273352

Shades and tints

Shades of #0BBBEA

#0BBBEA
(11,187,234)
#0AAAD5
(10,170,213)
#0999C0
(9,153,192)
#0888AB
(8,136,171)
#077796
(7,119,150)
#066681
(6,102,129)
#05556C
(5,85,108)
#044457
(4,68,87)
#033342
(3,51,66)
#02222D
(2,34,45)
#011118
(1,17,24)
#000000
(0,0,0)

Tints of #0BBBEA

#0BBBEA
(11,187,234)
#21C1EB
(33,193,235)
#37C7EC
(55,199,236)
#4DCDED
(77,205,237)
#63D3EE
(99,211,238)
#79D9EF
(121,217,239)
#8FDFF0
(143,223,240)
#A5E5F1
(165,229,241)
#BBEBF2
(187,235,242)
#D1F1F3
(209,241,243)
#E7F7F4
(231,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BBBEA color. Also use rgb(11,187,234) instead hex code.

Text Font Color

.myTextColor { color: #0BBBEA; }

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

This text font color is #0BBBEA.


Background Color

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

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

This div background color is #0BBBEA.


Border color

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

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

This div border color is #0BBBEA.


Opacity

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

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

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

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

This text has shadow with #0BBBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BBBEA on black background.


Color preview on white background

This text has color #0BBBEA on white background.



Black color preview on #0BBBEA background

This text has black color on #0BBBEA background.


White color preview on #0BBBEA background

This text has white color on #0BBBEA background.