COLOR #54C0F7

HEX: #54C0F7
RGB: (84,192,247)

Color info

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

RGB color model

#54C0F7 color RGB value is (84,192,247).

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

RGB channels and saturation

R 84 of 255 = 33%
G 192 of 255 = 75%
B 247 of 255 = 97%

84
192
247

R + G + B ~ 68%. #54C0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 192 + 247 = 523 (100%)
R 84 of 523 ~ 16.06%
G 192 of 523 ~ 36.71%
B 247 of 523 ~ 47.23%

%16.06
%36.71
%47.23

CMYK color model

#54C0F7 color CMYK value is (66,22,0,3).

  • cyan value is 65.99%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(66,22,0,3)
C66M22Y0K3 
(66%,22%,0%,3%)
(0.66/0.22/0.00/0.03)	

CMYK percentages

%65.99
%22.27
%0
%3.14

Codes

Color #54C0F7 in popluar color models

54C0F7
RGB84192247
HSL200°91.06%64.90%
HSB/HSV200°65.99%96.86%
CMYK65.99%22.27%0.00%
3.14%

Color #54C0F7 in popluar number systems.

HEX54C0F7
Decimal84192247
Binary10101001100000011110111
Octal124300367

Shades and tints

Shades of #54C0F7

#54C0F7
(84,192,247)
#4DAFE1
(77,175,225)
#469ECB
(70,158,203)
#3F8DB5
(63,141,181)
#387C9F
(56,124,159)
#316B89
(49,107,137)
#2A5A73
(42,90,115)
#23495D
(35,73,93)
#1C3847
(28,56,71)
#152731
(21,39,49)
#0E161B
(14,22,27)
#000000
(0,0,0)

Tints of #54C0F7

#54C0F7
(84,192,247)
#63C5F7
(99,197,247)
#72CAF7
(114,202,247)
#81CFF7
(129,207,247)
#90D4F7
(144,212,247)
#9FD9F7
(159,217,247)
#AEDEF7
(174,222,247)
#BDE3F7
(189,227,247)
#CCE8F7
(204,232,247)
#DBEDF7
(219,237,247)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54C0F7; }

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

This text font color is #54C0F7.


Background Color

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

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

This div background color is #54C0F7.


Border color

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

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

This div border color is #54C0F7.


Opacity

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

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

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

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

This text has shadow with #54C0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54C0F7 on black background.


Color preview on white background

This text has color #54C0F7 on white background.



Black color preview on #54C0F7 background

This text has black color on #54C0F7 background.


White color preview on #54C0F7 background

This text has white color on #54C0F7 background.