COLOR #5BAFCE

HEX: #5BAFCE
RGB: (91,175,206)

Color info

#5BAFCE contains mainly green and blue colors. Web safe color of #5BAFCE is #6699CC (or #69C).

RGB color model

#5BAFCE color RGB value is (91,175,206).

  • red value is 91;
  • green value is 175;
  • blue value is 206.
RGB:
(91,175,206)
(36%,69%,81%)

RGB channels and saturation

R 91 of 255 = 36%
G 175 of 255 = 69%
B 206 of 255 = 81%

91
175
206

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

Portions of RGB colors in percentages

R + G + B =
91 + 175 + 206 = 472 (100%)
R 91 of 472 ~ 19.28%
G 175 of 472 ~ 37.08%
B 206 of 472 ~ 43.64%

%19.28
%37.08
%43.64

CMYK color model

#5BAFCE color CMYK value is (56,15,0,19).

  • cyan value is 55.83%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(56,15,0,19)
C56M15Y0K19 
(56%,15%,0%,19%)
(0.56/0.15/0.00/0.19)	

CMYK percentages

%55.83
%15.05
%0
%19.22

Codes

Color #5BAFCE in popluar color models

5BAFCE
RGB91175206
HSL196°53.99%58.24%
HSB/HSV196°55.83%80.78%
CMYK55.83%15.05%0.00%
19.22%

Color #5BAFCE in popluar number systems.

HEX5BAFCE
Decimal91175206
Binary10110111010111111001110
Octal133257316

Shades and tints

Shades of #5BAFCE

#5BAFCE
(91,175,206)
#53A0BC
(83,160,188)
#4B91AA
(75,145,170)
#438298
(67,130,152)
#3B7386
(59,115,134)
#336474
(51,100,116)
#2B5562
(43,85,98)
#234650
(35,70,80)
#1B373E
(27,55,62)
#13282C
(19,40,44)
#0B191A
(11,25,26)
#000000
(0,0,0)

Tints of #5BAFCE

#5BAFCE
(91,175,206)
#69B6D2
(105,182,210)
#77BDD6
(119,189,214)
#85C4DA
(133,196,218)
#93CBDE
(147,203,222)
#A1D2E2
(161,210,226)
#AFD9E6
(175,217,230)
#BDE0EA
(189,224,234)
#CBE7EE
(203,231,238)
#D9EEF2
(217,238,242)
#E7F5F6
(231,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAFCE color. Also use rgb(91,175,206) instead hex code.

Text Font Color

.myTextColor { color: #5BAFCE; }

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

This text font color is #5BAFCE.


Background Color

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

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

This div background color is #5BAFCE.


Border color

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

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

This div border color is #5BAFCE.


Opacity

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

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

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

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

This text has shadow with #5BAFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAFCE on black background.


Color preview on white background

This text has color #5BAFCE on white background.



Black color preview on #5BAFCE background

This text has black color on #5BAFCE background.


White color preview on #5BAFCE background

This text has white color on #5BAFCE background.