COLOR #50C8F0

HEX: #50C8F0
RGB: (80,200,240)

Color info

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

RGB color model

#50C8F0 color RGB value is (80,200,240).

  • red value is 80;
  • green value is 200;
  • blue value is 240.
RGB:
(80,200,240)
(31%,78%,94%)

RGB channels and saturation

R 80 of 255 = 31%
G 200 of 255 = 78%
B 240 of 255 = 94%

80
200
240

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

Portions of RGB colors in percentages

R + G + B =
80 + 200 + 240 = 520 (100%)
R 80 of 520 ~ 15.38%
G 200 of 520 ~ 38.46%
B 240 of 520 ~ 46.15%

%15.38
%38.46
%46.15

CMYK color model

#50C8F0 color CMYK value is (67,17,0,6).

  • cyan value is 66.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(67,17,0,6)
C67M17Y0K6 
(67%,17%,0%,6%)
(0.67/0.17/0.00/0.06)	

CMYK percentages

%66.67
%16.67
%0
%5.88

Codes

Color #50C8F0 in popluar color models

50C8F0
RGB80200240
HSL195°84.21%62.75%
HSB/HSV195°66.67%94.12%
CMYK66.67%16.67%0.00%
5.88%

Color #50C8F0 in popluar number systems.

HEX50C8F0
Decimal80200240
Binary10100001100100011110000
Octal120310360

Shades and tints

Shades of #50C8F0

#50C8F0
(80,200,240)
#49B6DB
(73,182,219)
#42A4C6
(66,164,198)
#3B92B1
(59,146,177)
#34809C
(52,128,156)
#2D6E87
(45,110,135)
#265C72
(38,92,114)
#1F4A5D
(31,74,93)
#183848
(24,56,72)
#112633
(17,38,51)
#0A141E
(10,20,30)
#000000
(0,0,0)

Tints of #50C8F0

#50C8F0
(80,200,240)
#5FCDF1
(95,205,241)
#6ED2F2
(110,210,242)
#7DD7F3
(125,215,243)
#8CDCF4
(140,220,244)
#9BE1F5
(155,225,245)
#AAE6F6
(170,230,246)
#B9EBF7
(185,235,247)
#C8F0F8
(200,240,248)
#D7F5F9
(215,245,249)
#E6FAFA
(230,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C8F0 color. Also use rgb(80,200,240) instead hex code.

Text Font Color

.myTextColor { color: #50C8F0; }

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

This text font color is #50C8F0.


Background Color

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

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

This div background color is #50C8F0.


Border color

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

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

This div border color is #50C8F0.


Opacity

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

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

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

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

This text has shadow with #50C8F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C8F0 on black background.


Color preview on white background

This text has color #50C8F0 on white background.



Black color preview on #50C8F0 background

This text has black color on #50C8F0 background.


White color preview on #50C8F0 background

This text has white color on #50C8F0 background.