COLOR #5DB8EC

HEX: #5DB8EC
RGB: (93,184,236)

Color info

#5DB8EC contains mainly green and blue colors. Web safe color of #5DB8EC is #66CCFF (or #6CF).

RGB color model

#5DB8EC color RGB value is (93,184,236).

  • red value is 93;
  • green value is 184;
  • blue value is 236.
RGB:
(93,184,236)
(36%,72%,93%)

RGB channels and saturation

R 93 of 255 = 36%
G 184 of 255 = 72%
B 236 of 255 = 93%

93
184
236

R + G + B ~ 67%. #5DB8EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 184 + 236 = 513 (100%)
R 93 of 513 ~ 18.13%
G 184 of 513 ~ 35.87%
B 236 of 513 ~ 46%

%18.13
%35.87
%46

CMYK color model

#5DB8EC color CMYK value is (61,22,0,7).

  • cyan value is 60.59%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(61,22,0,7)
C61M22Y0K7 
(61%,22%,0%,7%)
(0.61/0.22/0.00/0.07)	

CMYK percentages

%60.59
%22.03
%0
%7.45

Codes

Color #5DB8EC in popluar color models

5DB8EC
RGB93184236
HSL202°79.01%64.51%
HSB/HSV202°60.59%92.55%
CMYK60.59%22.03%0.00%
7.45%

Color #5DB8EC in popluar number systems.

HEX5DB8EC
Decimal93184236
Binary10111011011100011101100
Octal135270354

Shades and tints

Shades of #5DB8EC

#5DB8EC
(93,184,236)
#55A8D7
(85,168,215)
#4D98C2
(77,152,194)
#4588AD
(69,136,173)
#3D7898
(61,120,152)
#356883
(53,104,131)
#2D586E
(45,88,110)
#254859
(37,72,89)
#1D3844
(29,56,68)
#15282F
(21,40,47)
#0D181A
(13,24,26)
#000000
(0,0,0)

Tints of #5DB8EC

#5DB8EC
(93,184,236)
#6BBEED
(107,190,237)
#79C4EE
(121,196,238)
#87CAEF
(135,202,239)
#95D0F0
(149,208,240)
#A3D6F1
(163,214,241)
#B1DCF2
(177,220,242)
#BFE2F3
(191,226,243)
#CDE8F4
(205,232,244)
#DBEEF5
(219,238,245)
#E9F4F6
(233,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB8EC color. Also use rgb(93,184,236) instead hex code.

Text Font Color

.myTextColor { color: #5DB8EC; }

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

This text font color is #5DB8EC.


Background Color

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

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

This div background color is #5DB8EC.


Border color

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

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

This div border color is #5DB8EC.


Opacity

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

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

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

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

This text has shadow with #5DB8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB8EC on black background.


Color preview on white background

This text has color #5DB8EC on white background.



Black color preview on #5DB8EC background

This text has black color on #5DB8EC background.


White color preview on #5DB8EC background

This text has white color on #5DB8EC background.