COLOR #5EC9ED

HEX: #5EC9ED
RGB: (94,201,237)

Color info

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

RGB color model

#5EC9ED color RGB value is (94,201,237).

  • red value is 94;
  • green value is 201;
  • blue value is 237.
RGB:
(94,201,237)
(37%,79%,93%)

RGB channels and saturation

R 94 of 255 = 37%
G 201 of 255 = 79%
B 237 of 255 = 93%

94
201
237

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

Portions of RGB colors in percentages

R + G + B =
94 + 201 + 237 = 532 (100%)
R 94 of 532 ~ 17.67%
G 201 of 532 ~ 37.78%
B 237 of 532 ~ 44.55%

%17.67
%37.78
%44.55

CMYK color model

#5EC9ED color CMYK value is (60,15,0,7).

  • cyan value is 60.34%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(60,15,0,7)
C60M15Y0K7 
(60%,15%,0%,7%)
(0.60/0.15/0.00/0.07)	

CMYK percentages

%60.34
%15.19
%0
%7.06

Codes

Color #5EC9ED in popluar color models

5EC9ED
RGB94201237
HSL195°79.89%64.90%
HSB/HSV195°60.34%92.94%
CMYK60.34%15.19%0.00%
7.06%

Color #5EC9ED in popluar number systems.

HEX5EC9ED
Decimal94201237
Binary10111101100100111101101
Octal136311355

Shades and tints

Shades of #5EC9ED

#5EC9ED
(94,201,237)
#56B7D8
(86,183,216)
#4EA5C3
(78,165,195)
#4693AE
(70,147,174)
#3E8199
(62,129,153)
#366F84
(54,111,132)
#2E5D6F
(46,93,111)
#264B5A
(38,75,90)
#1E3945
(30,57,69)
#162730
(22,39,48)
#0E151B
(14,21,27)
#000000
(0,0,0)

Tints of #5EC9ED

#5EC9ED
(94,201,237)
#6CCDEE
(108,205,238)
#7AD1EF
(122,209,239)
#88D5F0
(136,213,240)
#96D9F1
(150,217,241)
#A4DDF2
(164,221,242)
#B2E1F3
(178,225,243)
#C0E5F4
(192,229,244)
#CEE9F5
(206,233,245)
#DCEDF6
(220,237,246)
#EAF1F7
(234,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC9ED color. Also use rgb(94,201,237) instead hex code.

Text Font Color

.myTextColor { color: #5EC9ED; }

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

This text font color is #5EC9ED.


Background Color

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

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

This div background color is #5EC9ED.


Border color

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

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

This div border color is #5EC9ED.


Opacity

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

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

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

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

This text has shadow with #5EC9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC9ED on black background.


Color preview on white background

This text has color #5EC9ED on white background.



Black color preview on #5EC9ED background

This text has black color on #5EC9ED background.


White color preview on #5EC9ED background

This text has white color on #5EC9ED background.