COLOR #009FCD

HEX: #009FCD
RGB: (0,159,205)

Color info

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

RGB color model

#009FCD color RGB value is (0,159,205).

  • red value is 0;
  • green value is 159;
  • blue value is 205.
RGB:
(0,159,205)
(0%,62%,80%)

RGB channels and saturation

R 0 of 255 = 0%
G 159 of 255 = 62%
B 205 of 255 = 80%

0
159
205

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

Portions of RGB colors in percentages

R + G + B =
0 + 159 + 205 = 364 (100%)
R 0 of 364 ~ 0%
G 159 of 364 ~ 43.68%
B 205 of 364 ~ 56.32%

%43.68
%56.32

CMYK color model

#009FCD color CMYK value is (100,22,0,20).

  • cyan value is 100.00%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(100,22,0,20)
C100M22Y0K20 
(100%,22%,0%,20%)
(1.00/0.22/0.00/0.20)	

CMYK percentages

%100
%22.44
%0
%19.61

Codes

Color #009FCD in popluar color models

009FCD
RGB0159205
HSL193°100.00%40.20%
HSB/HSV193°100.00%80.39%
CMYK100.00%22.44%0.00%
19.61%

Color #009FCD in popluar number systems.

HEX009FCD
Decimal0159205
Binary01001111111001101
Octal0237315

Shades and tints

Shades of #009FCD

#009FCD
(0,159,205)
#0091BB
(0,145,187)
#0083A9
(0,131,169)
#007597
(0,117,151)
#006785
(0,103,133)
#005973
(0,89,115)
#004B61
(0,75,97)
#003D4F
(0,61,79)
#002F3D
(0,47,61)
#00212B
(0,33,43)
#001319
(0,19,25)
#000000
(0,0,0)

Tints of #009FCD

#009FCD
(0,159,205)
#17A7D1
(23,167,209)
#2EAFD5
(46,175,213)
#45B7D9
(69,183,217)
#5CBFDD
(92,191,221)
#73C7E1
(115,199,225)
#8ACFE5
(138,207,229)
#A1D7E9
(161,215,233)
#B8DFED
(184,223,237)
#CFE7F1
(207,231,241)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009FCD color. Also use rgb(0,159,205) instead hex code.

Text Font Color

.myTextColor { color: #009FCD; }

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

This text font color is #009FCD.


Background Color

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

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

This div background color is #009FCD.


Border color

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

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

This div border color is #009FCD.


Opacity

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

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

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

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

This text has shadow with #009FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009FCD on black background.


Color preview on white background

This text has color #009FCD on white background.



Black color preview on #009FCD background

This text has black color on #009FCD background.


White color preview on #009FCD background

This text has white color on #009FCD background.