COLOR #78C0F9

HEX: #78C0F9
RGB: (120,192,249)

Color info

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

RGB color model

#78C0F9 color RGB value is (120,192,249).

  • red value is 120;
  • green value is 192;
  • blue value is 249.
RGB:
(120,192,249)
(47%,75%,98%)

RGB channels and saturation

R 120 of 255 = 47%
G 192 of 255 = 75%
B 249 of 255 = 98%

120
192
249

R + G + B ~ 73%. #78C0F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 192 + 249 = 561 (100%)
R 120 of 561 ~ 21.39%
G 192 of 561 ~ 34.22%
B 249 of 561 ~ 44.39%

%21.39
%34.22
%44.39

CMYK color model

#78C0F9 color CMYK value is (52,23,0,2).

  • cyan value is 51.81%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(52,23,0,2)
C52M23Y0K2 
(52%,23%,0%,2%)
(0.52/0.23/0.00/0.02)	

CMYK percentages

%51.81
%22.89
%0
%2.35

Codes

Color #78C0F9 in popluar color models

78C0F9
RGB120192249
HSL207°91.49%72.35%
HSB/HSV207°51.81%97.65%
CMYK51.81%22.89%0.00%
2.35%

Color #78C0F9 in popluar number systems.

HEX78C0F9
Decimal120192249
Binary11110001100000011111001
Octal170300371

Shades and tints

Shades of #78C0F9

#78C0F9
(120,192,249)
#6EAFE3
(110,175,227)
#649ECD
(100,158,205)
#5A8DB7
(90,141,183)
#507CA1
(80,124,161)
#466B8B
(70,107,139)
#3C5A75
(60,90,117)
#32495F
(50,73,95)
#283849
(40,56,73)
#1E2733
(30,39,51)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #78C0F9

#78C0F9
(120,192,249)
#84C5F9
(132,197,249)
#90CAF9
(144,202,249)
#9CCFF9
(156,207,249)
#A8D4F9
(168,212,249)
#B4D9F9
(180,217,249)
#C0DEF9
(192,222,249)
#CCE3F9
(204,227,249)
#D8E8F9
(216,232,249)
#E4EDF9
(228,237,249)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C0F9 color. Also use rgb(120,192,249) instead hex code.

Text Font Color

.myTextColor { color: #78C0F9; }

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

This text font color is #78C0F9.


Background Color

.myBgColor { background-color: #78C0F9; }

<div style="background-color:#78C0F9">Inner text</div>

This div background color is #78C0F9.


Border color

.myBorderColor { border: 1px solid #78C0F9; }

<div style="border:3px solid #78C0F9">Div</div>

This div border color is #78C0F9.


Opacity

.myOpacity80 { color: #78C0F9; opacity: 0.8; }

<p style="color:#78C0F9;opacity:0.8;">80%</p>

Text with #78C0F9 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 #78C0F9;}

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

This text has shadow with #78C0F9 color.

.textShadow {text-shadow: 3px 3px 1px #78C0F9, 3px 3px 1px red;}

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

This text has shadow with #78C0F9 primary color and red secondary color.


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

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

This text has shadow with #78C0F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C0F9 on black background.


Color preview on white background

This text has color #78C0F9 on white background.



Black color preview on #78C0F9 background

This text has black color on #78C0F9 background.


White color preview on #78C0F9 background

This text has white color on #78C0F9 background.