COLOR #5EBFDC

HEX: #5EBFDC
RGB: (94,191,220)

Color info

#5EBFDC contains mainly green and blue colors. Web safe color of #5EBFDC is #66CCCC (or #6CC).

RGB color model

#5EBFDC color RGB value is (94,191,220).

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

RGB channels and saturation

R 94 of 255 = 37%
G 191 of 255 = 75%
B 220 of 255 = 86%

94
191
220

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

Portions of RGB colors in percentages

R + G + B =
94 + 191 + 220 = 505 (100%)
R 94 of 505 ~ 18.61%
G 191 of 505 ~ 37.82%
B 220 of 505 ~ 43.56%

%18.61
%37.82
%43.56

CMYK color model

#5EBFDC color CMYK value is (57,13,0,14).

  • cyan value is 57.27%
  • magenta value is 13.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(57,13,0,14)
C57M13Y0K14 
(57%,13%,0%,14%)
(0.57/0.13/0.00/0.14)	

CMYK percentages

%57.27
%13.18
%0
%13.73

Codes

Color #5EBFDC in popluar color models

5EBFDC
RGB94191220
HSL194°64.29%61.57%
HSB/HSV194°57.27%86.27%
CMYK57.27%13.18%0.00%
13.73%

Color #5EBFDC in popluar number systems.

HEX5EBFDC
Decimal94191220
Binary10111101011111111011100
Octal136277334

Shades and tints

Shades of #5EBFDC

#5EBFDC
(94,191,220)
#56AEC8
(86,174,200)
#4E9DB4
(78,157,180)
#468CA0
(70,140,160)
#3E7B8C
(62,123,140)
#366A78
(54,106,120)
#2E5964
(46,89,100)
#264850
(38,72,80)
#1E373C
(30,55,60)
#162628
(22,38,40)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #5EBFDC

#5EBFDC
(94,191,220)
#6CC4DF
(108,196,223)
#7AC9E2
(122,201,226)
#88CEE5
(136,206,229)
#96D3E8
(150,211,232)
#A4D8EB
(164,216,235)
#B2DDEE
(178,221,238)
#C0E2F1
(192,226,241)
#CEE7F4
(206,231,244)
#DCECF7
(220,236,247)
#EAF1FA
(234,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EBFDC; }

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

This text font color is #5EBFDC.


Background Color

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

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

This div background color is #5EBFDC.


Border color

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

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

This div border color is #5EBFDC.


Opacity

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

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

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

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

This text has shadow with #5EBFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBFDC on black background.


Color preview on white background

This text has color #5EBFDC on white background.



Black color preview on #5EBFDC background

This text has black color on #5EBFDC background.


White color preview on #5EBFDC background

This text has white color on #5EBFDC background.