COLOR #5EAFE7

HEX: #5EAFE7 RGB: (94,175,231)

Color info

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

RGB color model

#5EAFE7 color RGB value is (94,175,231).

RGB: (94,175,231) (37%, 69%, 91%)

RGB channels and saturation

R 94 of 255 = 37%
G 175 of 255 = 69%
B 231 of 255 = 91%

94
175
231

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

Portions of RGB colors in percentages

R + G + B = 94 + 175 + 231 = 500 (100%)
R 94 of 500 ~ 18.8%
G 175 of 500 ~ 35%
B 231 of 500 ~ 46.2'%

%18.8
%35
%46.2

CMYK color model

#5EAFE7 color CMYK value is (59,24,0,9).

  • cyan value is 59.31%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (59,24,0,9)
C59M24Y0K9 (59%, 24%, 0%, 9%)
(0.59 / 0.24 / 0.00 / 0.09)

CMYK percentages

%59.31
%24.24
%0
%9.41

Codes

Color #5EAFE7 in popluar color models

5E AF E7
RGB 94 175 231
HSL 205° 74.05% 63.73%
HSB/HSV 205° 59.31% 90.59%
CMYK 59.31% 24.24% 0.00%
9.41%

Color #5EAFE7 in popluar number systems.

HEX 5E AF E7
Decimal 94 175 231
Binary 1011110 10101111 11100111
Octal 136 257 347

Shades and tints

Shades of #5EAFE7

#5EAFE7
(94,175,231)
#56A0D2
(86,160,210)
#4E91BD
(78,145,189)
#4682A8
(70,130,168)
#3E7393
(62,115,147)
#36647E
(54,100,126)
#2E5569
(46,85,105)
#264654
(38,70,84)
#1E373F
(30,55,63)
#16282A
(22,40,42)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #5EAFE7

#5EAFE7
(94,175,231)
#6CB6E9
(108,182,233)
#7ABDEB
(122,189,235)
#88C4ED
(136,196,237)
#96CBEF
(150,203,239)
#A4D2F1
(164,210,241)
#B2D9F3
(178,217,243)
#C0E0F5
(192,224,245)
#CEE7F7
(206,231,247)
#DCEEF9
(220,238,249)
#EAF5FB
(234,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAFE7; }

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

This text font color is #5EAFE7.

Background Color

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

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

This div background color is #5EAFE7.

Border color

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

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

This div border color is #5EAFE7.

Opacity

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

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

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

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

This text has shadow with #5EAFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EAFE7.

Preview

Color preview on black background

This text has color #5EAFE7 on black background.


Color preview on white background

This text has color #5EAFE7 on white background.


Black color preview on #5EAFE7 background

This text has black color on #5EAFE7 background.


White color preview on #5EAFE7 background

This text has white color on #5EAFE7 background.


Related colors

Complementary color

Complementary color for #hex is #A15018.


I love getcolorcode.com

Triadic colors

1 #E75EAF and #AFE75E with #5EAFE7 are triadic colors.

2 #E7AF5E and #AF5EE7 with #5EAFE7 are triadic colors.