COLOR #77C0FB

HEX: #77C0FB
RGB: (119,192,251)

Color info

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

RGB color model

#77C0FB color RGB value is (119,192,251).

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

RGB channels and saturation

R 119 of 255 = 47%
G 192 of 255 = 75%
B 251 of 255 = 98%

119
192
251

R + G + B ~ 73%. #77C0FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 192 + 251 = 562 (100%)
R 119 of 562 ~ 21.17%
G 192 of 562 ~ 34.16%
B 251 of 562 ~ 44.66%

%21.17
%34.16
%44.66

CMYK color model

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

  • cyan value is 52.59%
  • magenta value is 23.51%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(53,24,0,2)
C53M24Y0K2 
(53%,24%,0%,2%)
(0.53/0.24/0.00/0.02)	

CMYK percentages

%52.59
%23.51
%0
%1.57

Codes

Color #77C0FB in popluar color models

77C0FB
RGB119192251
HSL207°94.29%72.55%
HSB/HSV207°52.59%98.43%
CMYK52.59%23.51%0.00%
1.57%

Color #77C0FB in popluar number systems.

HEX77C0FB
Decimal119192251
Binary11101111100000011111011
Octal167300373

Shades and tints

Shades of #77C0FB

#77C0FB
(119,192,251)
#6DAFE5
(109,175,229)
#639ECF
(99,158,207)
#598DB9
(89,141,185)
#4F7CA3
(79,124,163)
#456B8D
(69,107,141)
#3B5A77
(59,90,119)
#314961
(49,73,97)
#27384B
(39,56,75)
#1D2735
(29,39,53)
#13161F
(19,22,31)
#000000
(0,0,0)

Tints of #77C0FB

#77C0FB
(119,192,251)
#83C5FB
(131,197,251)
#8FCAFB
(143,202,251)
#9BCFFB
(155,207,251)
#A7D4FB
(167,212,251)
#B3D9FB
(179,217,251)
#BFDEFB
(191,222,251)
#CBE3FB
(203,227,251)
#D7E8FB
(215,232,251)
#E3EDFB
(227,237,251)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C0FB; }

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

This text font color is #77C0FB.


Background Color

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

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

This div background color is #77C0FB.


Border color

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

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

This div border color is #77C0FB.


Opacity

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

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

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

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

This text has shadow with #77C0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C0FB on black background.


Color preview on white background

This text has color #77C0FB on white background.



Black color preview on #77C0FB background

This text has black color on #77C0FB background.


White color preview on #77C0FB background

This text has white color on #77C0FB background.