COLOR #0EC8F6

HEX: #0EC8F6
RGB: (14,200,246)

Color info

#0EC8F6 contains mainly green and blue colors. Web safe color of #0EC8F6 is #00CCFF (or #0CF).

RGB color model

#0EC8F6 color RGB value is (14,200,246).

  • red value is 14;
  • green value is 200;
  • blue value is 246.
RGB:
(14,200,246)
(5%,78%,96%)

RGB channels and saturation

R 14 of 255 = 5%
G 200 of 255 = 78%
B 246 of 255 = 96%

14
200
246

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

Portions of RGB colors in percentages

R + G + B =
14 + 200 + 246 = 460 (100%)
R 14 of 460 ~ 3.04%
G 200 of 460 ~ 43.48%
B 246 of 460 ~ 53.48%

%43.48
%53.48

CMYK color model

#0EC8F6 color CMYK value is (94,19,0,4).

  • cyan value is 94.31%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(94,19,0,4)
C94M19Y0K4 
(94%,19%,0%,4%)
(0.94/0.19/0.00/0.04)	

CMYK percentages

%94.31
%18.7
%0
%3.53

Codes

Color #0EC8F6 in popluar color models

0EC8F6
RGB14200246
HSL192°92.80%50.98%
HSB/HSV192°94.31%96.47%
CMYK94.31%18.70%0.00%
3.53%

Color #0EC8F6 in popluar number systems.

HEX0EC8F6
Decimal14200246
Binary11101100100011110110
Octal16310366

Shades and tints

Shades of #0EC8F6

#0EC8F6
(14,200,246)
#0DB6E0
(13,182,224)
#0CA4CA
(12,164,202)
#0B92B4
(11,146,180)
#0A809E
(10,128,158)
#096E88
(9,110,136)
#085C72
(8,92,114)
#074A5C
(7,74,92)
#063846
(6,56,70)
#052630
(5,38,48)
#04141A
(4,20,26)
#000000
(0,0,0)

Tints of #0EC8F6

#0EC8F6
(14,200,246)
#23CDF6
(35,205,246)
#38D2F6
(56,210,246)
#4DD7F6
(77,215,246)
#62DCF6
(98,220,246)
#77E1F6
(119,225,246)
#8CE6F6
(140,230,246)
#A1EBF6
(161,235,246)
#B6F0F6
(182,240,246)
#CBF5F6
(203,245,246)
#E0FAF6
(224,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EC8F6 color. Also use rgb(14,200,246) instead hex code.

Text Font Color

.myTextColor { color: #0EC8F6; }

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

This text font color is #0EC8F6.


Background Color

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

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

This div background color is #0EC8F6.


Border color

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

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

This div border color is #0EC8F6.


Opacity

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

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

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

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

This text has shadow with #0EC8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EC8F6 on black background.


Color preview on white background

This text has color #0EC8F6 on white background.



Black color preview on #0EC8F6 background

This text has black color on #0EC8F6 background.


White color preview on #0EC8F6 background

This text has white color on #0EC8F6 background.