COLOR #5EAFE3

HEX: #5EAFE3
RGB: (94,175,227)

Color info

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

RGB color model

#5EAFE3 color RGB value is (94,175,227).

  • red value is 94;
  • green value is 175;
  • blue value is 227.
RGB:
(94,175,227)
(37%,69%,89%)

RGB channels and saturation

R 94 of 255 = 37%
G 175 of 255 = 69%
B 227 of 255 = 89%

94
175
227

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

Portions of RGB colors in percentages

R + G + B =
94 + 175 + 227 = 496 (100%)
R 94 of 496 ~ 18.95%
G 175 of 496 ~ 35.28%
B 227 of 496 ~ 45.77%

%18.95
%35.28
%45.77

CMYK color model

#5EAFE3 color CMYK value is (59,23,0,11).

  • cyan value is 58.59%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(59,23,0,11)
C59M23Y0K11 
(59%,23%,0%,11%)
(0.59/0.23/0.00/0.11)	

CMYK percentages

%58.59
%22.91
%0
%10.98

Codes

Color #5EAFE3 in popluar color models

5EAFE3
RGB94175227
HSL203°70.37%62.94%
HSB/HSV203°58.59%89.02%
CMYK58.59%22.91%0.00%
10.98%

Color #5EAFE3 in popluar number systems.

HEX5EAFE3
Decimal94175227
Binary10111101010111111100011
Octal136257343

Shades and tints

Shades of #5EAFE3

#5EAFE3
(94,175,227)
#56A0CF
(86,160,207)
#4E91BB
(78,145,187)
#4682A7
(70,130,167)
#3E7393
(62,115,147)
#36647F
(54,100,127)
#2E556B
(46,85,107)
#264657
(38,70,87)
#1E3743
(30,55,67)
#16282F
(22,40,47)
#0E191B
(14,25,27)
#000000
(0,0,0)

Tints of #5EAFE3

#5EAFE3
(94,175,227)
#6CB6E5
(108,182,229)
#7ABDE7
(122,189,231)
#88C4E9
(136,196,233)
#96CBEB
(150,203,235)
#A4D2ED
(164,210,237)
#B2D9EF
(178,217,239)
#C0E0F1
(192,224,241)
#CEE7F3
(206,231,243)
#DCEEF5
(220,238,245)
#EAF5F7
(234,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAFE3 color. Also use rgb(94,175,227) instead hex code.

Text Font Color

.myTextColor { color: #5EAFE3; }

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

This text font color is #5EAFE3.


Background Color

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

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

This div background color is #5EAFE3.


Border color

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

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

This div border color is #5EAFE3.


Opacity

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

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

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

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

This text has shadow with #5EAFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAFE3 on black background.


Color preview on white background

This text has color #5EAFE3 on white background.



Black color preview on #5EAFE3 background

This text has black color on #5EAFE3 background.


White color preview on #5EAFE3 background

This text has white color on #5EAFE3 background.