COLOR #54A3DA

HEX: #54A3DA RGB: (84,163,218)

Color info

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

RGB color model

#54A3DA color RGB value is (84,163,218).

RGB: (84,163,218) (33%, 64%, 85%)

RGB channels and saturation

R 84 of 255 = 33%
G 163 of 255 = 64%
B 218 of 255 = 85%

84
163
218

R + G + B ~ 61%. #54A3DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 84 + 163 + 218 = 465 (100%)
R 84 of 465 ~ 18.06%
G 163 of 465 ~ 35.05%
B 218 of 465 ~ 46.88'%

%18.06
%35.05
%46.88

CMYK color model

#54A3DA color CMYK value is (61,25,0,15).

  • cyan value is 61.47%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (61,25,0,15) C61M25Y0K15 (61%,25%,0%,15%) (0.61/0.25/0.00/0.15) 

CMYK percentages

%61.47
%25.23
%0
%14.51

Codes

Color #54A3DA in popluar color models

54 A3 DA
RGB 84 163 218
HSL 205° 64.42% 59.22%
HSB/HSV 205° 61.47% 85.49%
CMYK 61.47% 25.23% 0.00%
14.51%

Color #54A3DA in popluar number systems.

HEX 54 A3 DA
Decimal 84 163 218
Binary 1010100 10100011 11011010
Octal 124 243 332

Shades and tints

Shades of #54A3DA

#54A3DA
(84,163,218)
#4D95C7
(77,149,199)
#4687B4
(70,135,180)
#3F79A1
(63,121,161)
#386B8E
(56,107,142)
#315D7B
(49,93,123)
#2A4F68
(42,79,104)
#234155
(35,65,85)
#1C3342
(28,51,66)
#15252F
(21,37,47)
#0E171C
(14,23,28)
#000000
(0,0,0)

Tints of #54A3DA

#54A3DA
(84,163,218)
#63ABDD
(99,171,221)
#72B3E0
(114,179,224)
#81BBE3
(129,187,227)
#90C3E6
(144,195,230)
#9FCBE9
(159,203,233)
#AED3EC
(174,211,236)
#BDDBEF
(189,219,239)
#CCE3F2
(204,227,242)
#DBEBF5
(219,235,245)
#EAF3F8
(234,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A3DA color. Also use rgb(84,163,218) instead hex code.

Text Font Color

.myTextColor { color: #54A3DA; }

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

This text font color is #54A3DA.

Background Color

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

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

This div background color is #54A3DA.

Border color

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

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

This div border color is #54A3DA.

Opacity

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

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

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

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

This text has shadow with #54A3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54A3DA.

Preview

Color preview on black background

This text has color #54A3DA on black background.


Color preview on white background

This text has color #54A3DA on white background.


Black color preview on #54A3DA background

This text has black color on #54A3DA background.


White color preview on #54A3DA background

This text has white color on #54A3DA background.


Related colors

Complementary color

Complementary color for #hex is #AB5C25.


I love getcolorcode.com

Triadic colors

1 #DA54A3 and #A3DA54 with #54A3DA are triadic colors.

2 #DAA354 and #A354DA with #54A3DA are triadic colors.