COLOR #5DD3E7

HEX: #5DD3E7 RGB: (93,211,231)

Color info

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

RGB color model

#5DD3E7 color RGB value is (93,211,231).

RGB: (93,211,231) (36%, 83%, 91%)

RGB channels and saturation

R 93 of 255 = 36%
G 211 of 255 = 83%
B 231 of 255 = 91%

93
211
231

R + G + B ~ 70%. #5DD3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 93 + 211 + 231 = 535 (100%)
R 93 of 535 ~ 17.38%
G 211 of 535 ~ 39.44%
B 231 of 535 ~ 43.18'%

%17.38
%39.44
%43.18

CMYK color model

#5DD3E7 color CMYK value is (60,9,0,9).

  • cyan value is 59.74%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (60,9,0,9)
C60M9Y0K9 (60%, 9%, 0%, 9%)
(0.60 / 0.09 / 0.00 / 0.09)

CMYK percentages

%59.74
%8.66
%0
%9.41

Codes

Color #5DD3E7 in popluar color models

5D D3 E7
RGB 93 211 231
HSL 189° 74.19% 63.53%
HSB/HSV 189° 59.74% 90.59%
CMYK 59.74% 8.66% 0.00%
9.41%

Color #5DD3E7 in popluar number systems.

HEX 5D D3 E7
Decimal 93 211 231
Binary 1011101 11010011 11100111
Octal 135 323 347

Shades and tints

Shades of #5DD3E7

#5DD3E7
(93,211,231)
#55C0D2
(85,192,210)
#4DADBD
(77,173,189)
#459AA8
(69,154,168)
#3D8793
(61,135,147)
#35747E
(53,116,126)
#2D6169
(45,97,105)
#254E54
(37,78,84)
#1D3B3F
(29,59,63)
#15282A
(21,40,42)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #5DD3E7

#5DD3E7
(93,211,231)
#6BD7E9
(107,215,233)
#79DBEB
(121,219,235)
#87DFED
(135,223,237)
#95E3EF
(149,227,239)
#A3E7F1
(163,231,241)
#B1EBF3
(177,235,243)
#BFEFF5
(191,239,245)
#CDF3F7
(205,243,247)
#DBF7F9
(219,247,249)
#E9FBFB
(233,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DD3E7 color. Also use rgb(93,211,231) instead hex code.

Text Font Color

.myTextColor { color: #5DD3E7; }

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

This text font color is #5DD3E7.

Background Color

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

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

This div background color is #5DD3E7.

Border color

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

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

This div border color is #5DD3E7.

Opacity

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

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

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

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

This text has shadow with #5DD3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DD3E7.

Preview

Color preview on black background

This text has color #5DD3E7 on black background.


Color preview on white background

This text has color #5DD3E7 on white background.


Black color preview on #5DD3E7 background

This text has black color on #5DD3E7 background.


White color preview on #5DD3E7 background

This text has white color on #5DD3E7 background.


Related colors

Complementary color

Complementary color for #hex is #A22C18.


I love getcolorcode.com

Triadic colors

1 #E75DD3 and #D3E75D with #5DD3E7 are triadic colors.

2 #E7D35D and #D35DE7 with #5DD3E7 are triadic colors.