COLOR #00BDF0

HEX: #00BDF0
RGB: (0,189,240)

Color info

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

RGB color model

#00BDF0 color RGB value is (0,189,240).

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

RGB channels and saturation

R 0 of 255 = 0%
G 189 of 255 = 74%
B 240 of 255 = 94%

0
189
240

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

Portions of RGB colors in percentages

R + G + B =
0 + 189 + 240 = 429 (100%)
R 0 of 429 ~ 0%
G 189 of 429 ~ 44.06%
B 240 of 429 ~ 55.94%

%44.06
%55.94

CMYK color model

#00BDF0 color CMYK value is (100,21,0,6).

  • cyan value is 100.00%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(100,21,0,6)
C100M21Y0K6 
(100%,21%,0%,6%)
(1.00/0.21/0.00/0.06)	

CMYK percentages

%100
%21.25
%0
%5.88

Codes

Color #00BDF0 in popluar color models

00BDF0
RGB0189240
HSL193°100.00%47.06%
HSB/HSV193°100.00%94.12%
CMYK100.00%21.25%0.00%
5.88%

Color #00BDF0 in popluar number systems.

HEX00BDF0
Decimal0189240
Binary01011110111110000
Octal0275360

Shades and tints

Shades of #00BDF0

#00BDF0
(0,189,240)
#00ACDB
(0,172,219)
#009BC6
(0,155,198)
#008AB1
(0,138,177)
#00799C
(0,121,156)
#006887
(0,104,135)
#005772
(0,87,114)
#00465D
(0,70,93)
#003548
(0,53,72)
#002433
(0,36,51)
#00131E
(0,19,30)
#000000
(0,0,0)

Tints of #00BDF0

#00BDF0
(0,189,240)
#17C3F1
(23,195,241)
#2EC9F2
(46,201,242)
#45CFF3
(69,207,243)
#5CD5F4
(92,213,244)
#73DBF5
(115,219,245)
#8AE1F6
(138,225,246)
#A1E7F7
(161,231,247)
#B8EDF8
(184,237,248)
#CFF3F9
(207,243,249)
#E6F9FA
(230,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BDF0; }

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

This text font color is #00BDF0.


Background Color

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

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

This div background color is #00BDF0.


Border color

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

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

This div border color is #00BDF0.


Opacity

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

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

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

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

This text has shadow with #00BDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BDF0 on black background.


Color preview on white background

This text has color #00BDF0 on white background.



Black color preview on #00BDF0 background

This text has black color on #00BDF0 background.


White color preview on #00BDF0 background

This text has white color on #00BDF0 background.