COLOR #50AFEF

HEX: #50AFEF
RGB: (80,175,239)

Renk bilgisi

#50AFEF contains mainly blue color. #50AFEF ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#50AFEF color RGB value is (80,175,239).

  • kırmız ton 80;
  • yeşil ton 175;
  • mavi ton 239.
RGB:
(80,175,239)
(31%,69%,94%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 175 of 255 = 69%
B 239 of 255 = 94%

80
175
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 175 + 239 = 494 (100%)
R 80 of 494 ~ 16.19%
G 175 of 494 ~ 35.43%
B 239 of 494 ~ 48.38%

%16.19
%35.43
%48.38

CMYK RENK MODELİ

#50AFEF rengi CMYK tonu (67,27,0,6).

  • camgöbeği tonu 66.53%
  • eflatun tonu 26.78%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(67,27,0,6)
C67M27Y0K6 
(67%,27%,0%,6%)
(0.67/0.27/0.00/0.06)	

CMYK yüzdeleri

%66.53
%26.78
%0
%6.27

Codes

Color #50AFEF in popluar color models

50AFEF
RGB80175239
HSL204°83.25%62.55%
HSB/HSV204°66.53%93.73%
CMYK66.53%26.78%0.00%
6.27%

Color #50AFEF in popluar number systems.

HEX50AFEF
Decimal80175239
Binary10100001010111111101111
Octal120257357

Shades and tints

Shades of #50AFEF

#50AFEF
(80,175,239)
#49A0DA
(73,160,218)
#4291C5
(66,145,197)
#3B82B0
(59,130,176)
#34739B
(52,115,155)
#2D6486
(45,100,134)
#265571
(38,85,113)
#1F465C
(31,70,92)
#183747
(24,55,71)
#112832
(17,40,50)
#0A191D
(10,25,29)
#000000
(0,0,0)

Tints of #50AFEF

#50AFEF
(80,175,239)
#5FB6F0
(95,182,240)
#6EBDF1
(110,189,241)
#7DC4F2
(125,196,242)
#8CCBF3
(140,203,243)
#9BD2F4
(155,210,244)
#AAD9F5
(170,217,245)
#B9E0F6
(185,224,246)
#C8E7F7
(200,231,247)
#D7EEF8
(215,238,248)
#E6F5F9
(230,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AFEF color. Also use rgb(80,175,239) instead hex code.

Text Font Color

.myTextColor { color: #50AFEF; }

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

This text font color is #50AFEF.


Background Color

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

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

This div background color is #50AFEF.


Border color

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

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

This div border color is #50AFEF.


Opacity

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

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

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

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

This text has shadow with #50AFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AFEF on black background.


Color preview on white background

This text has color #50AFEF on white background.



Black color preview on #50AFEF background

This text has black color on #50AFEF background.


White color preview on #50AFEF background

This text has white color on #50AFEF background.