COLOR #5BEAF9

HEX: #5BEAF9
RGB: (91,234,249)

Color info

#5BEAF9 contains mainly green and blue colors. Web safe color of #5BEAF9 is #66FFFF (or #6FF).

RGB color model

#5BEAF9 color RGB value is (91,234,249).

  • red value is 91;
  • green value is 234;
  • blue value is 249.
RGB:
(91,234,249)
(36%,92%,98%)

RGB channels and saturation

R 91 of 255 = 36%
G 234 of 255 = 92%
B 249 of 255 = 98%

91
234
249

R + G + B ~ 75%. #5BEAF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 234 + 249 = 574 (100%)
R 91 of 574 ~ 15.85%
G 234 of 574 ~ 40.77%
B 249 of 574 ~ 43.38%

%15.85
%40.77
%43.38

CMYK color model

#5BEAF9 color CMYK value is (63,6,0,2).

  • cyan value is 63.45%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(63,6,0,2)
C63M6Y0K2 
(63%,6%,0%,2%)
(0.63/0.06/0.00/0.02)	

CMYK percentages

%63.45
%6.02
%0
%2.35

Codes

Color #5BEAF9 in popluar color models

5BEAF9
RGB91234249
HSL186°92.94%66.67%
HSB/HSV186°63.45%97.65%
CMYK63.45%6.02%0.00%
2.35%

Color #5BEAF9 in popluar number systems.

HEX5BEAF9
Decimal91234249
Binary10110111110101011111001
Octal133352371

Shades and tints

Shades of #5BEAF9

#5BEAF9
(91,234,249)
#53D5E3
(83,213,227)
#4BC0CD
(75,192,205)
#43ABB7
(67,171,183)
#3B96A1
(59,150,161)
#33818B
(51,129,139)
#2B6C75
(43,108,117)
#23575F
(35,87,95)
#1B4249
(27,66,73)
#132D33
(19,45,51)
#0B181D
(11,24,29)
#000000
(0,0,0)

Tints of #5BEAF9

#5BEAF9
(91,234,249)
#69EBF9
(105,235,249)
#77ECF9
(119,236,249)
#85EDF9
(133,237,249)
#93EEF9
(147,238,249)
#A1EFF9
(161,239,249)
#AFF0F9
(175,240,249)
#BDF1F9
(189,241,249)
#CBF2F9
(203,242,249)
#D9F3F9
(217,243,249)
#E7F4F9
(231,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BEAF9 color. Also use rgb(91,234,249) instead hex code.

Text Font Color

.myTextColor { color: #5BEAF9; }

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

This text font color is #5BEAF9.


Background Color

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

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

This div background color is #5BEAF9.


Border color

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

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

This div border color is #5BEAF9.


Opacity

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

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

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

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

This text has shadow with #5BEAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BEAF9 on black background.


Color preview on white background

This text has color #5BEAF9 on white background.



Black color preview on #5BEAF9 background

This text has black color on #5BEAF9 background.


White color preview on #5BEAF9 background

This text has white color on #5BEAF9 background.