COLOR #5BCDE9

HEX: #5BCDE9
RGB: (91,205,233)

Color info

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

RGB color model

#5BCDE9 color RGB value is (91,205,233).

  • red value is 91;
  • green value is 205;
  • blue value is 233.
RGB:
(91,205,233)
(36%,80%,91%)

RGB channels and saturation

R 91 of 255 = 36%
G 205 of 255 = 80%
B 233 of 255 = 91%

91
205
233

R + G + B ~ 69%. #5BCDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 205 + 233 = 529 (100%)
R 91 of 529 ~ 17.2%
G 205 of 529 ~ 38.75%
B 233 of 529 ~ 44.05%

%17.2
%38.75
%44.05

CMYK color model

#5BCDE9 color CMYK value is (61,12,0,9).

  • cyan value is 60.94%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(61,12,0,9)
C61M12Y0K9 
(61%,12%,0%,9%)
(0.61/0.12/0.00/0.09)	

CMYK percentages

%60.94
%12.02
%0
%8.63

Codes

Color #5BCDE9 in popluar color models

5BCDE9
RGB91205233
HSL192°76.34%63.53%
HSB/HSV192°60.94%91.37%
CMYK60.94%12.02%0.00%
8.63%

Color #5BCDE9 in popluar number systems.

HEX5BCDE9
Decimal91205233
Binary10110111100110111101001
Octal133315351

Shades and tints

Shades of #5BCDE9

#5BCDE9
(91,205,233)
#53BBD4
(83,187,212)
#4BA9BF
(75,169,191)
#4397AA
(67,151,170)
#3B8595
(59,133,149)
#337380
(51,115,128)
#2B616B
(43,97,107)
#234F56
(35,79,86)
#1B3D41
(27,61,65)
#132B2C
(19,43,44)
#0B1917
(11,25,23)
#000000
(0,0,0)

Tints of #5BCDE9

#5BCDE9
(91,205,233)
#69D1EB
(105,209,235)
#77D5ED
(119,213,237)
#85D9EF
(133,217,239)
#93DDF1
(147,221,241)
#A1E1F3
(161,225,243)
#AFE5F5
(175,229,245)
#BDE9F7
(189,233,247)
#CBEDF9
(203,237,249)
#D9F1FB
(217,241,251)
#E7F5FD
(231,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BCDE9 color. Also use rgb(91,205,233) instead hex code.

Text Font Color

.myTextColor { color: #5BCDE9; }

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

This text font color is #5BCDE9.


Background Color

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

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

This div background color is #5BCDE9.


Border color

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

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

This div border color is #5BCDE9.


Opacity

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

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

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

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

This text has shadow with #5BCDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BCDE9 on black background.


Color preview on white background

This text has color #5BCDE9 on white background.



Black color preview on #5BCDE9 background

This text has black color on #5BCDE9 background.


White color preview on #5BCDE9 background

This text has white color on #5BCDE9 background.