COLOR #0E93B3

HEX: #0E93B3
RGB: (14,147,179)

Color info

#0E93B3 contains mainly green and blue colors. Web safe color of #0E93B3 is #009999 (or #099).

RGB color model

#0E93B3 color RGB value is (14,147,179).

  • red value is 14;
  • green value is 147;
  • blue value is 179.
RGB:
(14,147,179)
(5%,58%,70%)

RGB channels and saturation

R 14 of 255 = 5%
G 147 of 255 = 58%
B 179 of 255 = 70%

14
147
179

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

Portions of RGB colors in percentages

R + G + B =
14 + 147 + 179 = 340 (100%)
R 14 of 340 ~ 4.12%
G 147 of 340 ~ 43.24%
B 179 of 340 ~ 52.65%

%43.24
%52.65

CMYK color model

#0E93B3 color CMYK value is (92,18,0,30).

  • cyan value is 92.18%
  • magenta value is 17.88%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(92,18,0,30)
C92M18Y0K30 
(92%,18%,0%,30%)
(0.92/0.18/0.00/0.30)	

CMYK percentages

%92.18
%17.88
%0
%29.8

Codes

Color #0E93B3 in popluar color models

0E93B3
RGB14147179
HSL192°85.49%37.84%
HSB/HSV192°92.18%70.20%
CMYK92.18%17.88%0.00%
29.80%

Color #0E93B3 in popluar number systems.

HEX0E93B3
Decimal14147179
Binary11101001001110110011
Octal16223263

Shades and tints

Shades of #0E93B3

#0E93B3
(14,147,179)
#0D86A3
(13,134,163)
#0C7993
(12,121,147)
#0B6C83
(11,108,131)
#0A5F73
(10,95,115)
#095263
(9,82,99)
#084553
(8,69,83)
#073843
(7,56,67)
#062B33
(6,43,51)
#051E23
(5,30,35)
#041113
(4,17,19)
#000000
(0,0,0)

Tints of #0E93B3

#0E93B3
(14,147,179)
#239CB9
(35,156,185)
#38A5BF
(56,165,191)
#4DAEC5
(77,174,197)
#62B7CB
(98,183,203)
#77C0D1
(119,192,209)
#8CC9D7
(140,201,215)
#A1D2DD
(161,210,221)
#B6DBE3
(182,219,227)
#CBE4E9
(203,228,233)
#E0EDEF
(224,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E93B3 color. Also use rgb(14,147,179) instead hex code.

Text Font Color

.myTextColor { color: #0E93B3; }

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

This text font color is #0E93B3.


Background Color

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

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

This div background color is #0E93B3.


Border color

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

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

This div border color is #0E93B3.


Opacity

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

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

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

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

This text has shadow with #0E93B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E93B3 on black background.


Color preview on white background

This text has color #0E93B3 on white background.



Black color preview on #0E93B3 background

This text has black color on #0E93B3 background.


White color preview on #0E93B3 background

This text has white color on #0E93B3 background.