COLOR #77CAF5

HEX: #77CAF5 RGB: (119,202,245)

Color info

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

RGB color model

#77CAF5 color RGB value is (119,202,245).

RGB: (119,202,245) (47%, 79%, 96%)

RGB channels and saturation

R 119 of 255 = 47%
G 202 of 255 = 79%
B 245 of 255 = 96%

119
202
245

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

Portions of RGB colors in percentages

R + G + B = 119 + 202 + 245 = 566 (100%)
R 119 of 566 ~ 21.02%
G 202 of 566 ~ 35.69%
B 245 of 566 ~ 43.29'%

%21.02
%35.69
%43.29

CMYK color model

#77CAF5 color CMYK value is (51,18,0,4).

  • cyan value is 51.43%
  • magenta value is 17.55%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (51,18,0,4) C51M18Y0K4 (51%,18%,0%,4%) (0.51/0.18/0.00/0.04) 

CMYK percentages

%51.43
%17.55
%0
%3.92

Codes

Color #77CAF5 in popluar color models

77 CA F5
RGB 119 202 245
HSL 200° 86.30% 71.37%
HSB/HSV 200° 51.43% 96.08%
CMYK 51.43% 17.55% 0.00%
3.92%

Color #77CAF5 in popluar number systems.

HEX 77 CA F5
Decimal 119 202 245
Binary 1110111 11001010 11110101
Octal 167 312 365

Shades and tints

Shades of #77CAF5

#77CAF5
(119,202,245)
#6DB8DF
(109,184,223)
#63A6C9
(99,166,201)
#5994B3
(89,148,179)
#4F829D
(79,130,157)
#457087
(69,112,135)
#3B5E71
(59,94,113)
#314C5B
(49,76,91)
#273A45
(39,58,69)
#1D282F
(29,40,47)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #77CAF5

#77CAF5
(119,202,245)
#83CEF5
(131,206,245)
#8FD2F5
(143,210,245)
#9BD6F5
(155,214,245)
#A7DAF5
(167,218,245)
#B3DEF5
(179,222,245)
#BFE2F5
(191,226,245)
#CBE6F5
(203,230,245)
#D7EAF5
(215,234,245)
#E3EEF5
(227,238,245)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CAF5; }

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

This text font color is #77CAF5.

Background Color

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

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

This div background color is #77CAF5.

Border color

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

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

This div border color is #77CAF5.

Opacity

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

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

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

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

This text has shadow with #77CAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77CAF5.

Preview

Color preview on black background

This text has color #77CAF5 on black background.


Color preview on white background

This text has color #77CAF5 on white background.


Black color preview on #77CAF5 background

This text has black color on #77CAF5 background.


White color preview on #77CAF5 background

This text has white color on #77CAF5 background.


Related colors

Complementary color

Complementary color for #hex is #88350A.


I love getcolorcode.com

Triadic colors

1 #F577CA and #CAF577 with #77CAF5 are triadic colors.

2 #F5CA77 and #CA77F5 with #77CAF5 are triadic colors.