COLOR #009CB8

HEX: #009CB8
RGB: (0,156,184)

Color info

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

RGB color model

#009CB8 color RGB value is (0,156,184).

  • red value is 0;
  • green value is 156;
  • blue value is 184.
RGB:
(0,156,184)
(0%,61%,72%)

RGB channels and saturation

R 0 of 255 = 0%
G 156 of 255 = 61%
B 184 of 255 = 72%

0
156
184

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

Portions of RGB colors in percentages

R + G + B =
0 + 156 + 184 = 340 (100%)
R 0 of 340 ~ 0%
G 156 of 340 ~ 45.88%
B 184 of 340 ~ 54.12%

%45.88
%54.12

CMYK color model

#009CB8 color CMYK value is (100,15,0,28).

  • cyan value is 100.00%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(100,15,0,28)
C100M15Y0K28 
(100%,15%,0%,28%)
(1.00/0.15/0.00/0.28)	

CMYK percentages

%100
%15.22
%0
%27.84

Codes

Color #009CB8 in popluar color models

009CB8
RGB0156184
HSL189°100.00%36.08%
HSB/HSV189°100.00%72.16%
CMYK100.00%15.22%0.00%
27.84%

Color #009CB8 in popluar number systems.

HEX009CB8
Decimal0156184
Binary01001110010111000
Octal0234270

Shades and tints

Shades of #009CB8

#009CB8
(0,156,184)
#008EA8
(0,142,168)
#008098
(0,128,152)
#007288
(0,114,136)
#006478
(0,100,120)
#005668
(0,86,104)
#004858
(0,72,88)
#003A48
(0,58,72)
#002C38
(0,44,56)
#001E28
(0,30,40)
#001018
(0,16,24)
#000000
(0,0,0)

Tints of #009CB8

#009CB8
(0,156,184)
#17A5BE
(23,165,190)
#2EAEC4
(46,174,196)
#45B7CA
(69,183,202)
#5CC0D0
(92,192,208)
#73C9D6
(115,201,214)
#8AD2DC
(138,210,220)
#A1DBE2
(161,219,226)
#B8E4E8
(184,228,232)
#CFEDEE
(207,237,238)
#E6F6F4
(230,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009CB8 color. Also use rgb(0,156,184) instead hex code.

Text Font Color

.myTextColor { color: #009CB8; }

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

This text font color is #009CB8.


Background Color

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

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

This div background color is #009CB8.


Border color

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

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

This div border color is #009CB8.


Opacity

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

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

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

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

This text has shadow with #009CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009CB8 on black background.


Color preview on white background

This text has color #009CB8 on white background.



Black color preview on #009CB8 background

This text has black color on #009CB8 background.


White color preview on #009CB8 background

This text has white color on #009CB8 background.