COLOR #54C0ED

HEX: #54C0ED
RGB: (84,192,237)

Color info

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

RGB color model

#54C0ED color RGB value is (84,192,237).

  • red value is 84;
  • green value is 192;
  • blue value is 237.
RGB:
(84,192,237)
(33%,75%,93%)

RGB channels and saturation

R 84 of 255 = 33%
G 192 of 255 = 75%
B 237 of 255 = 93%

84
192
237

R + G + B ~ 67%. #54C0ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 192 + 237 = 513 (100%)
R 84 of 513 ~ 16.37%
G 192 of 513 ~ 37.43%
B 237 of 513 ~ 46.2%

%16.37
%37.43
%46.2

CMYK color model

#54C0ED color CMYK value is (65,19,0,7).

  • cyan value is 64.56%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(65,19,0,7)
C65M19Y0K7 
(65%,19%,0%,7%)
(0.65/0.19/0.00/0.07)	

CMYK percentages

%64.56
%18.99
%0
%7.06

Codes

Color #54C0ED in popluar color models

54C0ED
RGB84192237
HSL198°80.95%62.94%
HSB/HSV198°64.56%92.94%
CMYK64.56%18.99%0.00%
7.06%

Color #54C0ED in popluar number systems.

HEX54C0ED
Decimal84192237
Binary10101001100000011101101
Octal124300355

Shades and tints

Shades of #54C0ED

#54C0ED
(84,192,237)
#4DAFD8
(77,175,216)
#469EC3
(70,158,195)
#3F8DAE
(63,141,174)
#387C99
(56,124,153)
#316B84
(49,107,132)
#2A5A6F
(42,90,111)
#23495A
(35,73,90)
#1C3845
(28,56,69)
#152730
(21,39,48)
#0E161B
(14,22,27)
#000000
(0,0,0)

Tints of #54C0ED

#54C0ED
(84,192,237)
#63C5EE
(99,197,238)
#72CAEF
(114,202,239)
#81CFF0
(129,207,240)
#90D4F1
(144,212,241)
#9FD9F2
(159,217,242)
#AEDEF3
(174,222,243)
#BDE3F4
(189,227,244)
#CCE8F5
(204,232,245)
#DBEDF6
(219,237,246)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54C0ED color. Also use rgb(84,192,237) instead hex code.

Text Font Color

.myTextColor { color: #54C0ED; }

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

This text font color is #54C0ED.


Background Color

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

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

This div background color is #54C0ED.


Border color

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

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

This div border color is #54C0ED.


Opacity

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

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

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

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

This text has shadow with #54C0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54C0ED on black background.


Color preview on white background

This text has color #54C0ED on white background.



Black color preview on #54C0ED background

This text has black color on #54C0ED background.


White color preview on #54C0ED background

This text has white color on #54C0ED background.