COLOR #5EB2D3

HEX: #5EB2D3 RGB: (94,178,211)

Color info

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

RGB color model

#5EB2D3 color RGB value is (94,178,211).

RGB: (94,178,211) (37%, 70%, 83%)

RGB channels and saturation

R 94 of 255 = 37%
G 178 of 255 = 70%
B 211 of 255 = 83%

94
178
211

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

Portions of RGB colors in percentages

R + G + B = 94 + 178 + 211 = 483 (100%)
R 94 of 483 ~ 19.46%
G 178 of 483 ~ 36.85%
B 211 of 483 ~ 43.69'%

%19.46
%36.85
%43.69

CMYK color model

#5EB2D3 color CMYK value is (55,16,0,17).

  • cyan value is 55.45%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (55,16,0,17)
C55M16Y0K17 (55%, 16%, 0%, 17%)
(0.55 / 0.16 / 0.00 / 0.17)

CMYK percentages

%55.45
%15.64
%0
%17.25

Codes

Color #5EB2D3 in popluar color models

5E B2 D3
RGB 94 178 211
HSL 197° 57.07% 59.80%
HSB/HSV 197° 55.45% 82.75%
CMYK 55.45% 15.64% 0.00%
17.25%

Color #5EB2D3 in popluar number systems.

HEX 5E B2 D3
Decimal 94 178 211
Binary 1011110 10110010 11010011
Octal 136 262 323

Shades and tints

Shades of #5EB2D3

#5EB2D3
(94,178,211)
#56A2C0
(86,162,192)
#4E92AD
(78,146,173)
#46829A
(70,130,154)
#3E7287
(62,114,135)
#366274
(54,98,116)
#2E5261
(46,82,97)
#26424E
(38,66,78)
#1E323B
(30,50,59)
#162228
(22,34,40)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #5EB2D3

#5EB2D3
(94,178,211)
#6CB9D7
(108,185,215)
#7AC0DB
(122,192,219)
#88C7DF
(136,199,223)
#96CEE3
(150,206,227)
#A4D5E7
(164,213,231)
#B2DCEB
(178,220,235)
#C0E3EF
(192,227,239)
#CEEAF3
(206,234,243)
#DCF1F7
(220,241,247)
#EAF8FB
(234,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB2D3 color. Also use rgb(94,178,211) instead hex code.

Text Font Color

.myTextColor { color: #5EB2D3; }

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

This text font color is #5EB2D3.

Background Color

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

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

This div background color is #5EB2D3.

Border color

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

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

This div border color is #5EB2D3.

Opacity

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

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

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

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

This text has shadow with #5EB2D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EB2D3.

Preview

Color preview on black background

This text has color #5EB2D3 on black background.


Color preview on white background

This text has color #5EB2D3 on white background.


Black color preview on #5EB2D3 background

This text has black color on #5EB2D3 background.


White color preview on #5EB2D3 background

This text has white color on #5EB2D3 background.


Related colors

Complementary color

Complementary color for #hex is #A14D2C.


I love getcolorcode.com

Triadic colors

1 #D35EB2 and #B2D35E with #5EB2D3 are triadic colors.

2 #D3B25E and #B25ED3 with #5EB2D3 are triadic colors.