COLOR #54B5EC

HEX: #54B5EC
RGB: (84,181,236)

Color info

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

RGB color model

#54B5EC color RGB value is (84,181,236).

  • red value is 84;
  • green value is 181;
  • blue value is 236.
RGB:
(84,181,236)
(33%,71%,93%)

RGB channels and saturation

R 84 of 255 = 33%
G 181 of 255 = 71%
B 236 of 255 = 93%

84
181
236

R + G + B ~ 66%. #54B5EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 181 + 236 = 501 (100%)
R 84 of 501 ~ 16.77%
G 181 of 501 ~ 36.13%
B 236 of 501 ~ 47.11%

%16.77
%36.13
%47.11

CMYK color model

#54B5EC color CMYK value is (64,23,0,7).

  • cyan value is 64.41%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(64,23,0,7)
C64M23Y0K7 
(64%,23%,0%,7%)
(0.64/0.23/0.00/0.07)	

CMYK percentages

%64.41
%23.31
%0
%7.45

Codes

Color #54B5EC in popluar color models

54B5EC
RGB84181236
HSL202°80.00%62.75%
HSB/HSV202°64.41%92.55%
CMYK64.41%23.31%0.00%
7.45%

Color #54B5EC in popluar number systems.

HEX54B5EC
Decimal84181236
Binary10101001011010111101100
Octal124265354

Shades and tints

Shades of #54B5EC

#54B5EC
(84,181,236)
#4DA5D7
(77,165,215)
#4695C2
(70,149,194)
#3F85AD
(63,133,173)
#387598
(56,117,152)
#316583
(49,101,131)
#2A556E
(42,85,110)
#234559
(35,69,89)
#1C3544
(28,53,68)
#15252F
(21,37,47)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #54B5EC

#54B5EC
(84,181,236)
#63BBED
(99,187,237)
#72C1EE
(114,193,238)
#81C7EF
(129,199,239)
#90CDF0
(144,205,240)
#9FD3F1
(159,211,241)
#AED9F2
(174,217,242)
#BDDFF3
(189,223,243)
#CCE5F4
(204,229,244)
#DBEBF5
(219,235,245)
#EAF1F6
(234,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B5EC color. Also use rgb(84,181,236) instead hex code.

Text Font Color

.myTextColor { color: #54B5EC; }

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

This text font color is #54B5EC.


Background Color

.myBgColor { background-color: #54B5EC; }

<div style="background-color:#54B5EC">Inner text</div>

This div background color is #54B5EC.


Border color

.myBorderColor { border: 1px solid #54B5EC; }

<div style="border:3px solid #54B5EC">Div</div>

This div border color is #54B5EC.


Opacity

.myOpacity80 { color: #54B5EC; opacity: 0.8; }

<p style="color:#54B5EC;opacity:0.8;">80%</p>

Text with #54B5EC 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 #54B5EC;}

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

This text has shadow with #54B5EC color.

.textShadow {text-shadow: 3px 3px 1px #54B5EC, 3px 3px 1px red;}

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

This text has shadow with #54B5EC primary color and red secondary color.


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

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

This text has shadow with #54B5EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B5EC on black background.


Color preview on white background

This text has color #54B5EC on white background.



Black color preview on #54B5EC background

This text has black color on #54B5EC background.


White color preview on #54B5EC background

This text has white color on #54B5EC background.