COLOR #50B7FF

HEX: #50B7FF
RGB: (80,183,255)

Renk bilgisi

#50B7FF contains mainly blue color. #50B7FF ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#50B7FF color RGB value is (80,183,255).

  • kırmız ton 80;
  • yeşil ton 183;
  • mavi ton 255.
RGB:
(80,183,255)
(31%,72%,100%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 183 of 255 = 72%
B 255 of 255 = 100%

80
183
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 183 + 255 = 518 (100%)
R 80 of 518 ~ 15.44%
G 183 of 518 ~ 35.33%
B 255 of 518 ~ 49.23%

%15.44
%35.33
%49.23

CMYK RENK MODELİ

#50B7FF rengi CMYK tonu (69,28,0,0).

  • camgöbeği tonu 68.63%
  • eflatun tonu 28.24%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(69,28,0,0)
C69M28Y0K0 
(69%,28%,0%,0%)
(0.69/0.28/0.00/0.00)	

CMYK yüzdeleri

%68.63
%28.24
%0
%0

Codes

Color #50B7FF in popluar color models

50B7FF
RGB80183255
HSL205°100.00%65.69%
HSB/HSV205°68.63%100.00%
CMYK68.63%28.24%0.00%
0.00%

Color #50B7FF in popluar number systems.

HEX50B7FF
Decimal80183255
Binary10100001011011111111111
Octal120267377

Shades and tints

Shades of #50B7FF

#50B7FF
(80,183,255)
#49A7E8
(73,167,232)
#4297D1
(66,151,209)
#3B87BA
(59,135,186)
#3477A3
(52,119,163)
#2D678C
(45,103,140)
#265775
(38,87,117)
#1F475E
(31,71,94)
#183747
(24,55,71)
#112730
(17,39,48)
#0A1719
(10,23,25)
#000000
(0,0,0)

Tints of #50B7FF

#50B7FF
(80,183,255)
#5FBDFF
(95,189,255)
#6EC3FF
(110,195,255)
#7DC9FF
(125,201,255)
#8CCFFF
(140,207,255)
#9BD5FF
(155,213,255)
#AADBFF
(170,219,255)
#B9E1FF
(185,225,255)
#C8E7FF
(200,231,255)
#D7EDFF
(215,237,255)
#E6F3FF
(230,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B7FF color. Also use rgb(80,183,255) instead hex code.

Text Font Color

.myTextColor { color: #50B7FF; }

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

This text font color is #50B7FF.


Background Color

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

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

This div background color is #50B7FF.


Border color

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

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

This div border color is #50B7FF.


Opacity

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

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

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

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

This text has shadow with #50B7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B7FF on black background.


Color preview on white background

This text has color #50B7FF on white background.



Black color preview on #50B7FF background

This text has black color on #50B7FF background.


White color preview on #50B7FF background

This text has white color on #50B7FF background.