COLOR #0EA3CA

HEX: #0EA3CA
RGB: (14,163,202)

Color info

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

RGB color model

#0EA3CA color RGB value is (14,163,202).

  • red value is 14;
  • green value is 163;
  • blue value is 202.
RGB:
(14,163,202)
(5%,64%,79%)

RGB channels and saturation

R 14 of 255 = 5%
G 163 of 255 = 64%
B 202 of 255 = 79%

14
163
202

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

Portions of RGB colors in percentages

R + G + B =
14 + 163 + 202 = 379 (100%)
R 14 of 379 ~ 3.69%
G 163 of 379 ~ 43.01%
B 202 of 379 ~ 53.3%

%43.01
%53.3

CMYK color model

#0EA3CA color CMYK value is (93,19,0,21).

  • cyan value is 93.07%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(93,19,0,21)
C93M19Y0K21 
(93%,19%,0%,21%)
(0.93/0.19/0.00/0.21)	

CMYK percentages

%93.07
%19.31
%0
%20.78

Codes

Color #0EA3CA in popluar color models

0EA3CA
RGB14163202
HSL192°87.04%42.35%
HSB/HSV192°93.07%79.22%
CMYK93.07%19.31%0.00%
20.78%

Color #0EA3CA in popluar number systems.

HEX0EA3CA
Decimal14163202
Binary11101010001111001010
Octal16243312

Shades and tints

Shades of #0EA3CA

#0EA3CA
(14,163,202)
#0D95B8
(13,149,184)
#0C87A6
(12,135,166)
#0B7994
(11,121,148)
#0A6B82
(10,107,130)
#095D70
(9,93,112)
#084F5E
(8,79,94)
#07414C
(7,65,76)
#06333A
(6,51,58)
#052528
(5,37,40)
#041716
(4,23,22)
#000000
(0,0,0)

Tints of #0EA3CA

#0EA3CA
(14,163,202)
#23ABCE
(35,171,206)
#38B3D2
(56,179,210)
#4DBBD6
(77,187,214)
#62C3DA
(98,195,218)
#77CBDE
(119,203,222)
#8CD3E2
(140,211,226)
#A1DBE6
(161,219,230)
#B6E3EA
(182,227,234)
#CBEBEE
(203,235,238)
#E0F3F2
(224,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EA3CA color. Also use rgb(14,163,202) instead hex code.

Text Font Color

.myTextColor { color: #0EA3CA; }

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

This text font color is #0EA3CA.


Background Color

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

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

This div background color is #0EA3CA.


Border color

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

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

This div border color is #0EA3CA.


Opacity

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

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

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

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

This text has shadow with #0EA3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EA3CA on black background.


Color preview on white background

This text has color #0EA3CA on white background.



Black color preview on #0EA3CA background

This text has black color on #0EA3CA background.


White color preview on #0EA3CA background

This text has white color on #0EA3CA background.