COLOR #54B9EC

HEX: #54B9EC RGB: (84,185,236)

Color info

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

RGB color model

#54B9EC color RGB value is (84,185,236).

RGB: (84,185,236) (33%, 73%, 93%)

RGB channels and saturation

R 84 of 255 = 33%
G 185 of 255 = 73%
B 236 of 255 = 93%

84
185
236

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

Portions of RGB colors in percentages

R + G + B = 84 + 185 + 236 = 505 (100%)
R 84 of 505 ~ 16.63%
G 185 of 505 ~ 36.63%
B 236 of 505 ~ 46.73'%

%16.63
%36.63
%46.73

CMYK color model

#54B9EC color CMYK value is (64,22,0,7).

  • cyan value is 64.41%
  • magenta value is 21.61%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (64,22,0,7)
C64M22Y0K7 (64%, 22%, 0%, 7%)
(0.64 / 0.22 / 0.00 / 0.07)

CMYK percentages

%64.41
%21.61
%0
%7.45

Codes

Color #54B9EC in popluar color models

54 B9 EC
RGB 84 185 236
HSL 200° 80.00% 62.75%
HSB/HSV 200° 64.41% 92.55%
CMYK 64.41% 21.61% 0.00%
7.45%

Color #54B9EC in popluar number systems.

HEX 54 B9 EC
Decimal 84 185 236
Binary 1010100 10111001 11101100
Octal 124 271 354

Shades and tints

Shades of #54B9EC

#54B9EC
(84,185,236)
#4DA9D7
(77,169,215)
#4699C2
(70,153,194)
#3F89AD
(63,137,173)
#387998
(56,121,152)
#316983
(49,105,131)
#2A596E
(42,89,110)
#234959
(35,73,89)
#1C3944
(28,57,68)
#15292F
(21,41,47)
#0E191A
(14,25,26)
#000000
(0,0,0)

Tints of #54B9EC

#54B9EC
(84,185,236)
#63BFED
(99,191,237)
#72C5EE
(114,197,238)
#81CBEF
(129,203,239)
#90D1F0
(144,209,240)
#9FD7F1
(159,215,241)
#AEDDF2
(174,221,242)
#BDE3F3
(189,227,243)
#CCE9F4
(204,233,244)
#DBEFF5
(219,239,245)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54B9EC; }

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

This text font color is #54B9EC.

Background Color

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

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

This div background color is #54B9EC.

Border color

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

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

This div border color is #54B9EC.

Opacity

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

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

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

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

This text has shadow with #54B9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54B9EC.

Preview

Color preview on black background

This text has color #54B9EC on black background.


Color preview on white background

This text has color #54B9EC on white background.


Black color preview on #54B9EC background

This text has black color on #54B9EC background.


White color preview on #54B9EC background

This text has white color on #54B9EC background.


Related colors

Complementary color

Complementary color for #hex is #AB4613.


I love getcolorcode.com

Triadic colors

1 #EC54B9 and #B9EC54 with #54B9EC are triadic colors.

2 #ECB954 and #B954EC with #54B9EC are triadic colors.