COLOR #5EA8C1

HEX: #5EA8C1
RGB: (94,168,193)

Color info

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

RGB color model

#5EA8C1 color RGB value is (94,168,193).

  • red value is 94;
  • green value is 168;
  • blue value is 193.
RGB:
(94,168,193)
(37%,66%,76%)

RGB channels and saturation

R 94 of 255 = 37%
G 168 of 255 = 66%
B 193 of 255 = 76%

94
168
193

R + G + B ~ 60%. #5EA8C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 168 + 193 = 455 (100%)
R 94 of 455 ~ 20.66%
G 168 of 455 ~ 36.92%
B 193 of 455 ~ 42.42%

%20.66
%36.92
%42.42

CMYK color model

#5EA8C1 color CMYK value is (51,13,0,24).

  • cyan value is 51.30%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(51,13,0,24)
C51M13Y0K24 
(51%,13%,0%,24%)
(0.51/0.13/0.00/0.24)	

CMYK percentages

%51.3
%12.95
%0
%24.31

Codes

Color #5EA8C1 in popluar color models

5EA8C1
RGB94168193
HSL195°44.39%56.27%
HSB/HSV195°51.30%75.69%
CMYK51.30%12.95%0.00%
24.31%

Color #5EA8C1 in popluar number systems.

HEX5EA8C1
Decimal94168193
Binary10111101010100011000001
Octal136250301

Shades and tints

Shades of #5EA8C1

#5EA8C1
(94,168,193)
#5699B0
(86,153,176)
#4E8A9F
(78,138,159)
#467B8E
(70,123,142)
#3E6C7D
(62,108,125)
#365D6C
(54,93,108)
#2E4E5B
(46,78,91)
#263F4A
(38,63,74)
#1E3039
(30,48,57)
#162128
(22,33,40)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #5EA8C1

#5EA8C1
(94,168,193)
#6CAFC6
(108,175,198)
#7AB6CB
(122,182,203)
#88BDD0
(136,189,208)
#96C4D5
(150,196,213)
#A4CBDA
(164,203,218)
#B2D2DF
(178,210,223)
#C0D9E4
(192,217,228)
#CEE0E9
(206,224,233)
#DCE7EE
(220,231,238)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA8C1 color. Also use rgb(94,168,193) instead hex code.

Text Font Color

.myTextColor { color: #5EA8C1; }

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

This text font color is #5EA8C1.


Background Color

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

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

This div background color is #5EA8C1.


Border color

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

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

This div border color is #5EA8C1.


Opacity

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

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

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

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

This text has shadow with #5EA8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA8C1 on black background.


Color preview on white background

This text has color #5EA8C1 on white background.



Black color preview on #5EA8C1 background

This text has black color on #5EA8C1 background.


White color preview on #5EA8C1 background

This text has white color on #5EA8C1 background.