COLOR #54B0D8

HEX: #54B0D8
RGB: (84,176,216)

Color info

#54B0D8 contains mainly green and blue colors. Web safe color of #54B0D8 is #6699CC (or #69C).

RGB color model

#54B0D8 color RGB value is (84,176,216).

  • red value is 84;
  • green value is 176;
  • blue value is 216.
RGB:
(84,176,216)
(33%,69%,85%)

RGB channels and saturation

R 84 of 255 = 33%
G 176 of 255 = 69%
B 216 of 255 = 85%

84
176
216

R + G + B ~ 62%. #54B0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 176 + 216 = 476 (100%)
R 84 of 476 ~ 17.65%
G 176 of 476 ~ 36.97%
B 216 of 476 ~ 45.38%

%17.65
%36.97
%45.38

CMYK color model

#54B0D8 color CMYK value is (61,19,0,15).

  • cyan value is 61.11%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(61,19,0,15)
C61M19Y0K15 
(61%,19%,0%,15%)
(0.61/0.19/0.00/0.15)	

CMYK percentages

%61.11
%18.52
%0
%15.29

Codes

Color #54B0D8 in popluar color models

54B0D8
RGB84176216
HSL198°62.86%58.82%
HSB/HSV198°61.11%84.71%
CMYK61.11%18.52%0.00%
15.29%

Color #54B0D8 in popluar number systems.

HEX54B0D8
Decimal84176216
Binary10101001011000011011000
Octal124260330

Shades and tints

Shades of #54B0D8

#54B0D8
(84,176,216)
#4DA0C5
(77,160,197)
#4690B2
(70,144,178)
#3F809F
(63,128,159)
#38708C
(56,112,140)
#316079
(49,96,121)
#2A5066
(42,80,102)
#234053
(35,64,83)
#1C3040
(28,48,64)
#15202D
(21,32,45)
#0E101A
(14,16,26)
#000000
(0,0,0)

Tints of #54B0D8

#54B0D8
(84,176,216)
#63B7DB
(99,183,219)
#72BEDE
(114,190,222)
#81C5E1
(129,197,225)
#90CCE4
(144,204,228)
#9FD3E7
(159,211,231)
#AEDAEA
(174,218,234)
#BDE1ED
(189,225,237)
#CCE8F0
(204,232,240)
#DBEFF3
(219,239,243)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B0D8 color. Also use rgb(84,176,216) instead hex code.

Text Font Color

.myTextColor { color: #54B0D8; }

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

This text font color is #54B0D8.


Background Color

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

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

This div background color is #54B0D8.


Border color

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

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

This div border color is #54B0D8.


Opacity

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

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

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

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

This text has shadow with #54B0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B0D8 on black background.


Color preview on white background

This text has color #54B0D8 on white background.



Black color preview on #54B0D8 background

This text has black color on #54B0D8 background.


White color preview on #54B0D8 background

This text has white color on #54B0D8 background.