COLOR #53A8EB

HEX: #53A8EB
RGB: (83,168,235)

Renk bilgisi

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

RGB renk modeli

#53A8EB color RGB value is (83,168,235).

  • kırmız ton 83;
  • yeşil ton 168;
  • mavi ton 235.
RGB:
(83,168,235)
(33%,66%,92%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 168 of 255 = 66%
B 235 of 255 = 92%

83
168
235

R + G + B ~ 64%. #53A8EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 168 + 235 = 486 (100%)
R 83 of 486 ~ 17.08%
G 168 of 486 ~ 34.57%
B 235 of 486 ~ 48.35%

%17.08
%34.57
%48.35

CMYK RENK MODELİ

#53A8EB rengi CMYK tonu (65,29,0,8).

  • camgöbeği tonu 64.68%
  • eflatun tonu 28.51%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(65,29,0,8)
C65M29Y0K8 
(65%,29%,0%,8%)
(0.65/0.29/0.00/0.08)	

CMYK yüzdeleri

%64.68
%28.51
%0
%7.84

Codes

Color #53A8EB in popluar color models

53A8EB
RGB83168235
HSL206°79.17%62.35%
HSB/HSV206°64.68%92.16%
CMYK64.68%28.51%0.00%
7.84%

Color #53A8EB in popluar number systems.

HEX53A8EB
Decimal83168235
Binary10100111010100011101011
Octal123250353

Shades and tints

Shades of #53A8EB

#53A8EB
(83,168,235)
#4C99D6
(76,153,214)
#458AC1
(69,138,193)
#3E7BAC
(62,123,172)
#376C97
(55,108,151)
#305D82
(48,93,130)
#294E6D
(41,78,109)
#223F58
(34,63,88)
#1B3043
(27,48,67)
#14212E
(20,33,46)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #53A8EB

#53A8EB
(83,168,235)
#62AFEC
(98,175,236)
#71B6ED
(113,182,237)
#80BDEE
(128,189,238)
#8FC4EF
(143,196,239)
#9ECBF0
(158,203,240)
#ADD2F1
(173,210,241)
#BCD9F2
(188,217,242)
#CBE0F3
(203,224,243)
#DAE7F4
(218,231,244)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A8EB color. Also use rgb(83,168,235) instead hex code.

Text Font Color

.myTextColor { color: #53A8EB; }

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

This text font color is #53A8EB.


Background Color

.myBgColor { background-color: #53A8EB; }

<div style="background-color:#53A8EB">Inner text</div>

This div background color is #53A8EB.


Border color

.myBorderColor { border: 1px solid #53A8EB; }

<div style="border:3px solid #53A8EB">Div</div>

This div border color is #53A8EB.


Opacity

.myOpacity80 { color: #53A8EB; opacity: 0.8; }

<p style="color:#53A8EB;opacity:0.8;">80%</p>

Text with #53A8EB 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 #53A8EB;}

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

This text has shadow with #53A8EB color.

.textShadow {text-shadow: 3px 3px 1px #53A8EB, 3px 3px 1px red;}

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

This text has shadow with #53A8EB primary color and red secondary color.


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

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

This text has shadow with #53A8EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A8EB on black background.


Color preview on white background

This text has color #53A8EB on white background.



Black color preview on #53A8EB background

This text has black color on #53A8EB background.


White color preview on #53A8EB background

This text has white color on #53A8EB background.