COLOR #0F96CC

HEX: #0F96CC
RGB: (15,150,204)

Color info

#0F96CC contains mainly green and blue colors. Web safe color of #0F96CC is #0099CC (or #09C).

RGB color model

#0F96CC color RGB value is (15,150,204).

  • red value is 15;
  • green value is 150;
  • blue value is 204.
RGB:
(15,150,204)
(6%,59%,80%)

RGB channels and saturation

R 15 of 255 = 6%
G 150 of 255 = 59%
B 204 of 255 = 80%

15
150
204

R + G + B ~ 48%. #0F96CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 150 + 204 = 369 (100%)
R 15 of 369 ~ 4.07%
G 150 of 369 ~ 40.65%
B 204 of 369 ~ 55.28%

%40.65
%55.28

CMYK color model

#0F96CC color CMYK value is (93,26,0,20).

  • cyan value is 92.65%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(93,26,0,20)
C93M26Y0K20 
(93%,26%,0%,20%)
(0.93/0.26/0.00/0.20)	

CMYK percentages

%92.65
%26.47
%0
%20

Codes

Color #0F96CC in popluar color models

0F96CC
RGB15150204
HSL197°86.30%42.94%
HSB/HSV197°92.65%80.00%
CMYK92.65%26.47%0.00%
20.00%

Color #0F96CC in popluar number systems.

HEX0F96CC
Decimal15150204
Binary11111001011011001100
Octal17226314

Shades and tints

Shades of #0F96CC

#0F96CC
(15,150,204)
#0E89BA
(14,137,186)
#0D7CA8
(13,124,168)
#0C6F96
(12,111,150)
#0B6284
(11,98,132)
#0A5572
(10,85,114)
#094860
(9,72,96)
#083B4E
(8,59,78)
#072E3C
(7,46,60)
#06212A
(6,33,42)
#051418
(5,20,24)
#000000
(0,0,0)

Tints of #0F96CC

#0F96CC
(15,150,204)
#249FD0
(36,159,208)
#39A8D4
(57,168,212)
#4EB1D8
(78,177,216)
#63BADC
(99,186,220)
#78C3E0
(120,195,224)
#8DCCE4
(141,204,228)
#A2D5E8
(162,213,232)
#B7DEEC
(183,222,236)
#CCE7F0
(204,231,240)
#E1F0F4
(225,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F96CC color. Also use rgb(15,150,204) instead hex code.

Text Font Color

.myTextColor { color: #0F96CC; }

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

This text font color is #0F96CC.


Background Color

.myBgColor { background-color: #0F96CC; }

<div style="background-color:#0F96CC">Inner text</div>

This div background color is #0F96CC.


Border color

.myBorderColor { border: 1px solid #0F96CC; }

<div style="border:3px solid #0F96CC">Div</div>

This div border color is #0F96CC.


Opacity

.myOpacity80 { color: #0F96CC; opacity: 0.8; }

<p style="color:#0F96CC;opacity:0.8;">80%</p>

Text with #0F96CC 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 #0F96CC;}

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

This text has shadow with #0F96CC color.

.textShadow {text-shadow: 3px 3px 1px #0F96CC, 3px 3px 1px red;}

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

This text has shadow with #0F96CC primary color and red secondary color.


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

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

This text has shadow with #0F96CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F96CC on black background.


Color preview on white background

This text has color #0F96CC on white background.



Black color preview on #0F96CC background

This text has black color on #0F96CC background.


White color preview on #0F96CC background

This text has white color on #0F96CC background.