COLOR #5DB9DF

HEX: #5DB9DF RGB: (93,185,223)

Color info

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

RGB color model

#5DB9DF color RGB value is (93,185,223).

RGB: (93,185,223) (36%, 73%, 87%)

RGB channels and saturation

R 93 of 255 = 36%
G 185 of 255 = 73%
B 223 of 255 = 87%

93
185
223

R + G + B ~ 65%. #5DB9DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 93 + 185 + 223 = 501 (100%)
R 93 of 501 ~ 18.56%
G 185 of 501 ~ 36.93%
B 223 of 501 ~ 44.51'%

%18.56
%36.93
%44.51

CMYK color model

#5DB9DF color CMYK value is (58,17,0,13).

  • cyan value is 58.30%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (58,17,0,13)
C58M17Y0K13 (58%, 17%, 0%, 13%)
(0.58 / 0.17 / 0.00 / 0.13)

CMYK percentages

%58.3
%17.04
%0
%12.55

Codes

Color #5DB9DF in popluar color models

5D B9 DF
RGB 93 185 223
HSL 198° 67.01% 61.96%
HSB/HSV 198° 58.30% 87.45%
CMYK 58.30% 17.04% 0.00%
12.55%

Color #5DB9DF in popluar number systems.

HEX 5D B9 DF
Decimal 93 185 223
Binary 1011101 10111001 11011111
Octal 135 271 337

Shades and tints

Shades of #5DB9DF

#5DB9DF
(93,185,223)
#55A9CB
(85,169,203)
#4D99B7
(77,153,183)
#4589A3
(69,137,163)
#3D798F
(61,121,143)
#35697B
(53,105,123)
#2D5967
(45,89,103)
#254953
(37,73,83)
#1D393F
(29,57,63)
#15292B
(21,41,43)
#0D1917
(13,25,23)
#000000
(0,0,0)

Tints of #5DB9DF

#5DB9DF
(93,185,223)
#6BBFE1
(107,191,225)
#79C5E3
(121,197,227)
#87CBE5
(135,203,229)
#95D1E7
(149,209,231)
#A3D7E9
(163,215,233)
#B1DDEB
(177,221,235)
#BFE3ED
(191,227,237)
#CDE9EF
(205,233,239)
#DBEFF1
(219,239,241)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB9DF; }

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

This text font color is #5DB9DF.

Background Color

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

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

This div background color is #5DB9DF.

Border color

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

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

This div border color is #5DB9DF.

Opacity

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

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

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

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

This text has shadow with #5DB9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB9DF.

Preview

Color preview on black background

This text has color #5DB9DF on black background.


Color preview on white background

This text has color #5DB9DF on white background.


Black color preview on #5DB9DF background

This text has black color on #5DB9DF background.


White color preview on #5DB9DF background

This text has white color on #5DB9DF background.


Related colors

Complementary color

Complementary color for #hex is #A24620.


I love getcolorcode.com

Triadic colors

1 #DF5DB9 and #B9DF5D with #5DB9DF are triadic colors.

2 #DFB95D and #B95DDF with #5DB9DF are triadic colors.