COLOR #5EAEE8

HEX: #5EAEE8
RGB: (94,174,232)

Color info

#5EAEE8 contains mainly green and blue colors. Web safe color of #5EAEE8 is #6699FF (or #69F).

RGB color model

#5EAEE8 color RGB value is (94,174,232).

  • red value is 94;
  • green value is 174;
  • blue value is 232.
RGB: (94,174,232) (37%,68%,91%)

RGB channels and saturation

R 94 of 255 = 37%
G 174 of 255 = 68%
B 232 of 255 = 91%

94
174
232

R + G + B ~ 65%. #5EAEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 174 + 232 = 500 (100%)
R 94 of 500 ~ 18.8%
G 174 of 500 ~ 34.8%
B 232 of 500 ~ 46.4%

%18.8
%34.8
%46.4

CMYK color model

#5EAEE8 color CMYK value is (59,25,0,9).

  • cyan value is 59.48%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (59,25,0,9) C59M25Y0K9 (59%,25%,0%,9%) (0.59/0.25/0.00/0.09)

CMYK percentages

%59.48
%25
%0
%9.02

Codes

Color #5EAEE8 in popluar color models

5EAEE8
RGB94174232
HSL205°75.00%63.92%
HSB/HSV205°59.48%90.98%
CMYK59.48%25.00%0.00%
9.02%

Color #5EAEE8 in popluar number systems.

HEX5EAEE8
Decimal94174232
Binary10111101010111011101000
Octal136256350

Shades and tints

Shades of #5EAEE8

#5EAEE8
(94,174,232)
#569FD3
(86,159,211)
#4E90BE
(78,144,190)
#4681A9
(70,129,169)
#3E7294
(62,114,148)
#36637F
(54,99,127)
#2E546A
(46,84,106)
#264555
(38,69,85)
#1E3640
(30,54,64)
#16272B
(22,39,43)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #5EAEE8

#5EAEE8
(94,174,232)
#6CB5EA
(108,181,234)
#7ABCEC
(122,188,236)
#88C3EE
(136,195,238)
#96CAF0
(150,202,240)
#A4D1F2
(164,209,242)
#B2D8F4
(178,216,244)
#C0DFF6
(192,223,246)
#CEE6F8
(206,230,248)
#DCEDFA
(220,237,250)
#EAF4FC
(234,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAEE8; }

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

This text font color is #5EAEE8.


Background Color

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

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

This div background color is #5EAEE8.


Border color

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

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

This div border color is #5EAEE8.


Opacity

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

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

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

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

This text has shadow with #5EAEE8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5EAEE8 on black background.


Color preview on white background

This text has color #5EAEE8 on white background.



Black color preview on #5EAEE8 background

This text has black color on #5EAEE8 background.


White color preview on #5EAEE8 background

This text has white color on #5EAEE8 background.