COLOR #5EA5CE

HEX: #5EA5CE
RGB: (94,165,206)

Color info

#5EA5CE contains mainly green and blue colors. Web safe color of #5EA5CE is #6699CC (or #69C).

RGB color model

#5EA5CE color RGB value is (94,165,206).

  • red value is 94;
  • green value is 165;
  • blue value is 206.
RGB:
(94,165,206)
(37%,65%,81%)

RGB channels and saturation

R 94 of 255 = 37%
G 165 of 255 = 65%
B 206 of 255 = 81%

94
165
206

R + G + B ~ 61%. #5EA5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 165 + 206 = 465 (100%)
R 94 of 465 ~ 20.22%
G 165 of 465 ~ 35.48%
B 206 of 465 ~ 44.3%

%20.22
%35.48
%44.3

CMYK color model

#5EA5CE color CMYK value is (54,20,0,19).

  • cyan value is 54.37%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(54,20,0,19)
C54M20Y0K19 
(54%,20%,0%,19%)
(0.54/0.20/0.00/0.19)	

CMYK percentages

%54.37
%19.9
%0
%19.22

Codes

Color #5EA5CE in popluar color models

5EA5CE
RGB94165206
HSL202°53.33%58.82%
HSB/HSV202°54.37%80.78%
CMYK54.37%19.90%0.00%
19.22%

Color #5EA5CE in popluar number systems.

HEX5EA5CE
Decimal94165206
Binary10111101010010111001110
Octal136245316

Shades and tints

Shades of #5EA5CE

#5EA5CE
(94,165,206)
#5696BC
(86,150,188)
#4E87AA
(78,135,170)
#467898
(70,120,152)
#3E6986
(62,105,134)
#365A74
(54,90,116)
#2E4B62
(46,75,98)
#263C50
(38,60,80)
#1E2D3E
(30,45,62)
#161E2C
(22,30,44)
#0E0F1A
(14,15,26)
#000000
(0,0,0)

Tints of #5EA5CE

#5EA5CE
(94,165,206)
#6CADD2
(108,173,210)
#7AB5D6
(122,181,214)
#88BDDA
(136,189,218)
#96C5DE
(150,197,222)
#A4CDE2
(164,205,226)
#B2D5E6
(178,213,230)
#C0DDEA
(192,221,234)
#CEE5EE
(206,229,238)
#DCEDF2
(220,237,242)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA5CE color. Also use rgb(94,165,206) instead hex code.

Text Font Color

.myTextColor { color: #5EA5CE; }

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

This text font color is #5EA5CE.


Background Color

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

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

This div background color is #5EA5CE.


Border color

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

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

This div border color is #5EA5CE.


Opacity

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

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

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

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

This text has shadow with #5EA5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA5CE on black background.


Color preview on white background

This text has color #5EA5CE on white background.



Black color preview on #5EA5CE background

This text has black color on #5EA5CE background.


White color preview on #5EA5CE background

This text has white color on #5EA5CE background.