COLOR #5EC0F9

HEX: #5EC0F9
RGB: (94,192,249)

Color info

#5EC0F9 contains mainly green and blue colors. Web safe color of #5EC0F9 is #66CCFF (or #6CF).

RGB color model

#5EC0F9 color RGB value is (94,192,249).

  • red value is 94;
  • green value is 192;
  • blue value is 249.
RGB:
(94,192,249)
(37%,75%,98%)

RGB channels and saturation

R 94 of 255 = 37%
G 192 of 255 = 75%
B 249 of 255 = 98%

94
192
249

R + G + B ~ 70%. #5EC0F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 192 + 249 = 535 (100%)
R 94 of 535 ~ 17.57%
G 192 of 535 ~ 35.89%
B 249 of 535 ~ 46.54%

%17.57
%35.89
%46.54

CMYK color model

#5EC0F9 color CMYK value is (62,23,0,2).

  • cyan value is 62.25%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(62,23,0,2)
C62M23Y0K2 
(62%,23%,0%,2%)
(0.62/0.23/0.00/0.02)	

CMYK percentages

%62.25
%22.89
%0
%2.35

Codes

Color #5EC0F9 in popluar color models

5EC0F9
RGB94192249
HSL202°92.81%67.25%
HSB/HSV202°62.25%97.65%
CMYK62.25%22.89%0.00%
2.35%

Color #5EC0F9 in popluar number systems.

HEX5EC0F9
Decimal94192249
Binary10111101100000011111001
Octal136300371

Shades and tints

Shades of #5EC0F9

#5EC0F9
(94,192,249)
#56AFE3
(86,175,227)
#4E9ECD
(78,158,205)
#468DB7
(70,141,183)
#3E7CA1
(62,124,161)
#366B8B
(54,107,139)
#2E5A75
(46,90,117)
#26495F
(38,73,95)
#1E3849
(30,56,73)
#162733
(22,39,51)
#0E161D
(14,22,29)
#000000
(0,0,0)

Tints of #5EC0F9

#5EC0F9
(94,192,249)
#6CC5F9
(108,197,249)
#7ACAF9
(122,202,249)
#88CFF9
(136,207,249)
#96D4F9
(150,212,249)
#A4D9F9
(164,217,249)
#B2DEF9
(178,222,249)
#C0E3F9
(192,227,249)
#CEE8F9
(206,232,249)
#DCEDF9
(220,237,249)
#EAF2F9
(234,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC0F9 color. Also use rgb(94,192,249) instead hex code.

Text Font Color

.myTextColor { color: #5EC0F9; }

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

This text font color is #5EC0F9.


Background Color

.myBgColor { background-color: #5EC0F9; }

<div style="background-color:#5EC0F9">Inner text</div>

This div background color is #5EC0F9.


Border color

.myBorderColor { border: 1px solid #5EC0F9; }

<div style="border:3px solid #5EC0F9">Div</div>

This div border color is #5EC0F9.


Opacity

.myOpacity80 { color: #5EC0F9; opacity: 0.8; }

<p style="color:#5EC0F9;opacity:0.8;">80%</p>

Text with #5EC0F9 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 #5EC0F9;}

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

This text has shadow with #5EC0F9 color.

.textShadow {text-shadow: 3px 3px 1px #5EC0F9, 3px 3px 1px red;}

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

This text has shadow with #5EC0F9 primary color and red secondary color.


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

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

This text has shadow with #5EC0F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC0F9 on black background.


Color preview on white background

This text has color #5EC0F9 on white background.



Black color preview on #5EC0F9 background

This text has black color on #5EC0F9 background.


White color preview on #5EC0F9 background

This text has white color on #5EC0F9 background.