COLOR #50DAF4

HEX: #50DAF4 RGB: (80,218,244)

Color info

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

RGB color model

#50DAF4 color RGB value is (80,218,244).

RGB: (80,218,244) (31%, 85%, 96%)

RGB channels and saturation

R 80 of 255 = 31%
G 218 of 255 = 85%
B 244 of 255 = 96%

80
218
244

R + G + B ~ 71%. #50DAF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 80 + 218 + 244 = 542 (100%)
R 80 of 542 ~ 14.76%
G 218 of 542 ~ 40.22%
B 244 of 542 ~ 45.02'%

%14.76
%40.22
%45.02

CMYK color model

#50DAF4 color CMYK value is (67,11,0,4).

  • cyan value is 67.21%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (67,11,0,4)
C67M11Y0K4 (67%, 11%, 0%, 4%)
(0.67 / 0.11 / 0.00 / 0.04)

CMYK percentages

%67.21
%10.66
%0
%4.31

Codes

Color #50DAF4 in popluar color models

50 DA F4
RGB 80 218 244
HSL 190° 88.17% 63.53%
HSB/HSV 190° 67.21% 95.69%
CMYK 67.21% 10.66% 0.00%
4.31%

Color #50DAF4 in popluar number systems.

HEX 50 DA F4
Decimal 80 218 244
Binary 1010000 11011010 11110100
Octal 120 332 364

Shades and tints

Shades of #50DAF4

#50DAF4
(80,218,244)
#49C7DE
(73,199,222)
#42B4C8
(66,180,200)
#3BA1B2
(59,161,178)
#348E9C
(52,142,156)
#2D7B86
(45,123,134)
#266870
(38,104,112)
#1F555A
(31,85,90)
#184244
(24,66,68)
#112F2E
(17,47,46)
#0A1C18
(10,28,24)
#000000
(0,0,0)

Tints of #50DAF4

#50DAF4
(80,218,244)
#5FDDF5
(95,221,245)
#6EE0F6
(110,224,246)
#7DE3F7
(125,227,247)
#8CE6F8
(140,230,248)
#9BE9F9
(155,233,249)
#AAECFA
(170,236,250)
#B9EFFB
(185,239,251)
#C8F2FC
(200,242,252)
#D7F5FD
(215,245,253)
#E6F8FE
(230,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50DAF4 color. Also use rgb(80,218,244) instead hex code.

Text Font Color

.myTextColor { color: #50DAF4; }

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

This text font color is #50DAF4.

Background Color

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

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

This div background color is #50DAF4.

Border color

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

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

This div border color is #50DAF4.

Opacity

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

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

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

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

This text has shadow with #50DAF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50DAF4.

Preview

Color preview on black background

This text has color #50DAF4 on black background.


Color preview on white background

This text has color #50DAF4 on white background.


Black color preview on #50DAF4 background

This text has black color on #50DAF4 background.


White color preview on #50DAF4 background

This text has white color on #50DAF4 background.


Related colors

Complementary color

Complementary color for #hex is #AF250B.


I love getcolorcode.com

Triadic colors

1 #F450DA and #DAF450 with #50DAF4 are triadic colors.

2 #F4DA50 and #DA50F4 with #50DAF4 are triadic colors.