COLOR #00B0F0

HEX: #00B0F0
RGB: (0,176,240)

Color info

#00B0F0 contains mainly blue color. Web safe color of #00B0F0 is #0099FF (or #09F).

RGB color model

#00B0F0 color RGB value is (0,176,240).

  • red value is 0;
  • green value is 176;
  • blue value is 240.
RGB:
(0,176,240)
(0%,69%,94%)

RGB channels and saturation

R 0 of 255 = 0%
G 176 of 255 = 69%
B 240 of 255 = 94%

0
176
240

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

Portions of RGB colors in percentages

R + G + B =
0 + 176 + 240 = 416 (100%)
R 0 of 416 ~ 0%
G 176 of 416 ~ 42.31%
B 240 of 416 ~ 57.69%

%42.31
%57.69

CMYK color model

#00B0F0 color CMYK value is (100,27,0,6).

  • cyan value is 100.00%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(100,27,0,6)
C100M27Y0K6 
(100%,27%,0%,6%)
(1.00/0.27/0.00/0.06)	

CMYK percentages

%100
%26.67
%0
%5.88

Codes

Color #00B0F0 in popluar color models

00B0F0
RGB0176240
HSL196°100.00%47.06%
HSB/HSV196°100.00%94.12%
CMYK100.00%26.67%0.00%
5.88%

Color #00B0F0 in popluar number systems.

HEX00B0F0
Decimal0176240
Binary01011000011110000
Octal0260360

Shades and tints

Shades of #00B0F0

#00B0F0
(0,176,240)
#00A0DB
(0,160,219)
#0090C6
(0,144,198)
#0080B1
(0,128,177)
#00709C
(0,112,156)
#006087
(0,96,135)
#005072
(0,80,114)
#00405D
(0,64,93)
#003048
(0,48,72)
#002033
(0,32,51)
#00101E
(0,16,30)
#000000
(0,0,0)

Tints of #00B0F0

#00B0F0
(0,176,240)
#17B7F1
(23,183,241)
#2EBEF2
(46,190,242)
#45C5F3
(69,197,243)
#5CCCF4
(92,204,244)
#73D3F5
(115,211,245)
#8ADAF6
(138,218,246)
#A1E1F7
(161,225,247)
#B8E8F8
(184,232,248)
#CFEFF9
(207,239,249)
#E6F6FA
(230,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B0F0 color. Also use rgb(0,176,240) instead hex code.

Text Font Color

.myTextColor { color: #00B0F0; }

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

This text font color is #00B0F0.


Background Color

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

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

This div background color is #00B0F0.


Border color

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

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

This div border color is #00B0F0.


Opacity

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

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

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

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

This text has shadow with #00B0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B0F0 on black background.


Color preview on white background

This text has color #00B0F0 on white background.



Black color preview on #00B0F0 background

This text has black color on #00B0F0 background.


White color preview on #00B0F0 background

This text has white color on #00B0F0 background.