COLOR #5BAFDA

HEX: #5BAFDA
RGB: (91,175,218)

Color info

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

RGB color model

#5BAFDA color RGB value is (91,175,218).

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

RGB channels and saturation

R 91 of 255 = 36%
G 175 of 255 = 69%
B 218 of 255 = 85%

91
175
218

R + G + B ~ 63%. #5BAFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 175 + 218 = 484 (100%)
R 91 of 484 ~ 18.8%
G 175 of 484 ~ 36.16%
B 218 of 484 ~ 45.04%

%18.8
%36.16
%45.04

CMYK color model

#5BAFDA color CMYK value is (58,20,0,15).

  • cyan value is 58.26%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(58,20,0,15)
C58M20Y0K15 
(58%,20%,0%,15%)
(0.58/0.20/0.00/0.15)	

CMYK percentages

%58.26
%19.72
%0
%14.51

Codes

Color #5BAFDA in popluar color models

5BAFDA
RGB91175218
HSL200°63.18%60.59%
HSB/HSV200°58.26%85.49%
CMYK58.26%19.72%0.00%
14.51%

Color #5BAFDA in popluar number systems.

HEX5BAFDA
Decimal91175218
Binary10110111010111111011010
Octal133257332

Shades and tints

Shades of #5BAFDA

#5BAFDA
(91,175,218)
#53A0C7
(83,160,199)
#4B91B4
(75,145,180)
#4382A1
(67,130,161)
#3B738E
(59,115,142)
#33647B
(51,100,123)
#2B5568
(43,85,104)
#234655
(35,70,85)
#1B3742
(27,55,66)
#13282F
(19,40,47)
#0B191C
(11,25,28)
#000000
(0,0,0)

Tints of #5BAFDA

#5BAFDA
(91,175,218)
#69B6DD
(105,182,221)
#77BDE0
(119,189,224)
#85C4E3
(133,196,227)
#93CBE6
(147,203,230)
#A1D2E9
(161,210,233)
#AFD9EC
(175,217,236)
#BDE0EF
(189,224,239)
#CBE7F2
(203,231,242)
#D9EEF5
(217,238,245)
#E7F5F8
(231,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BAFDA; }

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

This text font color is #5BAFDA.


Background Color

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

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

This div background color is #5BAFDA.


Border color

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

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

This div border color is #5BAFDA.


Opacity

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

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

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

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

This text has shadow with #5BAFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAFDA on black background.


Color preview on white background

This text has color #5BAFDA on white background.



Black color preview on #5BAFDA background

This text has black color on #5BAFDA background.


White color preview on #5BAFDA background

This text has white color on #5BAFDA background.