COLOR #77C0FE

HEX: #77C0FE
RGB: (119,192,254)

Color info

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

RGB color model

#77C0FE color RGB value is (119,192,254).

  • red value is 119;
  • green value is 192;
  • blue value is 254.
RGB:
(119,192,254)
(47%,75%,100%)

RGB channels and saturation

R 119 of 255 = 47%
G 192 of 255 = 75%
B 254 of 255 = 100%

119
192
254

R + G + B ~ 74%. #77C0FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 192 + 254 = 565 (100%)
R 119 of 565 ~ 21.06%
G 192 of 565 ~ 33.98%
B 254 of 565 ~ 44.96%

%21.06
%33.98
%44.96

CMYK color model

#77C0FE color CMYK value is (53,24,0,0).

  • cyan value is 53.15%
  • magenta value is 24.41%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(53,24,0,0)
C53M24Y0K0 
(53%,24%,0%,0%)
(0.53/0.24/0.00/0.00)	

CMYK percentages

%53.15
%24.41
%0
%0.39

Codes

Color #77C0FE in popluar color models

77C0FE
RGB119192254
HSL208°98.54%73.14%
HSB/HSV208°53.15%99.61%
CMYK53.15%24.41%0.00%
0.39%

Color #77C0FE in popluar number systems.

HEX77C0FE
Decimal119192254
Binary11101111100000011111110
Octal167300376

Shades and tints

Shades of #77C0FE

#77C0FE
(119,192,254)
#6DAFE7
(109,175,231)
#639ED0
(99,158,208)
#598DB9
(89,141,185)
#4F7CA2
(79,124,162)
#456B8B
(69,107,139)
#3B5A74
(59,90,116)
#31495D
(49,73,93)
#273846
(39,56,70)
#1D272F
(29,39,47)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #77C0FE

#77C0FE
(119,192,254)
#83C5FE
(131,197,254)
#8FCAFE
(143,202,254)
#9BCFFE
(155,207,254)
#A7D4FE
(167,212,254)
#B3D9FE
(179,217,254)
#BFDEFE
(191,222,254)
#CBE3FE
(203,227,254)
#D7E8FE
(215,232,254)
#E3EDFE
(227,237,254)
#EFF2FE
(239,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C0FE color. Also use rgb(119,192,254) instead hex code.

Text Font Color

.myTextColor { color: #77C0FE; }

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

This text font color is #77C0FE.


Background Color

.myBgColor { background-color: #77C0FE; }

<div style="background-color:#77C0FE">Inner text</div>

This div background color is #77C0FE.


Border color

.myBorderColor { border: 1px solid #77C0FE; }

<div style="border:3px solid #77C0FE">Div</div>

This div border color is #77C0FE.


Opacity

.myOpacity80 { color: #77C0FE; opacity: 0.8; }

<p style="color:#77C0FE;opacity:0.8;">80%</p>

Text with #77C0FE 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 #77C0FE;}

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

This text has shadow with #77C0FE color.

.textShadow {text-shadow: 3px 3px 1px #77C0FE, 3px 3px 1px red;}

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

This text has shadow with #77C0FE primary color and red secondary color.


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

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

This text has shadow with #77C0FE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C0FE on black background.


Color preview on white background

This text has color #77C0FE on white background.



Black color preview on #77C0FE background

This text has black color on #77C0FE background.


White color preview on #77C0FE background

This text has white color on #77C0FE background.