COLOR #54AFDD

HEX: #54AFDD
RGB: (84,175,221)

Color info

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

RGB color model

#54AFDD color RGB value is (84,175,221).

  • red value is 84;
  • green value is 175;
  • blue value is 221.
RGB:
(84,175,221)
(33%,69%,87%)

RGB channels and saturation

R 84 of 255 = 33%
G 175 of 255 = 69%
B 221 of 255 = 87%

84
175
221

R + G + B ~ 63%. #54AFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 175 + 221 = 480 (100%)
R 84 of 480 ~ 17.5%
G 175 of 480 ~ 36.46%
B 221 of 480 ~ 46.04%

%17.5
%36.46
%46.04

CMYK color model

#54AFDD color CMYK value is (62,21,0,13).

  • cyan value is 61.99%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(62,21,0,13)
C62M21Y0K13 
(62%,21%,0%,13%)
(0.62/0.21/0.00/0.13)	

CMYK percentages

%61.99
%20.81
%0
%13.33

Codes

Color #54AFDD in popluar color models

54AFDD
RGB84175221
HSL200°66.83%59.80%
HSB/HSV200°61.99%86.67%
CMYK61.99%20.81%0.00%
13.33%

Color #54AFDD in popluar number systems.

HEX54AFDD
Decimal84175221
Binary10101001010111111011101
Octal124257335

Shades and tints

Shades of #54AFDD

#54AFDD
(84,175,221)
#4DA0C9
(77,160,201)
#4691B5
(70,145,181)
#3F82A1
(63,130,161)
#38738D
(56,115,141)
#316479
(49,100,121)
#2A5565
(42,85,101)
#234651
(35,70,81)
#1C373D
(28,55,61)
#152829
(21,40,41)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #54AFDD

#54AFDD
(84,175,221)
#63B6E0
(99,182,224)
#72BDE3
(114,189,227)
#81C4E6
(129,196,230)
#90CBE9
(144,203,233)
#9FD2EC
(159,210,236)
#AED9EF
(174,217,239)
#BDE0F2
(189,224,242)
#CCE7F5
(204,231,245)
#DBEEF8
(219,238,248)
#EAF5FB
(234,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54AFDD color. Also use rgb(84,175,221) instead hex code.

Text Font Color

.myTextColor { color: #54AFDD; }

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

This text font color is #54AFDD.


Background Color

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

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

This div background color is #54AFDD.


Border color

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

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

This div border color is #54AFDD.


Opacity

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

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

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

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

This text has shadow with #54AFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AFDD on black background.


Color preview on white background

This text has color #54AFDD on white background.



Black color preview on #54AFDD background

This text has black color on #54AFDD background.


White color preview on #54AFDD background

This text has white color on #54AFDD background.