COLOR #5DD3EE

HEX: #5DD3EE
RGB: (93,211,238)

Color info

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

RGB color model

#5DD3EE color RGB value is (93,211,238).

  • red value is 93;
  • green value is 211;
  • blue value is 238.
RGB:
(93,211,238)
(36%,83%,93%)

RGB channels and saturation

R 93 of 255 = 36%
G 211 of 255 = 83%
B 238 of 255 = 93%

93
211
238

R + G + B ~ 71%. #5DD3EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 211 + 238 = 542 (100%)
R 93 of 542 ~ 17.16%
G 211 of 542 ~ 38.93%
B 238 of 542 ~ 43.91%

%17.16
%38.93
%43.91

CMYK color model

#5DD3EE color CMYK value is (61,11,0,7).

  • cyan value is 60.92%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(61,11,0,7)
C61M11Y0K7 
(61%,11%,0%,7%)
(0.61/0.11/0.00/0.07)	

CMYK percentages

%60.92
%11.34
%0
%6.67

Codes

Color #5DD3EE in popluar color models

5DD3EE
RGB93211238
HSL191°81.01%64.90%
HSB/HSV191°60.92%93.33%
CMYK60.92%11.34%0.00%
6.67%

Color #5DD3EE in popluar number systems.

HEX5DD3EE
Decimal93211238
Binary10111011101001111101110
Octal135323356

Shades and tints

Shades of #5DD3EE

#5DD3EE
(93,211,238)
#55C0D9
(85,192,217)
#4DADC4
(77,173,196)
#459AAF
(69,154,175)
#3D879A
(61,135,154)
#357485
(53,116,133)
#2D6170
(45,97,112)
#254E5B
(37,78,91)
#1D3B46
(29,59,70)
#152831
(21,40,49)
#0D151C
(13,21,28)
#000000
(0,0,0)

Tints of #5DD3EE

#5DD3EE
(93,211,238)
#6BD7EF
(107,215,239)
#79DBF0
(121,219,240)
#87DFF1
(135,223,241)
#95E3F2
(149,227,242)
#A3E7F3
(163,231,243)
#B1EBF4
(177,235,244)
#BFEFF5
(191,239,245)
#CDF3F6
(205,243,246)
#DBF7F7
(219,247,247)
#E9FBF8
(233,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DD3EE; }

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

This text font color is #5DD3EE.


Background Color

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

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

This div background color is #5DD3EE.


Border color

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

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

This div border color is #5DD3EE.


Opacity

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

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

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

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

This text has shadow with #5DD3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD3EE on black background.


Color preview on white background

This text has color #5DD3EE on white background.



Black color preview on #5DD3EE background

This text has black color on #5DD3EE background.


White color preview on #5DD3EE background

This text has white color on #5DD3EE background.