COLOR #53B5EB

HEX: #53B5EB
RGB: (83,181,235)

Color info

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

RGB color model

#53B5EB color RGB value is (83,181,235).

  • red value is 83;
  • green value is 181;
  • blue value is 235.
RGB:
(83,181,235)
(33%,71%,92%)

RGB channels and saturation

R 83 of 255 = 33%
G 181 of 255 = 71%
B 235 of 255 = 92%

83
181
235

R + G + B ~ 65%. #53B5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 181 + 235 = 499 (100%)
R 83 of 499 ~ 16.63%
G 181 of 499 ~ 36.27%
B 235 of 499 ~ 47.09%

%16.63
%36.27
%47.09

CMYK color model

#53B5EB color CMYK value is (65,23,0,8).

  • cyan value is 64.68%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(65,23,0,8)
C65M23Y0K8 
(65%,23%,0%,8%)
(0.65/0.23/0.00/0.08)	

CMYK percentages

%64.68
%22.98
%0
%7.84

Codes

Color #53B5EB in popluar color models

53B5EB
RGB83181235
HSL201°79.17%62.35%
HSB/HSV201°64.68%92.16%
CMYK64.68%22.98%0.00%
7.84%

Color #53B5EB in popluar number systems.

HEX53B5EB
Decimal83181235
Binary10100111011010111101011
Octal123265353

Shades and tints

Shades of #53B5EB

#53B5EB
(83,181,235)
#4CA5D6
(76,165,214)
#4595C1
(69,149,193)
#3E85AC
(62,133,172)
#377597
(55,117,151)
#306582
(48,101,130)
#29556D
(41,85,109)
#224558
(34,69,88)
#1B3543
(27,53,67)
#14252E
(20,37,46)
#0D1519
(13,21,25)
#000000
(0,0,0)

Tints of #53B5EB

#53B5EB
(83,181,235)
#62BBEC
(98,187,236)
#71C1ED
(113,193,237)
#80C7EE
(128,199,238)
#8FCDEF
(143,205,239)
#9ED3F0
(158,211,240)
#ADD9F1
(173,217,241)
#BCDFF2
(188,223,242)
#CBE5F3
(203,229,243)
#DAEBF4
(218,235,244)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53B5EB; }

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

This text font color is #53B5EB.


Background Color

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

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

This div background color is #53B5EB.


Border color

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

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

This div border color is #53B5EB.


Opacity

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

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

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

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

This text has shadow with #53B5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B5EB on black background.


Color preview on white background

This text has color #53B5EB on white background.



Black color preview on #53B5EB background

This text has black color on #53B5EB background.


White color preview on #53B5EB background

This text has white color on #53B5EB background.