COLOR #008CBA

HEX: #008CBA
RGB: (0,140,186)

Color info

#008CBA contains only green and blue colors. Web safe color of #008CBA is #0099CC (or #09C).

RGB color model

#008CBA color RGB value is (0,140,186).

  • red value is 0;
  • green value is 140;
  • blue value is 186.
RGB:
(0,140,186)
(0%,55%,73%)

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 186 of 255 = 73%

0
140
186

R + G + B ~ 43%. #008CBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 186 = 326 (100%)
R 0 of 326 ~ 0%
G 140 of 326 ~ 42.94%
B 186 of 326 ~ 57.06%

%42.94
%57.06

CMYK color model

#008CBA color CMYK value is (100,25,0,27).

  • cyan value is 100.00%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(100,25,0,27)
C100M25Y0K27 
(100%,25%,0%,27%)
(1.00/0.25/0.00/0.27)	

CMYK percentages

%100
%24.73
%0
%27.06

Codes

Color #008CBA in popluar color models

008CBA
RGB0140186
HSL195°100.00%36.47%
HSB/HSV195°100.00%72.94%
CMYK100.00%24.73%0.00%
27.06%

Color #008CBA in popluar number systems.

HEX008CBA
Decimal0140186
Binary01000110010111010
Octal0214272

Shades and tints

Shades of #008CBA

#008CBA
(0,140,186)
#0080AA
(0,128,170)
#00749A
(0,116,154)
#00688A
(0,104,138)
#005C7A
(0,92,122)
#00506A
(0,80,106)
#00445A
(0,68,90)
#00384A
(0,56,74)
#002C3A
(0,44,58)
#00202A
(0,32,42)
#00141A
(0,20,26)
#000000
(0,0,0)

Tints of #008CBA

#008CBA
(0,140,186)
#1796C0
(23,150,192)
#2EA0C6
(46,160,198)
#45AACC
(69,170,204)
#5CB4D2
(92,180,210)
#73BED8
(115,190,216)
#8AC8DE
(138,200,222)
#A1D2E4
(161,210,228)
#B8DCEA
(184,220,234)
#CFE6F0
(207,230,240)
#E6F0F6
(230,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008CBA color. Also use rgb(0,140,186) instead hex code.

Text Font Color

.myTextColor { color: #008CBA; }

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

This text font color is #008CBA.


Background Color

.myBgColor { background-color: #008CBA; }

<div style="background-color:#008CBA">Inner text</div>

This div background color is #008CBA.


Border color

.myBorderColor { border: 1px solid #008CBA; }

<div style="border:3px solid #008CBA">Div</div>

This div border color is #008CBA.


Opacity

.myOpacity80 { color: #008CBA; opacity: 0.8; }

<p style="color:#008CBA;opacity:0.8;">80%</p>

Text with #008CBA 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 #008CBA;}

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

This text has shadow with #008CBA color.

.textShadow {text-shadow: 3px 3px 1px #008CBA, 3px 3px 1px red;}

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

This text has shadow with #008CBA primary color and red secondary color.


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

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

This text has shadow with #008CBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008CBA on black background.


Color preview on white background

This text has color #008CBA on white background.



Black color preview on #008CBA background

This text has black color on #008CBA background.


White color preview on #008CBA background

This text has white color on #008CBA background.