COLOR #009FD7

HEX: #009FD7
RGB: (0,159,215)

Color info

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

RGB color model

#009FD7 color RGB value is (0,159,215).

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

RGB channels and saturation

R 0 of 255 = 0%
G 159 of 255 = 62%
B 215 of 255 = 84%

0
159
215

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

Portions of RGB colors in percentages

R + G + B =
0 + 159 + 215 = 374 (100%)
R 0 of 374 ~ 0%
G 159 of 374 ~ 42.51%
B 215 of 374 ~ 57.49%

%42.51
%57.49

CMYK color model

#009FD7 color CMYK value is (100,26,0,16).

  • cyan value is 100.00%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(100,26,0,16)
C100M26Y0K16 
(100%,26%,0%,16%)
(1.00/0.26/0.00/0.16)	

CMYK percentages

%100
%26.05
%0
%15.69

Codes

Color #009FD7 in popluar color models

009FD7
RGB0159215
HSL196°100.00%42.16%
HSB/HSV196°100.00%84.31%
CMYK100.00%26.05%0.00%
15.69%

Color #009FD7 in popluar number systems.

HEX009FD7
Decimal0159215
Binary01001111111010111
Octal0237327

Shades and tints

Shades of #009FD7

#009FD7
(0,159,215)
#0091C4
(0,145,196)
#0083B1
(0,131,177)
#00759E
(0,117,158)
#00678B
(0,103,139)
#005978
(0,89,120)
#004B65
(0,75,101)
#003D52
(0,61,82)
#002F3F
(0,47,63)
#00212C
(0,33,44)
#001319
(0,19,25)
#000000
(0,0,0)

Tints of #009FD7

#009FD7
(0,159,215)
#17A7DA
(23,167,218)
#2EAFDD
(46,175,221)
#45B7E0
(69,183,224)
#5CBFE3
(92,191,227)
#73C7E6
(115,199,230)
#8ACFE9
(138,207,233)
#A1D7EC
(161,215,236)
#B8DFEF
(184,223,239)
#CFE7F2
(207,231,242)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009FD7; }

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

This text font color is #009FD7.


Background Color

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

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

This div background color is #009FD7.


Border color

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

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

This div border color is #009FD7.


Opacity

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

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

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

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

This text has shadow with #009FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009FD7 on black background.


Color preview on white background

This text has color #009FD7 on white background.



Black color preview on #009FD7 background

This text has black color on #009FD7 background.


White color preview on #009FD7 background

This text has white color on #009FD7 background.