COLOR #5BAEE6

HEX: #5BAEE6
RGB: (91,174,230)

Color info

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

RGB color model

#5BAEE6 color RGB value is (91,174,230).

  • red value is 91;
  • green value is 174;
  • blue value is 230.
RGB:
(91,174,230)
(36%,68%,90%)

RGB channels and saturation

R 91 of 255 = 36%
G 174 of 255 = 68%
B 230 of 255 = 90%

91
174
230

R + G + B ~ 65%. #5BAEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 174 + 230 = 495 (100%)
R 91 of 495 ~ 18.38%
G 174 of 495 ~ 35.15%
B 230 of 495 ~ 46.46%

%18.38
%35.15
%46.46

CMYK color model

#5BAEE6 color CMYK value is (60,24,0,10).

  • cyan value is 60.43%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(60,24,0,10)
C60M24Y0K10 
(60%,24%,0%,10%)
(0.60/0.24/0.00/0.10)	

CMYK percentages

%60.43
%24.35
%0
%9.8

Codes

Color #5BAEE6 in popluar color models

5BAEE6
RGB91174230
HSL204°73.54%62.94%
HSB/HSV204°60.43%90.20%
CMYK60.43%24.35%0.00%
9.80%

Color #5BAEE6 in popluar number systems.

HEX5BAEE6
Decimal91174230
Binary10110111010111011100110
Octal133256346

Shades and tints

Shades of #5BAEE6

#5BAEE6
(91,174,230)
#539FD2
(83,159,210)
#4B90BE
(75,144,190)
#4381AA
(67,129,170)
#3B7296
(59,114,150)
#336382
(51,99,130)
#2B546E
(43,84,110)
#23455A
(35,69,90)
#1B3646
(27,54,70)
#132732
(19,39,50)
#0B181E
(11,24,30)
#000000
(0,0,0)

Tints of #5BAEE6

#5BAEE6
(91,174,230)
#69B5E8
(105,181,232)
#77BCEA
(119,188,234)
#85C3EC
(133,195,236)
#93CAEE
(147,202,238)
#A1D1F0
(161,209,240)
#AFD8F2
(175,216,242)
#BDDFF4
(189,223,244)
#CBE6F6
(203,230,246)
#D9EDF8
(217,237,248)
#E7F4FA
(231,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAEE6 color. Also use rgb(91,174,230) instead hex code.

Text Font Color

.myTextColor { color: #5BAEE6; }

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

This text font color is #5BAEE6.


Background Color

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

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

This div background color is #5BAEE6.


Border color

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

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

This div border color is #5BAEE6.


Opacity

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

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

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

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

This text has shadow with #5BAEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAEE6 on black background.


Color preview on white background

This text has color #5BAEE6 on white background.



Black color preview on #5BAEE6 background

This text has black color on #5BAEE6 background.


White color preview on #5BAEE6 background

This text has white color on #5BAEE6 background.