COLOR #5EA6D5

HEX: #5EA6D5 RGB: (94,166,213)

Color info

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

RGB color model

#5EA6D5 color RGB value is (94,166,213).

RGB: (94,166,213) (37%, 65%, 84%)

RGB channels and saturation

R 94 of 255 = 37%
G 166 of 255 = 65%
B 213 of 255 = 84%

94
166
213

R + G + B ~ 62%. #5EA6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 166 + 213 = 473 (100%)
R 94 of 473 ~ 19.87%
G 166 of 473 ~ 35.1%
B 213 of 473 ~ 45.03'%

%19.87
%35.1
%45.03

CMYK color model

#5EA6D5 color CMYK value is (56,22,0,16).

  • cyan value is 55.87%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (56,22,0,16) C56M22Y0K16 (56%,22%,0%,16%) (0.56/0.22/0.00/0.16) 

CMYK percentages

%55.87
%22.07
%0
%16.47

Codes

Color #5EA6D5 in popluar color models

5E A6 D5
RGB 94 166 213
HSL 204° 58.62% 60.20%
HSB/HSV 204° 55.87% 83.53%
CMYK 55.87% 22.07% 0.00%
16.47%

Color #5EA6D5 in popluar number systems.

HEX 5E A6 D5
Decimal 94 166 213
Binary 1011110 10100110 11010101
Octal 136 246 325

Shades and tints

Shades of #5EA6D5

#5EA6D5
(94,166,213)
#5697C2
(86,151,194)
#4E88AF
(78,136,175)
#46799C
(70,121,156)
#3E6A89
(62,106,137)
#365B76
(54,91,118)
#2E4C63
(46,76,99)
#263D50
(38,61,80)
#1E2E3D
(30,46,61)
#161F2A
(22,31,42)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #5EA6D5

#5EA6D5
(94,166,213)
#6CAED8
(108,174,216)
#7AB6DB
(122,182,219)
#88BEDE
(136,190,222)
#96C6E1
(150,198,225)
#A4CEE4
(164,206,228)
#B2D6E7
(178,214,231)
#C0DEEA
(192,222,234)
#CEE6ED
(206,230,237)
#DCEEF0
(220,238,240)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA6D5 color. Also use rgb(94,166,213) instead hex code.

Text Font Color

.myTextColor { color: #5EA6D5; }

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

This text font color is #5EA6D5.

Background Color

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

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

This div background color is #5EA6D5.

Border color

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

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

This div border color is #5EA6D5.

Opacity

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

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

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

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

This text has shadow with #5EA6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA6D5.

Preview

Color preview on black background

This text has color #5EA6D5 on black background.


Color preview on white background

This text has color #5EA6D5 on white background.


Black color preview on #5EA6D5 background

This text has black color on #5EA6D5 background.


White color preview on #5EA6D5 background

This text has white color on #5EA6D5 background.


Related colors

Complementary color

Complementary color for #hex is #A1592A.


I love getcolorcode.com

Triadic colors

1 #D55EA6 and #A6D55E with #5EA6D5 are triadic colors.

2 #D5A65E and #A65ED5 with #5EA6D5 are triadic colors.