COLOR #0EBEEE

HEX: #0EBEEE
RGB: (14,190,238)

Color info

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

RGB color model

#0EBEEE color RGB value is (14,190,238).

  • red value is 14;
  • green value is 190;
  • blue value is 238.
RGB:
(14,190,238)
(5%,75%,93%)

RGB channels and saturation

R 14 of 255 = 5%
G 190 of 255 = 75%
B 238 of 255 = 93%

14
190
238

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

Portions of RGB colors in percentages

R + G + B =
14 + 190 + 238 = 442 (100%)
R 14 of 442 ~ 3.17%
G 190 of 442 ~ 42.99%
B 238 of 442 ~ 53.85%

%42.99
%53.85

CMYK color model

#0EBEEE color CMYK value is (94,20,0,7).

  • cyan value is 94.12%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(94,20,0,7)
C94M20Y0K7 
(94%,20%,0%,7%)
(0.94/0.20/0.00/0.07)	

CMYK percentages

%94.12
%20.17
%0
%6.67

Codes

Color #0EBEEE in popluar color models

0EBEEE
RGB14190238
HSL193°88.89%49.41%
HSB/HSV193°94.12%93.33%
CMYK94.12%20.17%0.00%
6.67%

Color #0EBEEE in popluar number systems.

HEX0EBEEE
Decimal14190238
Binary11101011111011101110
Octal16276356

Shades and tints

Shades of #0EBEEE

#0EBEEE
(14,190,238)
#0DADD9
(13,173,217)
#0C9CC4
(12,156,196)
#0B8BAF
(11,139,175)
#0A7A9A
(10,122,154)
#096985
(9,105,133)
#085870
(8,88,112)
#07475B
(7,71,91)
#063646
(6,54,70)
#052531
(5,37,49)
#04141C
(4,20,28)
#000000
(0,0,0)

Tints of #0EBEEE

#0EBEEE
(14,190,238)
#23C3EF
(35,195,239)
#38C8F0
(56,200,240)
#4DCDF1
(77,205,241)
#62D2F2
(98,210,242)
#77D7F3
(119,215,243)
#8CDCF4
(140,220,244)
#A1E1F5
(161,225,245)
#B6E6F6
(182,230,246)
#CBEBF7
(203,235,247)
#E0F0F8
(224,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EBEEE color. Also use rgb(14,190,238) instead hex code.

Text Font Color

.myTextColor { color: #0EBEEE; }

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

This text font color is #0EBEEE.


Background Color

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

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

This div background color is #0EBEEE.


Border color

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

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

This div border color is #0EBEEE.


Opacity

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

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

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

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

This text has shadow with #0EBEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EBEEE on black background.


Color preview on white background

This text has color #0EBEEE on white background.



Black color preview on #0EBEEE background

This text has black color on #0EBEEE background.


White color preview on #0EBEEE background

This text has white color on #0EBEEE background.