COLOR #50BBE5

HEX: #50BBE5
RGB: (80,187,229)

Color info

#50BBE5 contains mainly green and blue colors. Web safe color of #50BBE5 is #66CCCC (or #6CC).

RGB color model

#50BBE5 color RGB value is (80,187,229).

  • red value is 80;
  • green value is 187;
  • blue value is 229.
RGB:
(80,187,229)
(31%,73%,90%)

RGB channels and saturation

R 80 of 255 = 31%
G 187 of 255 = 73%
B 229 of 255 = 90%

80
187
229

R + G + B ~ 65%. #50BBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 187 + 229 = 496 (100%)
R 80 of 496 ~ 16.13%
G 187 of 496 ~ 37.7%
B 229 of 496 ~ 46.17%

%16.13
%37.7
%46.17

CMYK color model

#50BBE5 color CMYK value is (65,18,0,10).

  • cyan value is 65.07%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(65,18,0,10)
C65M18Y0K10 
(65%,18%,0%,10%)
(0.65/0.18/0.00/0.10)	

CMYK percentages

%65.07
%18.34
%0
%10.2

Codes

Color #50BBE5 in popluar color models

50BBE5
RGB80187229
HSL197°74.13%60.59%
HSB/HSV197°65.07%89.80%
CMYK65.07%18.34%0.00%
10.20%

Color #50BBE5 in popluar number systems.

HEX50BBE5
Decimal80187229
Binary10100001011101111100101
Octal120273345

Shades and tints

Shades of #50BBE5

#50BBE5
(80,187,229)
#49AAD1
(73,170,209)
#4299BD
(66,153,189)
#3B88A9
(59,136,169)
#347795
(52,119,149)
#2D6681
(45,102,129)
#26556D
(38,85,109)
#1F4459
(31,68,89)
#183345
(24,51,69)
#112231
(17,34,49)
#0A111D
(10,17,29)
#000000
(0,0,0)

Tints of #50BBE5

#50BBE5
(80,187,229)
#5FC1E7
(95,193,231)
#6EC7E9
(110,199,233)
#7DCDEB
(125,205,235)
#8CD3ED
(140,211,237)
#9BD9EF
(155,217,239)
#AADFF1
(170,223,241)
#B9E5F3
(185,229,243)
#C8EBF5
(200,235,245)
#D7F1F7
(215,241,247)
#E6F7F9
(230,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BBE5 color. Also use rgb(80,187,229) instead hex code.

Text Font Color

.myTextColor { color: #50BBE5; }

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

This text font color is #50BBE5.


Background Color

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

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

This div background color is #50BBE5.


Border color

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

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

This div border color is #50BBE5.


Opacity

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

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

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

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

This text has shadow with #50BBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50BBE5 on black background.


Color preview on white background

This text has color #50BBE5 on white background.



Black color preview on #50BBE5 background

This text has black color on #50BBE5 background.


White color preview on #50BBE5 background

This text has white color on #50BBE5 background.