COLOR #5EAEC8

HEX: #5EAEC8 RGB: (94,174,200)

Color info

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

RGB color model

#5EAEC8 color RGB value is (94,174,200).

RGB: (94,174,200) (37%, 68%, 78%)

RGB channels and saturation

R 94 of 255 = 37%
G 174 of 255 = 68%
B 200 of 255 = 78%

94
174
200

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

Portions of RGB colors in percentages

R + G + B = 94 + 174 + 200 = 468 (100%)
R 94 of 468 ~ 20.09%
G 174 of 468 ~ 37.18%
B 200 of 468 ~ 42.74'%

%20.09
%37.18
%42.74

CMYK color model

#5EAEC8 color CMYK value is (53,13,0,22).

  • cyan value is 53.00%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (53,13,0,22)
C53M13Y0K22 (53%, 13%, 0%, 22%)
(0.53 / 0.13 / 0.00 / 0.22)

CMYK percentages

%53
%13
%0
%21.57

Codes

Color #5EAEC8 in popluar color models

5E AE C8
RGB 94 174 200
HSL 195° 49.07% 57.65%
HSB/HSV 195° 53.00% 78.43%
CMYK 53.00% 13.00% 0.00%
21.57%

Color #5EAEC8 in popluar number systems.

HEX 5E AE C8
Decimal 94 174 200
Binary 1011110 10101110 11001000
Octal 136 256 310

Shades and tints

Shades of #5EAEC8

#5EAEC8
(94,174,200)
#569FB6
(86,159,182)
#4E90A4
(78,144,164)
#468192
(70,129,146)
#3E7280
(62,114,128)
#36636E
(54,99,110)
#2E545C
(46,84,92)
#26454A
(38,69,74)
#1E3638
(30,54,56)
#162726
(22,39,38)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #5EAEC8

#5EAEC8
(94,174,200)
#6CB5CD
(108,181,205)
#7ABCD2
(122,188,210)
#88C3D7
(136,195,215)
#96CADC
(150,202,220)
#A4D1E1
(164,209,225)
#B2D8E6
(178,216,230)
#C0DFEB
(192,223,235)
#CEE6F0
(206,230,240)
#DCEDF5
(220,237,245)
#EAF4FA
(234,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAEC8 color. Also use rgb(94,174,200) instead hex code.

Text Font Color

.myTextColor { color: #5EAEC8; }

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

This text font color is #5EAEC8.

Background Color

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

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

This div background color is #5EAEC8.

Border color

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

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

This div border color is #5EAEC8.

Opacity

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

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

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

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

This text has shadow with #5EAEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EAEC8.

Preview

Color preview on black background

This text has color #5EAEC8 on black background.


Color preview on white background

This text has color #5EAEC8 on white background.


Black color preview on #5EAEC8 background

This text has black color on #5EAEC8 background.


White color preview on #5EAEC8 background

This text has white color on #5EAEC8 background.


Related colors

Complementary color

Complementary color for #hex is #A15137.


I love getcolorcode.com

Triadic colors

1 #C85EAE and #AEC85E with #5EAEC8 are triadic colors.

2 #C8AE5E and #AE5EC8 with #5EAEC8 are triadic colors.