COLOR #5EB3D1

HEX: #5EB3D1 RGB: (94,179,209)

Color info

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

RGB color model

#5EB3D1 color RGB value is (94,179,209).

RGB: (94,179,209) (37%, 70%, 82%)

RGB channels and saturation

R 94 of 255 = 37%
G 179 of 255 = 70%
B 209 of 255 = 82%

94
179
209

R + G + B ~ 63%. #5EB3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 179 + 209 = 482 (100%)
R 94 of 482 ~ 19.5%
G 179 of 482 ~ 37.14%
B 209 of 482 ~ 43.36'%

%19.5
%37.14
%43.36

CMYK color model

#5EB3D1 color CMYK value is (55,14,0,18).

  • cyan value is 55.02%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (55,14,0,18)
C55M14Y0K18 (55%, 14%, 0%, 18%)
(0.55 / 0.14 / 0.00 / 0.18)

CMYK percentages

%55.02
%14.35
%0
%18.04

Codes

Color #5EB3D1 in popluar color models

5E B3 D1
RGB 94 179 209
HSL 196° 55.56% 59.41%
HSB/HSV 196° 55.02% 81.96%
CMYK 55.02% 14.35% 0.00%
18.04%

Color #5EB3D1 in popluar number systems.

HEX 5E B3 D1
Decimal 94 179 209
Binary 1011110 10110011 11010001
Octal 136 263 321

Shades and tints

Shades of #5EB3D1

#5EB3D1
(94,179,209)
#56A3BE
(86,163,190)
#4E93AB
(78,147,171)
#468398
(70,131,152)
#3E7385
(62,115,133)
#366372
(54,99,114)
#2E535F
(46,83,95)
#26434C
(38,67,76)
#1E3339
(30,51,57)
#162326
(22,35,38)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #5EB3D1

#5EB3D1
(94,179,209)
#6CB9D5
(108,185,213)
#7ABFD9
(122,191,217)
#88C5DD
(136,197,221)
#96CBE1
(150,203,225)
#A4D1E5
(164,209,229)
#B2D7E9
(178,215,233)
#C0DDED
(192,221,237)
#CEE3F1
(206,227,241)
#DCE9F5
(220,233,245)
#EAEFF9
(234,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB3D1 color. Also use rgb(94,179,209) instead hex code.

Text Font Color

.myTextColor { color: #5EB3D1; }

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

This text font color is #5EB3D1.

Background Color

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

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

This div background color is #5EB3D1.

Border color

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

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

This div border color is #5EB3D1.

Opacity

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

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

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

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

This text has shadow with #5EB3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EB3D1.

Preview

Color preview on black background

This text has color #5EB3D1 on black background.


Color preview on white background

This text has color #5EB3D1 on white background.


Black color preview on #5EB3D1 background

This text has black color on #5EB3D1 background.


White color preview on #5EB3D1 background

This text has white color on #5EB3D1 background.


Related colors

Complementary color

Complementary color for #hex is #A14C2E.


I love getcolorcode.com

Triadic colors

1 #D15EB3 and #B3D15E with #5EB3D1 are triadic colors.

2 #D1B35E and #B35ED1 with #5EB3D1 are triadic colors.