COLOR #00B1ED

HEX: #00B1ED
RGB: (0,177,237)

Color info

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

RGB color model

#00B1ED color RGB value is (0,177,237).

  • red value is 0;
  • green value is 177;
  • blue value is 237.
RGB:
(0,177,237)
(0%,69%,93%)

RGB channels and saturation

R 0 of 255 = 0%
G 177 of 255 = 69%
B 237 of 255 = 93%

0
177
237

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

Portions of RGB colors in percentages

R + G + B =
0 + 177 + 237 = 414 (100%)
R 0 of 414 ~ 0%
G 177 of 414 ~ 42.75%
B 237 of 414 ~ 57.25%

%42.75
%57.25

CMYK color model

#00B1ED color CMYK value is (100,25,0,7).

  • cyan value is 100.00%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(100,25,0,7)
C100M25Y0K7 
(100%,25%,0%,7%)
(1.00/0.25/0.00/0.07)	

CMYK percentages

%100
%25.32
%0
%7.06

Codes

Color #00B1ED in popluar color models

00B1ED
RGB0177237
HSL195°100.00%46.47%
HSB/HSV195°100.00%92.94%
CMYK100.00%25.32%0.00%
7.06%

Color #00B1ED in popluar number systems.

HEX00B1ED
Decimal0177237
Binary01011000111101101
Octal0261355

Shades and tints

Shades of #00B1ED

#00B1ED
(0,177,237)
#00A1D8
(0,161,216)
#0091C3
(0,145,195)
#0081AE
(0,129,174)
#007199
(0,113,153)
#006184
(0,97,132)
#00516F
(0,81,111)
#00415A
(0,65,90)
#003145
(0,49,69)
#002130
(0,33,48)
#00111B
(0,17,27)
#000000
(0,0,0)

Tints of #00B1ED

#00B1ED
(0,177,237)
#17B8EE
(23,184,238)
#2EBFEF
(46,191,239)
#45C6F0
(69,198,240)
#5CCDF1
(92,205,241)
#73D4F2
(115,212,242)
#8ADBF3
(138,219,243)
#A1E2F4
(161,226,244)
#B8E9F5
(184,233,245)
#CFF0F6
(207,240,246)
#E6F7F7
(230,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B1ED color. Also use rgb(0,177,237) instead hex code.

Text Font Color

.myTextColor { color: #00B1ED; }

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

This text font color is #00B1ED.


Background Color

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

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

This div background color is #00B1ED.


Border color

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

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

This div border color is #00B1ED.


Opacity

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

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

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

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

This text has shadow with #00B1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B1ED on black background.


Color preview on white background

This text has color #00B1ED on white background.



Black color preview on #00B1ED background

This text has black color on #00B1ED background.


White color preview on #00B1ED background

This text has white color on #00B1ED background.