COLOR #5BBDC2

HEX: #5BBDC2
RGB: (91,189,194)

Color info

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

RGB color model

#5BBDC2 color RGB value is (91,189,194).

  • red value is 91;
  • green value is 189;
  • blue value is 194.
RGB:
(91,189,194)
(36%,74%,76%)

RGB channels and saturation

R 91 of 255 = 36%
G 189 of 255 = 74%
B 194 of 255 = 76%

91
189
194

R + G + B ~ 62%. #5BBDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 189 + 194 = 474 (100%)
R 91 of 474 ~ 19.2%
G 189 of 474 ~ 39.87%
B 194 of 474 ~ 40.93%

%19.2
%39.87
%40.93

CMYK color model

#5BBDC2 color CMYK value is (53,3,0,24).

  • cyan value is 53.09%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(53,3,0,24)
C53M3Y0K24 
(53%,3%,0%,24%)
(0.53/0.03/0.00/0.24)	

CMYK percentages

%53.09
%2.58
%0
%23.92

Codes

Color #5BBDC2 in popluar color models

5BBDC2
RGB91189194
HSL183°45.78%55.88%
HSB/HSV183°53.09%76.08%
CMYK53.09%2.58%0.00%
23.92%

Color #5BBDC2 in popluar number systems.

HEX5BBDC2
Decimal91189194
Binary10110111011110111000010
Octal133275302

Shades and tints

Shades of #5BBDC2

#5BBDC2
(91,189,194)
#53ACB1
(83,172,177)
#4B9BA0
(75,155,160)
#438A8F
(67,138,143)
#3B797E
(59,121,126)
#33686D
(51,104,109)
#2B575C
(43,87,92)
#23464B
(35,70,75)
#1B353A
(27,53,58)
#132429
(19,36,41)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #5BBDC2

#5BBDC2
(91,189,194)
#69C3C7
(105,195,199)
#77C9CC
(119,201,204)
#85CFD1
(133,207,209)
#93D5D6
(147,213,214)
#A1DBDB
(161,219,219)
#AFE1E0
(175,225,224)
#BDE7E5
(189,231,229)
#CBEDEA
(203,237,234)
#D9F3EF
(217,243,239)
#E7F9F4
(231,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BBDC2 color. Also use rgb(91,189,194) instead hex code.

Text Font Color

.myTextColor { color: #5BBDC2; }

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

This text font color is #5BBDC2.


Background Color

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

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

This div background color is #5BBDC2.


Border color

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

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

This div border color is #5BBDC2.


Opacity

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

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

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

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

This text has shadow with #5BBDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BBDC2 on black background.


Color preview on white background

This text has color #5BBDC2 on white background.



Black color preview on #5BBDC2 background

This text has black color on #5BBDC2 background.


White color preview on #5BBDC2 background

This text has white color on #5BBDC2 background.