COLOR #50BCFB

HEX: #50BCFB
RGB: (80,188,251)

Color info

#50BCFB contains mainly blue color. Web safe color of #50BCFB is #66CCFF (or #6CF).

RGB color model

#50BCFB color RGB value is (80,188,251).

  • red value is 80;
  • green value is 188;
  • blue value is 251.
RGB:
(80,188,251)
(31%,74%,98%)

RGB channels and saturation

R 80 of 255 = 31%
G 188 of 255 = 74%
B 251 of 255 = 98%

80
188
251

R + G + B ~ 68%. #50BCFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 188 + 251 = 519 (100%)
R 80 of 519 ~ 15.41%
G 188 of 519 ~ 36.22%
B 251 of 519 ~ 48.36%

%15.41
%36.22
%48.36

CMYK color model

#50BCFB color CMYK value is (68,25,0,2).

  • cyan value is 68.13%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(68,25,0,2)
C68M25Y0K2 
(68%,25%,0%,2%)
(0.68/0.25/0.00/0.02)	

CMYK percentages

%68.13
%25.1
%0
%1.57

Codes

Color #50BCFB in popluar color models

50BCFB
RGB80188251
HSL202°95.53%64.90%
HSB/HSV202°68.13%98.43%
CMYK68.13%25.10%0.00%
1.57%

Color #50BCFB in popluar number systems.

HEX50BCFB
Decimal80188251
Binary10100001011110011111011
Octal120274373

Shades and tints

Shades of #50BCFB

#50BCFB
(80,188,251)
#49ABE5
(73,171,229)
#429ACF
(66,154,207)
#3B89B9
(59,137,185)
#3478A3
(52,120,163)
#2D678D
(45,103,141)
#265677
(38,86,119)
#1F4561
(31,69,97)
#18344B
(24,52,75)
#112335
(17,35,53)
#0A121F
(10,18,31)
#000000
(0,0,0)

Tints of #50BCFB

#50BCFB
(80,188,251)
#5FC2FB
(95,194,251)
#6EC8FB
(110,200,251)
#7DCEFB
(125,206,251)
#8CD4FB
(140,212,251)
#9BDAFB
(155,218,251)
#AAE0FB
(170,224,251)
#B9E6FB
(185,230,251)
#C8ECFB
(200,236,251)
#D7F2FB
(215,242,251)
#E6F8FB
(230,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BCFB color. Also use rgb(80,188,251) instead hex code.

Text Font Color

.myTextColor { color: #50BCFB; }

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

This text font color is #50BCFB.


Background Color

.myBgColor { background-color: #50BCFB; }

<div style="background-color:#50BCFB">Inner text</div>

This div background color is #50BCFB.


Border color

.myBorderColor { border: 1px solid #50BCFB; }

<div style="border:3px solid #50BCFB">Div</div>

This div border color is #50BCFB.


Opacity

.myOpacity80 { color: #50BCFB; opacity: 0.8; }

<p style="color:#50BCFB;opacity:0.8;">80%</p>

Text with #50BCFB 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 #50BCFB;}

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

This text has shadow with #50BCFB color.

.textShadow {text-shadow: 3px 3px 1px #50BCFB, 3px 3px 1px red;}

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

This text has shadow with #50BCFB primary color and red secondary color.


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

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

This text has shadow with #50BCFB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50BCFB on black background.


Color preview on white background

This text has color #50BCFB on white background.



Black color preview on #50BCFB background

This text has black color on #50BCFB background.


White color preview on #50BCFB background

This text has white color on #50BCFB background.