COLOR #5EAAF1

HEX: #5EAAF1
RGB: (94,170,241)

Color info

#5EAAF1 contains mainly blue color. Web safe color of #5EAAF1 is #6699FF (or #69F).

RGB color model

#5EAAF1 color RGB value is (94,170,241).

  • red value is 94;
  • green value is 170;
  • blue value is 241.
RGB:
(94,170,241)
(37%,67%,95%)

RGB channels and saturation

R 94 of 255 = 37%
G 170 of 255 = 67%
B 241 of 255 = 95%

94
170
241

R + G + B ~ 66%. #5EAAF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 170 + 241 = 505 (100%)
R 94 of 505 ~ 18.61%
G 170 of 505 ~ 33.66%
B 241 of 505 ~ 47.72%

%18.61
%33.66
%47.72

CMYK color model

#5EAAF1 color CMYK value is (61,29,0,5).

  • cyan value is 61.00%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(61,29,0,5)
C61M29Y0K5 
(61%,29%,0%,5%)
(0.61/0.29/0.00/0.05)	

CMYK percentages

%61
%29.46
%0
%5.49

Codes

Color #5EAAF1 in popluar color models

5EAAF1
RGB94170241
HSL209°84.00%65.69%
HSB/HSV209°61.00%94.51%
CMYK61.00%29.46%0.00%
5.49%

Color #5EAAF1 in popluar number systems.

HEX5EAAF1
Decimal94170241
Binary10111101010101011110001
Octal136252361

Shades and tints

Shades of #5EAAF1

#5EAAF1
(94,170,241)
#569BDC
(86,155,220)
#4E8CC7
(78,140,199)
#467DB2
(70,125,178)
#3E6E9D
(62,110,157)
#365F88
(54,95,136)
#2E5073
(46,80,115)
#26415E
(38,65,94)
#1E3249
(30,50,73)
#162334
(22,35,52)
#0E141F
(14,20,31)
#000000
(0,0,0)

Tints of #5EAAF1

#5EAAF1
(94,170,241)
#6CB1F2
(108,177,242)
#7AB8F3
(122,184,243)
#88BFF4
(136,191,244)
#96C6F5
(150,198,245)
#A4CDF6
(164,205,246)
#B2D4F7
(178,212,247)
#C0DBF8
(192,219,248)
#CEE2F9
(206,226,249)
#DCE9FA
(220,233,250)
#EAF0FB
(234,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAAF1 color. Also use rgb(94,170,241) instead hex code.

Text Font Color

.myTextColor { color: #5EAAF1; }

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

This text font color is #5EAAF1.


Background Color

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

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

This div background color is #5EAAF1.


Border color

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

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

This div border color is #5EAAF1.


Opacity

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

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

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

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

This text has shadow with #5EAAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAAF1 on black background.


Color preview on white background

This text has color #5EAAF1 on white background.



Black color preview on #5EAAF1 background

This text has black color on #5EAAF1 background.


White color preview on #5EAAF1 background

This text has white color on #5EAAF1 background.