COLOR #77C2F5

HEX: #77C2F5
RGB: (119,194,245)

Color info

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

RGB color model

#77C2F5 color RGB value is (119,194,245).

  • red value is 119;
  • green value is 194;
  • blue value is 245.
RGB:
(119,194,245)
(47%,76%,96%)

RGB channels and saturation

R 119 of 255 = 47%
G 194 of 255 = 76%
B 245 of 255 = 96%

119
194
245

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

Portions of RGB colors in percentages

R + G + B =
119 + 194 + 245 = 558 (100%)
R 119 of 558 ~ 21.33%
G 194 of 558 ~ 34.77%
B 245 of 558 ~ 43.91%

%21.33
%34.77
%43.91

CMYK color model

#77C2F5 color CMYK value is (51,21,0,4).

  • cyan value is 51.43%
  • magenta value is 20.82%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(51,21,0,4)
C51M21Y0K4 
(51%,21%,0%,4%)
(0.51/0.21/0.00/0.04)	

CMYK percentages

%51.43
%20.82
%0
%3.92

Codes

Color #77C2F5 in popluar color models

77C2F5
RGB119194245
HSL204°86.30%71.37%
HSB/HSV204°51.43%96.08%
CMYK51.43%20.82%0.00%
3.92%

Color #77C2F5 in popluar number systems.

HEX77C2F5
Decimal119194245
Binary11101111100001011110101
Octal167302365

Shades and tints

Shades of #77C2F5

#77C2F5
(119,194,245)
#6DB1DF
(109,177,223)
#63A0C9
(99,160,201)
#598FB3
(89,143,179)
#4F7E9D
(79,126,157)
#456D87
(69,109,135)
#3B5C71
(59,92,113)
#314B5B
(49,75,91)
#273A45
(39,58,69)
#1D292F
(29,41,47)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #77C2F5

#77C2F5
(119,194,245)
#83C7F5
(131,199,245)
#8FCCF5
(143,204,245)
#9BD1F5
(155,209,245)
#A7D6F5
(167,214,245)
#B3DBF5
(179,219,245)
#BFE0F5
(191,224,245)
#CBE5F5
(203,229,245)
#D7EAF5
(215,234,245)
#E3EFF5
(227,239,245)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C2F5 color. Also use rgb(119,194,245) instead hex code.

Text Font Color

.myTextColor { color: #77C2F5; }

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

This text font color is #77C2F5.


Background Color

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

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

This div background color is #77C2F5.


Border color

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

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

This div border color is #77C2F5.


Opacity

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

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

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

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

This text has shadow with #77C2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C2F5 on black background.


Color preview on white background

This text has color #77C2F5 on white background.



Black color preview on #77C2F5 background

This text has black color on #77C2F5 background.


White color preview on #77C2F5 background

This text has white color on #77C2F5 background.