COLOR #5DBDE6

HEX: #5DBDE6
RGB: (93,189,230)

Color info

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

RGB color model

#5DBDE6 color RGB value is (93,189,230).

  • red value is 93;
  • green value is 189;
  • blue value is 230.
RGB:
(93,189,230)
(36%,74%,90%)

RGB channels and saturation

R 93 of 255 = 36%
G 189 of 255 = 74%
B 230 of 255 = 90%

93
189
230

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

Portions of RGB colors in percentages

R + G + B =
93 + 189 + 230 = 512 (100%)
R 93 of 512 ~ 18.16%
G 189 of 512 ~ 36.91%
B 230 of 512 ~ 44.92%

%18.16
%36.91
%44.92

CMYK color model

#5DBDE6 color CMYK value is (60,18,0,10).

  • cyan value is 59.57%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(60,18,0,10)
C60M18Y0K10 
(60%,18%,0%,10%)
(0.60/0.18/0.00/0.10)	

CMYK percentages

%59.57
%17.83
%0
%9.8

Codes

Color #5DBDE6 in popluar color models

5DBDE6
RGB93189230
HSL198°73.26%63.33%
HSB/HSV198°59.57%90.20%
CMYK59.57%17.83%0.00%
9.80%

Color #5DBDE6 in popluar number systems.

HEX5DBDE6
Decimal93189230
Binary10111011011110111100110
Octal135275346

Shades and tints

Shades of #5DBDE6

#5DBDE6
(93,189,230)
#55ACD2
(85,172,210)
#4D9BBE
(77,155,190)
#458AAA
(69,138,170)
#3D7996
(61,121,150)
#356882
(53,104,130)
#2D576E
(45,87,110)
#25465A
(37,70,90)
#1D3546
(29,53,70)
#152432
(21,36,50)
#0D131E
(13,19,30)
#000000
(0,0,0)

Tints of #5DBDE6

#5DBDE6
(93,189,230)
#6BC3E8
(107,195,232)
#79C9EA
(121,201,234)
#87CFEC
(135,207,236)
#95D5EE
(149,213,238)
#A3DBF0
(163,219,240)
#B1E1F2
(177,225,242)
#BFE7F4
(191,231,244)
#CDEDF6
(205,237,246)
#DBF3F8
(219,243,248)
#E9F9FA
(233,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBDE6 color. Also use rgb(93,189,230) instead hex code.

Text Font Color

.myTextColor { color: #5DBDE6; }

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

This text font color is #5DBDE6.


Background Color

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

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

This div background color is #5DBDE6.


Border color

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

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

This div border color is #5DBDE6.


Opacity

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

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

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

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

This text has shadow with #5DBDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBDE6 on black background.


Color preview on white background

This text has color #5DBDE6 on white background.



Black color preview on #5DBDE6 background

This text has black color on #5DBDE6 background.


White color preview on #5DBDE6 background

This text has white color on #5DBDE6 background.