COLOR #50BEEA

HEX: #50BEEA RGB: (80,190,234)

Color info

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

RGB color model

#50BEEA color RGB value is (80,190,234).

RGB: (80,190,234) (31%, 75%, 92%)

RGB channels and saturation

R 80 of 255 = 31%
G 190 of 255 = 75%
B 234 of 255 = 92%

80
190
234

R + G + B ~ 66%. #50BEEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 80 + 190 + 234 = 504 (100%)
R 80 of 504 ~ 15.87%
G 190 of 504 ~ 37.7%
B 234 of 504 ~ 46.43'%

%15.87
%37.7
%46.43

CMYK color model

#50BEEA color CMYK value is (66,19,0,8).

  • cyan value is 65.81%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (66,19,0,8)
C66M19Y0K8 (66%, 19%, 0%, 8%)
(0.66 / 0.19 / 0.00 / 0.08)

CMYK percentages

%65.81
%18.8
%0
%8.24

Codes

Color #50BEEA in popluar color models

50 BE EA
RGB 80 190 234
HSL 197° 78.57% 61.57%
HSB/HSV 197° 65.81% 91.76%
CMYK 65.81% 18.80% 0.00%
8.24%

Color #50BEEA in popluar number systems.

HEX 50 BE EA
Decimal 80 190 234
Binary 1010000 10111110 11101010
Octal 120 276 352

Shades and tints

Shades of #50BEEA

#50BEEA
(80,190,234)
#49ADD5
(73,173,213)
#429CC0
(66,156,192)
#3B8BAB
(59,139,171)
#347A96
(52,122,150)
#2D6981
(45,105,129)
#26586C
(38,88,108)
#1F4757
(31,71,87)
#183642
(24,54,66)
#11252D
(17,37,45)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #50BEEA

#50BEEA
(80,190,234)
#5FC3EB
(95,195,235)
#6EC8EC
(110,200,236)
#7DCDED
(125,205,237)
#8CD2EE
(140,210,238)
#9BD7EF
(155,215,239)
#AADCF0
(170,220,240)
#B9E1F1
(185,225,241)
#C8E6F2
(200,230,242)
#D7EBF3
(215,235,243)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BEEA color. Also use rgb(80,190,234) instead hex code.

Text Font Color

.myTextColor { color: #50BEEA; }

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

This text font color is #50BEEA.

Background Color

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

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

This div background color is #50BEEA.

Border color

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

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

This div border color is #50BEEA.

Opacity

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

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

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

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

This text has shadow with #50BEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50BEEA.

Preview

Color preview on black background

This text has color #50BEEA on black background.


Color preview on white background

This text has color #50BEEA on white background.


Black color preview on #50BEEA background

This text has black color on #50BEEA background.


White color preview on #50BEEA background

This text has white color on #50BEEA background.


Related colors

Complementary color

Complementary color for #hex is #AF4115.


I love getcolorcode.com

Triadic colors

1 #EA50BE and #BEEA50 with #50BEEA are triadic colors.

2 #EABE50 and #BE50EA with #50BEEA are triadic colors.