COLOR #53CCE1

HEX: #53CCE1
RGB: (83,204,225)

Color info

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

RGB color model

#53CCE1 color RGB value is (83,204,225).

  • red value is 83;
  • green value is 204;
  • blue value is 225.
RGB:
(83,204,225)
(33%,80%,88%)

RGB channels and saturation

R 83 of 255 = 33%
G 204 of 255 = 80%
B 225 of 255 = 88%

83
204
225

R + G + B ~ 67%. #53CCE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 204 + 225 = 512 (100%)
R 83 of 512 ~ 16.21%
G 204 of 512 ~ 39.84%
B 225 of 512 ~ 43.95%

%16.21
%39.84
%43.95

CMYK color model

#53CCE1 color CMYK value is (63,9,0,12).

  • cyan value is 63.11%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(63,9,0,12)
C63M9Y0K12 
(63%,9%,0%,12%)
(0.63/0.09/0.00/0.12)	

CMYK percentages

%63.11
%9.33
%0
%11.76

Codes

Color #53CCE1 in popluar color models

53CCE1
RGB83204225
HSL189°70.30%60.39%
HSB/HSV189°63.11%88.24%
CMYK63.11%9.33%0.00%
11.76%

Color #53CCE1 in popluar number systems.

HEX53CCE1
Decimal83204225
Binary10100111100110011100001
Octal123314341

Shades and tints

Shades of #53CCE1

#53CCE1
(83,204,225)
#4CBACD
(76,186,205)
#45A8B9
(69,168,185)
#3E96A5
(62,150,165)
#378491
(55,132,145)
#30727D
(48,114,125)
#296069
(41,96,105)
#224E55
(34,78,85)
#1B3C41
(27,60,65)
#142A2D
(20,42,45)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #53CCE1

#53CCE1
(83,204,225)
#62D0E3
(98,208,227)
#71D4E5
(113,212,229)
#80D8E7
(128,216,231)
#8FDCE9
(143,220,233)
#9EE0EB
(158,224,235)
#ADE4ED
(173,228,237)
#BCE8EF
(188,232,239)
#CBECF1
(203,236,241)
#DAF0F3
(218,240,243)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53CCE1 color. Also use rgb(83,204,225) instead hex code.

Text Font Color

.myTextColor { color: #53CCE1; }

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

This text font color is #53CCE1.


Background Color

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

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

This div background color is #53CCE1.


Border color

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

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

This div border color is #53CCE1.


Opacity

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

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

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

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

This text has shadow with #53CCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53CCE1 on black background.


Color preview on white background

This text has color #53CCE1 on white background.



Black color preview on #53CCE1 background

This text has black color on #53CCE1 background.


White color preview on #53CCE1 background

This text has white color on #53CCE1 background.