COLOR #5EAFDC

HEX: #5EAFDC
RGB: (94,175,220)

Color info

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

RGB color model

#5EAFDC color RGB value is (94,175,220).

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

RGB channels and saturation

R 94 of 255 = 37%
G 175 of 255 = 69%
B 220 of 255 = 86%

94
175
220

R + G + B ~ 64%. #5EAFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 175 + 220 = 489 (100%)
R 94 of 489 ~ 19.22%
G 175 of 489 ~ 35.79%
B 220 of 489 ~ 44.99%

%19.22
%35.79
%44.99

CMYK color model

#5EAFDC color CMYK value is (57,20,0,14).

  • cyan value is 57.27%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(57,20,0,14)
C57M20Y0K14 
(57%,20%,0%,14%)
(0.57/0.20/0.00/0.14)	

CMYK percentages

%57.27
%20.45
%0
%13.73

Codes

Color #5EAFDC in popluar color models

5EAFDC
RGB94175220
HSL201°64.29%61.57%
HSB/HSV201°57.27%86.27%
CMYK57.27%20.45%0.00%
13.73%

Color #5EAFDC in popluar number systems.

HEX5EAFDC
Decimal94175220
Binary10111101010111111011100
Octal136257334

Shades and tints

Shades of #5EAFDC

#5EAFDC
(94,175,220)
#56A0C8
(86,160,200)
#4E91B4
(78,145,180)
#4682A0
(70,130,160)
#3E738C
(62,115,140)
#366478
(54,100,120)
#2E5564
(46,85,100)
#264650
(38,70,80)
#1E373C
(30,55,60)
#162828
(22,40,40)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #5EAFDC

#5EAFDC
(94,175,220)
#6CB6DF
(108,182,223)
#7ABDE2
(122,189,226)
#88C4E5
(136,196,229)
#96CBE8
(150,203,232)
#A4D2EB
(164,210,235)
#B2D9EE
(178,217,238)
#C0E0F1
(192,224,241)
#CEE7F4
(206,231,244)
#DCEEF7
(220,238,247)
#EAF5FA
(234,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAFDC; }

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

This text font color is #5EAFDC.


Background Color

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

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

This div background color is #5EAFDC.


Border color

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

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

This div border color is #5EAFDC.


Opacity

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

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

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

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

This text has shadow with #5EAFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAFDC on black background.


Color preview on white background

This text has color #5EAFDC on white background.



Black color preview on #5EAFDC background

This text has black color on #5EAFDC background.


White color preview on #5EAFDC background

This text has white color on #5EAFDC background.