COLOR #009EBA

HEX: #009EBA
RGB: (0,158,186)

Color info

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

RGB color model

#009EBA color RGB value is (0,158,186).

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

RGB channels and saturation

R 0 of 255 = 0%
G 158 of 255 = 62%
B 186 of 255 = 73%

0
158
186

R + G + B ~ 45%. #009EBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 158 + 186 = 344 (100%)
R 0 of 344 ~ 0%
G 158 of 344 ~ 45.93%
B 186 of 344 ~ 54.07%

%45.93
%54.07

CMYK color model

#009EBA color CMYK value is (100,15,0,27).

  • cyan value is 100.00%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(100,15,0,27)
C100M15Y0K27 
(100%,15%,0%,27%)
(1.00/0.15/0.00/0.27)	

CMYK percentages

%100
%15.05
%0
%27.06

Codes

Color #009EBA in popluar color models

009EBA
RGB0158186
HSL189°100.00%36.47%
HSB/HSV189°100.00%72.94%
CMYK100.00%15.05%0.00%
27.06%

Color #009EBA in popluar number systems.

HEX009EBA
Decimal0158186
Binary01001111010111010
Octal0236272

Shades and tints

Shades of #009EBA

#009EBA
(0,158,186)
#0090AA
(0,144,170)
#00829A
(0,130,154)
#00748A
(0,116,138)
#00667A
(0,102,122)
#00586A
(0,88,106)
#004A5A
(0,74,90)
#003C4A
(0,60,74)
#002E3A
(0,46,58)
#00202A
(0,32,42)
#00121A
(0,18,26)
#000000
(0,0,0)

Tints of #009EBA

#009EBA
(0,158,186)
#17A6C0
(23,166,192)
#2EAEC6
(46,174,198)
#45B6CC
(69,182,204)
#5CBED2
(92,190,210)
#73C6D8
(115,198,216)
#8ACEDE
(138,206,222)
#A1D6E4
(161,214,228)
#B8DEEA
(184,222,234)
#CFE6F0
(207,230,240)
#E6EEF6
(230,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009EBA color. Also use rgb(0,158,186) instead hex code.

Text Font Color

.myTextColor { color: #009EBA; }

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

This text font color is #009EBA.


Background Color

.myBgColor { background-color: #009EBA; }

<div style="background-color:#009EBA">Inner text</div>

This div background color is #009EBA.


Border color

.myBorderColor { border: 1px solid #009EBA; }

<div style="border:3px solid #009EBA">Div</div>

This div border color is #009EBA.


Opacity

.myOpacity80 { color: #009EBA; opacity: 0.8; }

<p style="color:#009EBA;opacity:0.8;">80%</p>

Text with #009EBA 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 #009EBA;}

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

This text has shadow with #009EBA color.

.textShadow {text-shadow: 3px 3px 1px #009EBA, 3px 3px 1px red;}

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

This text has shadow with #009EBA primary color and red secondary color.


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

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

This text has shadow with #009EBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009EBA on black background.


Color preview on white background

This text has color #009EBA on white background.



Black color preview on #009EBA background

This text has black color on #009EBA background.


White color preview on #009EBA background

This text has white color on #009EBA background.