COLOR #54B9FF

HEX: #54B9FF RGB: (84,185,255)

Color info

#54B9FF contains mainly blue color. Web safe color of #54B9FF is #66CCFF (or #6CF).

RGB color model

#54B9FF color RGB value is (84,185,255).

RGB: (84,185,255) (33%, 73%, 100%)

RGB channels and saturation

R 84 of 255 = 33%
G 185 of 255 = 73%
B 255 of 255 = 100%

84
185
255

R + G + B ~ 69%. #54B9FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 84 + 185 + 255 = 524 (100%)
R 84 of 524 ~ 16.03%
G 185 of 524 ~ 35.31%
B 255 of 524 ~ 48.66'%

%16.03
%35.31
%48.66

CMYK color model

#54B9FF color CMYK value is (67,27,0,0).

  • cyan value is 67.06%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (67,27,0,0)
C67M27Y0K0 (67%, 27%, 0%, 0%)
(0.67 / 0.27 / 0.00 / 0.00)

CMYK percentages

%67.06
%27.45
%0
%0

Codes

Color #54B9FF in popluar color models

54 B9 FF
RGB 84 185 255
HSL 205° 100.00% 66.47%
HSB/HSV 205° 67.06% 100.00%
CMYK 67.06% 27.45% 0.00%
0.00%

Color #54B9FF in popluar number systems.

HEX 54 B9 FF
Decimal 84 185 255
Binary 1010100 10111001 11111111
Octal 124 271 377

Shades and tints

Shades of #54B9FF

#54B9FF
(84,185,255)
#4DA9E8
(77,169,232)
#4699D1
(70,153,209)
#3F89BA
(63,137,186)
#3879A3
(56,121,163)
#31698C
(49,105,140)
#2A5975
(42,89,117)
#23495E
(35,73,94)
#1C3947
(28,57,71)
#152930
(21,41,48)
#0E1919
(14,25,25)
#000000
(0,0,0)

Tints of #54B9FF

#54B9FF
(84,185,255)
#63BFFF
(99,191,255)
#72C5FF
(114,197,255)
#81CBFF
(129,203,255)
#90D1FF
(144,209,255)
#9FD7FF
(159,215,255)
#AEDDFF
(174,221,255)
#BDE3FF
(189,227,255)
#CCE9FF
(204,233,255)
#DBEFFF
(219,239,255)
#EAF5FF
(234,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54B9FF; }

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

This text font color is #54B9FF.

Background Color

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

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

This div background color is #54B9FF.

Border color

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

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

This div border color is #54B9FF.

Opacity

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

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

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

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

This text has shadow with #54B9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54B9FF.

Preview

Color preview on black background

This text has color #54B9FF on black background.


Color preview on white background

This text has color #54B9FF on white background.


Black color preview on #54B9FF background

This text has black color on #54B9FF background.


White color preview on #54B9FF background

This text has white color on #54B9FF background.


Related colors

Complementary color

Complementary color for #hex is #AB4600.


I love getcolorcode.com

Triadic colors

1 #FF54B9 and #B9FF54 with #54B9FF are triadic colors.

2 #FFB954 and #B954FF with #54B9FF are triadic colors.