COLOR #00BBE8

HEX: #00BBE8
RGB: (0,187,232)

Color info

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

RGB color model

#00BBE8 color RGB value is (0,187,232).

  • red value is 0;
  • green value is 187;
  • blue value is 232.
RGB:
(0,187,232)
(0%,73%,91%)

RGB channels and saturation

R 0 of 255 = 0%
G 187 of 255 = 73%
B 232 of 255 = 91%

0
187
232

R + G + B ~ 55%. #00BBE8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 187 + 232 = 419 (100%)
R 0 of 419 ~ 0%
G 187 of 419 ~ 44.63%
B 232 of 419 ~ 55.37%

%44.63
%55.37

CMYK color model

#00BBE8 color CMYK value is (100,19,0,9).

  • cyan value is 100.00%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(100,19,0,9)
C100M19Y0K9 
(100%,19%,0%,9%)
(1.00/0.19/0.00/0.09)	

CMYK percentages

%100
%19.4
%0
%9.02

Codes

Color #00BBE8 in popluar color models

00BBE8
RGB0187232
HSL192°100.00%45.49%
HSB/HSV192°100.00%90.98%
CMYK100.00%19.40%0.00%
9.02%

Color #00BBE8 in popluar number systems.

HEX00BBE8
Decimal0187232
Binary01011101111101000
Octal0273350

Shades and tints

Shades of #00BBE8

#00BBE8
(0,187,232)
#00AAD3
(0,170,211)
#0099BE
(0,153,190)
#0088A9
(0,136,169)
#007794
(0,119,148)
#00667F
(0,102,127)
#00556A
(0,85,106)
#004455
(0,68,85)
#003340
(0,51,64)
#00222B
(0,34,43)
#001116
(0,17,22)
#000000
(0,0,0)

Tints of #00BBE8

#00BBE8
(0,187,232)
#17C1EA
(23,193,234)
#2EC7EC
(46,199,236)
#45CDEE
(69,205,238)
#5CD3F0
(92,211,240)
#73D9F2
(115,217,242)
#8ADFF4
(138,223,244)
#A1E5F6
(161,229,246)
#B8EBF8
(184,235,248)
#CFF1FA
(207,241,250)
#E6F7FC
(230,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BBE8 color. Also use rgb(0,187,232) instead hex code.

Text Font Color

.myTextColor { color: #00BBE8; }

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

This text font color is #00BBE8.


Background Color

.myBgColor { background-color: #00BBE8; }

<div style="background-color:#00BBE8">Inner text</div>

This div background color is #00BBE8.


Border color

.myBorderColor { border: 1px solid #00BBE8; }

<div style="border:3px solid #00BBE8">Div</div>

This div border color is #00BBE8.


Opacity

.myOpacity80 { color: #00BBE8; opacity: 0.8; }

<p style="color:#00BBE8;opacity:0.8;">80%</p>

Text with #00BBE8 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 #00BBE8;}

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

This text has shadow with #00BBE8 color.

.textShadow {text-shadow: 3px 3px 1px #00BBE8, 3px 3px 1px red;}

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

This text has shadow with #00BBE8 primary color and red secondary color.


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

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

This text has shadow with #00BBE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BBE8 on black background.


Color preview on white background

This text has color #00BBE8 on white background.



Black color preview on #00BBE8 background

This text has black color on #00BBE8 background.


White color preview on #00BBE8 background

This text has white color on #00BBE8 background.