COLOR #008FBE

HEX: #008FBE
RGB: (0,143,190)

Color info

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

RGB color model

#008FBE color RGB value is (0,143,190).

  • red value is 0;
  • green value is 143;
  • blue value is 190.
RGB:
(0,143,190)
(0%,56%,75%)

RGB channels and saturation

R 0 of 255 = 0%
G 143 of 255 = 56%
B 190 of 255 = 75%

0
143
190

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

Portions of RGB colors in percentages

R + G + B =
0 + 143 + 190 = 333 (100%)
R 0 of 333 ~ 0%
G 143 of 333 ~ 42.94%
B 190 of 333 ~ 57.06%

%42.94
%57.06

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(100,25,0,25)
C100M25Y0K25 
(100%,25%,0%,25%)
(1.00/0.25/0.00/0.25)	

CMYK percentages

%100
%24.74
%0
%25.49

Codes

Color #008FBE in popluar color models

008FBE
RGB0143190
HSL195°100.00%37.25%
HSB/HSV195°100.00%74.51%
CMYK100.00%24.74%0.00%
25.49%

Color #008FBE in popluar number systems.

HEX008FBE
Decimal0143190
Binary01000111110111110
Octal0217276

Shades and tints

Shades of #008FBE

#008FBE
(0,143,190)
#0082AD
(0,130,173)
#00759C
(0,117,156)
#00688B
(0,104,139)
#005B7A
(0,91,122)
#004E69
(0,78,105)
#004158
(0,65,88)
#003447
(0,52,71)
#002736
(0,39,54)
#001A25
(0,26,37)
#000D14
(0,13,20)
#000000
(0,0,0)

Tints of #008FBE

#008FBE
(0,143,190)
#1799C3
(23,153,195)
#2EA3C8
(46,163,200)
#45ADCD
(69,173,205)
#5CB7D2
(92,183,210)
#73C1D7
(115,193,215)
#8ACBDC
(138,203,220)
#A1D5E1
(161,213,225)
#B8DFE6
(184,223,230)
#CFE9EB
(207,233,235)
#E6F3F0
(230,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008FBE color. Also use rgb(0,143,190) instead hex code.

Text Font Color

.myTextColor { color: #008FBE; }

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

This text font color is #008FBE.


Background Color

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

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

This div background color is #008FBE.


Border color

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

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

This div border color is #008FBE.


Opacity

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

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

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

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

This text has shadow with #008FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008FBE on black background.


Color preview on white background

This text has color #008FBE on white background.



Black color preview on #008FBE background

This text has black color on #008FBE background.


White color preview on #008FBE background

This text has white color on #008FBE background.