COLOR #009CF7

HEX: #009CF7
RGB: (0,156,247)

Color info

#009CF7 contains mainly blue color. Web safe color of #009CF7 is #0099FF (or #09F).

RGB color model

#009CF7 color RGB value is (0,156,247).

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

RGB channels and saturation

R 0 of 255 = 0%
G 156 of 255 = 61%
B 247 of 255 = 97%

0
156
247

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

Portions of RGB colors in percentages

R + G + B =
0 + 156 + 247 = 403 (100%)
R 0 of 403 ~ 0%
G 156 of 403 ~ 38.71%
B 247 of 403 ~ 61.29%

%38.71
%61.29

CMYK color model

#009CF7 color CMYK value is (100,37,0,3).

  • cyan value is 100.00%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(100,37,0,3)
C100M37Y0K3 
(100%,37%,0%,3%)
(1.00/0.37/0.00/0.03)	

CMYK percentages

%100
%36.84
%0
%3.14

Codes

Color #009CF7 in popluar color models

009CF7
RGB0156247
HSL202°100.00%48.43%
HSB/HSV202°100.00%96.86%
CMYK100.00%36.84%0.00%
3.14%

Color #009CF7 in popluar number systems.

HEX009CF7
Decimal0156247
Binary01001110011110111
Octal0234367

Shades and tints

Shades of #009CF7

#009CF7
(0,156,247)
#008EE1
(0,142,225)
#0080CB
(0,128,203)
#0072B5
(0,114,181)
#00649F
(0,100,159)
#005689
(0,86,137)
#004873
(0,72,115)
#003A5D
(0,58,93)
#002C47
(0,44,71)
#001E31
(0,30,49)
#00101B
(0,16,27)
#000000
(0,0,0)

Tints of #009CF7

#009CF7
(0,156,247)
#17A5F7
(23,165,247)
#2EAEF7
(46,174,247)
#45B7F7
(69,183,247)
#5CC0F7
(92,192,247)
#73C9F7
(115,201,247)
#8AD2F7
(138,210,247)
#A1DBF7
(161,219,247)
#B8E4F7
(184,228,247)
#CFEDF7
(207,237,247)
#E6F6F7
(230,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009CF7; }

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

This text font color is #009CF7.


Background Color

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

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

This div background color is #009CF7.


Border color

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

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

This div border color is #009CF7.


Opacity

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

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

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

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

This text has shadow with #009CF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009CF7 on black background.


Color preview on white background

This text has color #009CF7 on white background.



Black color preview on #009CF7 background

This text has black color on #009CF7 background.


White color preview on #009CF7 background

This text has white color on #009CF7 background.