COLOR #5DB9EB

HEX: #5DB9EB
RGB: (93,185,235)

Color info

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

RGB color model

#5DB9EB color RGB value is (93,185,235).

  • red value is 93;
  • green value is 185;
  • blue value is 235.
RGB:
(93,185,235)
(36%,73%,92%)

RGB channels and saturation

R 93 of 255 = 36%
G 185 of 255 = 73%
B 235 of 255 = 92%

93
185
235

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

Portions of RGB colors in percentages

R + G + B =
93 + 185 + 235 = 513 (100%)
R 93 of 513 ~ 18.13%
G 185 of 513 ~ 36.06%
B 235 of 513 ~ 45.81%

%18.13
%36.06
%45.81

CMYK color model

#5DB9EB color CMYK value is (60,21,0,8).

  • cyan value is 60.43%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(60,21,0,8)
C60M21Y0K8 
(60%,21%,0%,8%)
(0.60/0.21/0.00/0.08)	

CMYK percentages

%60.43
%21.28
%0
%7.84

Codes

Color #5DB9EB in popluar color models

5DB9EB
RGB93185235
HSL201°78.02%64.31%
HSB/HSV201°60.43%92.16%
CMYK60.43%21.28%0.00%
7.84%

Color #5DB9EB in popluar number systems.

HEX5DB9EB
Decimal93185235
Binary10111011011100111101011
Octal135271353

Shades and tints

Shades of #5DB9EB

#5DB9EB
(93,185,235)
#55A9D6
(85,169,214)
#4D99C1
(77,153,193)
#4589AC
(69,137,172)
#3D7997
(61,121,151)
#356982
(53,105,130)
#2D596D
(45,89,109)
#254958
(37,73,88)
#1D3943
(29,57,67)
#15292E
(21,41,46)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #5DB9EB

#5DB9EB
(93,185,235)
#6BBFEC
(107,191,236)
#79C5ED
(121,197,237)
#87CBEE
(135,203,238)
#95D1EF
(149,209,239)
#A3D7F0
(163,215,240)
#B1DDF1
(177,221,241)
#BFE3F2
(191,227,242)
#CDE9F3
(205,233,243)
#DBEFF4
(219,239,244)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB9EB color. Also use rgb(93,185,235) instead hex code.

Text Font Color

.myTextColor { color: #5DB9EB; }

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

This text font color is #5DB9EB.


Background Color

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

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

This div background color is #5DB9EB.


Border color

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

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

This div border color is #5DB9EB.


Opacity

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

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

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

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

This text has shadow with #5DB9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB9EB on black background.


Color preview on white background

This text has color #5DB9EB on white background.



Black color preview on #5DB9EB background

This text has black color on #5DB9EB background.


White color preview on #5DB9EB background

This text has white color on #5DB9EB background.