COLOR #5BE0F7

HEX: #5BE0F7
RGB: (91,224,247)

Color info

#5BE0F7 contains mainly green and blue colors. Web safe color of #5BE0F7 is #66CCFF (or #6CF).

RGB color model

#5BE0F7 color RGB value is (91,224,247).

  • red value is 91;
  • green value is 224;
  • blue value is 247.
RGB:
(91,224,247)
(36%,88%,97%)

RGB channels and saturation

R 91 of 255 = 36%
G 224 of 255 = 88%
B 247 of 255 = 97%

91
224
247

R + G + B ~ 74%. #5BE0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 224 + 247 = 562 (100%)
R 91 of 562 ~ 16.19%
G 224 of 562 ~ 39.86%
B 247 of 562 ~ 43.95%

%16.19
%39.86
%43.95

CMYK color model

#5BE0F7 color CMYK value is (63,9,0,3).

  • cyan value is 63.16%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(63,9,0,3)
C63M9Y0K3 
(63%,9%,0%,3%)
(0.63/0.09/0.00/0.03)	

CMYK percentages

%63.16
%9.31
%0
%3.14

Codes

Color #5BE0F7 in popluar color models

5BE0F7
RGB91224247
HSL189°90.70%66.27%
HSB/HSV189°63.16%96.86%
CMYK63.16%9.31%0.00%
3.14%

Color #5BE0F7 in popluar number systems.

HEX5BE0F7
Decimal91224247
Binary10110111110000011110111
Octal133340367

Shades and tints

Shades of #5BE0F7

#5BE0F7
(91,224,247)
#53CCE1
(83,204,225)
#4BB8CB
(75,184,203)
#43A4B5
(67,164,181)
#3B909F
(59,144,159)
#337C89
(51,124,137)
#2B6873
(43,104,115)
#23545D
(35,84,93)
#1B4047
(27,64,71)
#132C31
(19,44,49)
#0B181B
(11,24,27)
#000000
(0,0,0)

Tints of #5BE0F7

#5BE0F7
(91,224,247)
#69E2F7
(105,226,247)
#77E4F7
(119,228,247)
#85E6F7
(133,230,247)
#93E8F7
(147,232,247)
#A1EAF7
(161,234,247)
#AFECF7
(175,236,247)
#BDEEF7
(189,238,247)
#CBF0F7
(203,240,247)
#D9F2F7
(217,242,247)
#E7F4F7
(231,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BE0F7 color. Also use rgb(91,224,247) instead hex code.

Text Font Color

.myTextColor { color: #5BE0F7; }

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

This text font color is #5BE0F7.


Background Color

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

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

This div background color is #5BE0F7.


Border color

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

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

This div border color is #5BE0F7.


Opacity

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

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

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

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

This text has shadow with #5BE0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BE0F7 on black background.


Color preview on white background

This text has color #5BE0F7 on white background.



Black color preview on #5BE0F7 background

This text has black color on #5BE0F7 background.


White color preview on #5BE0F7 background

This text has white color on #5BE0F7 background.