COLOR #54BCD8

HEX: #54BCD8
RGB: (84,188,216)

Color info

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

RGB color model

#54BCD8 color RGB value is (84,188,216).

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

RGB channels and saturation

R 84 of 255 = 33%
G 188 of 255 = 74%
B 216 of 255 = 85%

84
188
216

R + G + B ~ 64%. #54BCD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 188 + 216 = 488 (100%)
R 84 of 488 ~ 17.21%
G 188 of 488 ~ 38.52%
B 216 of 488 ~ 44.26%

%17.21
%38.52
%44.26

CMYK color model

#54BCD8 color CMYK value is (61,13,0,15).

  • cyan value is 61.11%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(61,13,0,15)
C61M13Y0K15 
(61%,13%,0%,15%)
(0.61/0.13/0.00/0.15)	

CMYK percentages

%61.11
%12.96
%0
%15.29

Codes

Color #54BCD8 in popluar color models

54BCD8
RGB84188216
HSL193°62.86%58.82%
HSB/HSV193°61.11%84.71%
CMYK61.11%12.96%0.00%
15.29%

Color #54BCD8 in popluar number systems.

HEX54BCD8
Decimal84188216
Binary10101001011110011011000
Octal124274330

Shades and tints

Shades of #54BCD8

#54BCD8
(84,188,216)
#4DABC5
(77,171,197)
#469AB2
(70,154,178)
#3F899F
(63,137,159)
#38788C
(56,120,140)
#316779
(49,103,121)
#2A5666
(42,86,102)
#234553
(35,69,83)
#1C3440
(28,52,64)
#15232D
(21,35,45)
#0E121A
(14,18,26)
#000000
(0,0,0)

Tints of #54BCD8

#54BCD8
(84,188,216)
#63C2DB
(99,194,219)
#72C8DE
(114,200,222)
#81CEE1
(129,206,225)
#90D4E4
(144,212,228)
#9FDAE7
(159,218,231)
#AEE0EA
(174,224,234)
#BDE6ED
(189,230,237)
#CCECF0
(204,236,240)
#DBF2F3
(219,242,243)
#EAF8F6
(234,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54BCD8; }

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

This text font color is #54BCD8.


Background Color

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

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

This div background color is #54BCD8.


Border color

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

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

This div border color is #54BCD8.


Opacity

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

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

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

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

This text has shadow with #54BCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54BCD8 on black background.


Color preview on white background

This text has color #54BCD8 on white background.



Black color preview on #54BCD8 background

This text has black color on #54BCD8 background.


White color preview on #54BCD8 background

This text has white color on #54BCD8 background.