COLOR #50C7F9

HEX: #50C7F9
RGB: (80,199,249)

Color info

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

RGB color model

#50C7F9 color RGB value is (80,199,249).

  • red value is 80;
  • green value is 199;
  • blue value is 249.
RGB:
(80,199,249)
(31%,78%,98%)

RGB channels and saturation

R 80 of 255 = 31%
G 199 of 255 = 78%
B 249 of 255 = 98%

80
199
249

R + G + B ~ 69%. #50C7F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 199 + 249 = 528 (100%)
R 80 of 528 ~ 15.15%
G 199 of 528 ~ 37.69%
B 249 of 528 ~ 47.16%

%15.15
%37.69
%47.16

CMYK color model

#50C7F9 color CMYK value is (68,20,0,2).

  • cyan value is 67.87%
  • magenta value is 20.08%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(68,20,0,2)
C68M20Y0K2 
(68%,20%,0%,2%)
(0.68/0.20/0.00/0.02)	

CMYK percentages

%67.87
%20.08
%0
%2.35

Codes

Color #50C7F9 in popluar color models

50C7F9
RGB80199249
HSL198°93.37%64.51%
HSB/HSV198°67.87%97.65%
CMYK67.87%20.08%0.00%
2.35%

Color #50C7F9 in popluar number systems.

HEX50C7F9
Decimal80199249
Binary10100001100011111111001
Octal120307371

Shades and tints

Shades of #50C7F9

#50C7F9
(80,199,249)
#49B5E3
(73,181,227)
#42A3CD
(66,163,205)
#3B91B7
(59,145,183)
#347FA1
(52,127,161)
#2D6D8B
(45,109,139)
#265B75
(38,91,117)
#1F495F
(31,73,95)
#183749
(24,55,73)
#112533
(17,37,51)
#0A131D
(10,19,29)
#000000
(0,0,0)

Tints of #50C7F9

#50C7F9
(80,199,249)
#5FCCF9
(95,204,249)
#6ED1F9
(110,209,249)
#7DD6F9
(125,214,249)
#8CDBF9
(140,219,249)
#9BE0F9
(155,224,249)
#AAE5F9
(170,229,249)
#B9EAF9
(185,234,249)
#C8EFF9
(200,239,249)
#D7F4F9
(215,244,249)
#E6F9F9
(230,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C7F9 color. Also use rgb(80,199,249) instead hex code.

Text Font Color

.myTextColor { color: #50C7F9; }

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

This text font color is #50C7F9.


Background Color

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

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

This div background color is #50C7F9.


Border color

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

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

This div border color is #50C7F9.


Opacity

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

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

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

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

This text has shadow with #50C7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C7F9 on black background.


Color preview on white background

This text has color #50C7F9 on white background.



Black color preview on #50C7F9 background

This text has black color on #50C7F9 background.


White color preview on #50C7F9 background

This text has white color on #50C7F9 background.