COLOR #78B9FE

HEX: #78B9FE
RGB: (120,185,254)

Color info

#78B9FE contains mainly blue color. Web safe color of #78B9FE is #66CCFF (or #6CF).

RGB color model

#78B9FE color RGB value is (120,185,254).

  • red value is 120;
  • green value is 185;
  • blue value is 254.
RGB:
(120,185,254)
(47%,73%,100%)

RGB channels and saturation

R 120 of 255 = 47%
G 185 of 255 = 73%
B 254 of 255 = 100%

120
185
254

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

Portions of RGB colors in percentages

R + G + B =
120 + 185 + 254 = 559 (100%)
R 120 of 559 ~ 21.47%
G 185 of 559 ~ 33.09%
B 254 of 559 ~ 45.44%

%21.47
%33.09
%45.44

CMYK color model

#78B9FE color CMYK value is (53,27,0,0).

  • cyan value is 52.76%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(53,27,0,0)
C53M27Y0K0 
(53%,27%,0%,0%)
(0.53/0.27/0.00/0.00)	

CMYK percentages

%52.76
%27.17
%0
%0.39

Codes

Color #78B9FE in popluar color models

78B9FE
RGB120185254
HSL211°98.53%73.33%
HSB/HSV211°52.76%99.61%
CMYK52.76%27.17%0.00%
0.39%

Color #78B9FE in popluar number systems.

HEX78B9FE
Decimal120185254
Binary11110001011100111111110
Octal170271376

Shades and tints

Shades of #78B9FE

#78B9FE
(120,185,254)
#6EA9E7
(110,169,231)
#6499D0
(100,153,208)
#5A89B9
(90,137,185)
#5079A2
(80,121,162)
#46698B
(70,105,139)
#3C5974
(60,89,116)
#32495D
(50,73,93)
#283946
(40,57,70)
#1E292F
(30,41,47)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #78B9FE

#78B9FE
(120,185,254)
#84BFFE
(132,191,254)
#90C5FE
(144,197,254)
#9CCBFE
(156,203,254)
#A8D1FE
(168,209,254)
#B4D7FE
(180,215,254)
#C0DDFE
(192,221,254)
#CCE3FE
(204,227,254)
#D8E9FE
(216,233,254)
#E4EFFE
(228,239,254)
#F0F5FE
(240,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B9FE color. Also use rgb(120,185,254) instead hex code.

Text Font Color

.myTextColor { color: #78B9FE; }

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

This text font color is #78B9FE.


Background Color

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

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

This div background color is #78B9FE.


Border color

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

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

This div border color is #78B9FE.


Opacity

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

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

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

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

This text has shadow with #78B9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B9FE on black background.


Color preview on white background

This text has color #78B9FE on white background.



Black color preview on #78B9FE background

This text has black color on #78B9FE background.


White color preview on #78B9FE background

This text has white color on #78B9FE background.