COLOR #5BEDFF

HEX: #5BEDFF RGB: (91,237,255)

Color info

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

RGB color model

#5BEDFF color RGB value is (91,237,255).

RGB: (91,237,255) (36%, 93%, 100%)

RGB channels and saturation

R 91 of 255 = 36%
G 237 of 255 = 93%
B 255 of 255 = 100%

91
237
255

R + G + B ~ 76%. #5BEDFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 91 + 237 + 255 = 583 (100%)
R 91 of 583 ~ 15.61%
G 237 of 583 ~ 40.65%
B 255 of 583 ~ 43.74'%

%15.61
%40.65
%43.74

CMYK color model

#5BEDFF color CMYK value is (64,7,0,0).

  • cyan value is 64.31%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (64,7,0,0)
C64M7Y0K0 (64%, 7%, 0%, 0%)
(0.64 / 0.07 / 0.00 / 0.00)

CMYK percentages

%64.31
%7.06
%0
%0

Codes

Color #5BEDFF in popluar color models

5B ED FF
RGB 91 237 255
HSL 187° 100.00% 67.84%
HSB/HSV 187° 64.31% 100.00%
CMYK 64.31% 7.06% 0.00%
0.00%

Color #5BEDFF in popluar number systems.

HEX 5B ED FF
Decimal 91 237 255
Binary 1011011 11101101 11111111
Octal 133 355 377

Shades and tints

Shades of #5BEDFF

#5BEDFF
(91,237,255)
#53D8E8
(83,216,232)
#4BC3D1
(75,195,209)
#43AEBA
(67,174,186)
#3B99A3
(59,153,163)
#33848C
(51,132,140)
#2B6F75
(43,111,117)
#235A5E
(35,90,94)
#1B4547
(27,69,71)
#133030
(19,48,48)
#0B1B19
(11,27,25)
#000000
(0,0,0)

Tints of #5BEDFF

#5BEDFF
(91,237,255)
#69EEFF
(105,238,255)
#77EFFF
(119,239,255)
#85F0FF
(133,240,255)
#93F1FF
(147,241,255)
#A1F2FF
(161,242,255)
#AFF3FF
(175,243,255)
#BDF4FF
(189,244,255)
#CBF5FF
(203,245,255)
#D9F6FF
(217,246,255)
#E7F7FF
(231,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BEDFF color. Also use rgb(91,237,255) instead hex code.

Text Font Color

.myTextColor { color: #5BEDFF; }

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

This text font color is #5BEDFF.

Background Color

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

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

This div background color is #5BEDFF.

Border color

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

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

This div border color is #5BEDFF.

Opacity

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

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

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

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

This text has shadow with #5BEDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BEDFF.

Preview

Color preview on black background

This text has color #5BEDFF on black background.


Color preview on white background

This text has color #5BEDFF on white background.


Black color preview on #5BEDFF background

This text has black color on #5BEDFF background.


White color preview on #5BEDFF background

This text has white color on #5BEDFF background.


Related colors

Complementary color

Complementary color for #hex is #A41200.


I love getcolorcode.com

Triadic colors

1 #FF5BED and #EDFF5B with #5BEDFF are triadic colors.

2 #FFED5B and #ED5BFF with #5BEDFF are triadic colors.