COLOR #5EA4D2

HEX: #5EA4D2
RGB: (94,164,210)

Color info

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

RGB color model

#5EA4D2 color RGB value is (94,164,210).

  • red value is 94;
  • green value is 164;
  • blue value is 210.
RGB:
(94,164,210)
(37%,64%,82%)

RGB channels and saturation

R 94 of 255 = 37%
G 164 of 255 = 64%
B 210 of 255 = 82%

94
164
210

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

Portions of RGB colors in percentages

R + G + B =
94 + 164 + 210 = 468 (100%)
R 94 of 468 ~ 20.09%
G 164 of 468 ~ 35.04%
B 210 of 468 ~ 44.87%

%20.09
%35.04
%44.87

CMYK color model

#5EA4D2 color CMYK value is (55,22,0,18).

  • cyan value is 55.24%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(55,22,0,18)
C55M22Y0K18 
(55%,22%,0%,18%)
(0.55/0.22/0.00/0.18)	

CMYK percentages

%55.24
%21.9
%0
%17.65

Codes

Color #5EA4D2 in popluar color models

5EA4D2
RGB94164210
HSL204°56.31%59.61%
HSB/HSV204°55.24%82.35%
CMYK55.24%21.90%0.00%
17.65%

Color #5EA4D2 in popluar number systems.

HEX5EA4D2
Decimal94164210
Binary10111101010010011010010
Octal136244322

Shades and tints

Shades of #5EA4D2

#5EA4D2
(94,164,210)
#5696BF
(86,150,191)
#4E88AC
(78,136,172)
#467A99
(70,122,153)
#3E6C86
(62,108,134)
#365E73
(54,94,115)
#2E5060
(46,80,96)
#26424D
(38,66,77)
#1E343A
(30,52,58)
#162627
(22,38,39)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #5EA4D2

#5EA4D2
(94,164,210)
#6CACD6
(108,172,214)
#7AB4DA
(122,180,218)
#88BCDE
(136,188,222)
#96C4E2
(150,196,226)
#A4CCE6
(164,204,230)
#B2D4EA
(178,212,234)
#C0DCEE
(192,220,238)
#CEE4F2
(206,228,242)
#DCECF6
(220,236,246)
#EAF4FA
(234,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA4D2 color. Also use rgb(94,164,210) instead hex code.

Text Font Color

.myTextColor { color: #5EA4D2; }

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

This text font color is #5EA4D2.


Background Color

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

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

This div background color is #5EA4D2.


Border color

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

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

This div border color is #5EA4D2.


Opacity

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

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

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

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

This text has shadow with #5EA4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA4D2 on black background.


Color preview on white background

This text has color #5EA4D2 on white background.



Black color preview on #5EA4D2 background

This text has black color on #5EA4D2 background.


White color preview on #5EA4D2 background

This text has white color on #5EA4D2 background.