COLOR #77B5FE

HEX: #77B5FE
RGB: (119,181,254)

Color info

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

RGB color model

#77B5FE color RGB value is (119,181,254).

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

RGB channels and saturation

R 119 of 255 = 47%
G 181 of 255 = 71%
B 254 of 255 = 100%

119
181
254

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

Portions of RGB colors in percentages

R + G + B =
119 + 181 + 254 = 554 (100%)
R 119 of 554 ~ 21.48%
G 181 of 554 ~ 32.67%
B 254 of 554 ~ 45.85%

%21.48
%32.67
%45.85

CMYK color model

#77B5FE color CMYK value is (53,29,0,0).

  • cyan value is 53.15%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(53,29,0,0)
C53M29Y0K0 
(53%,29%,0%,0%)
(0.53/0.29/0.00/0.00)	

CMYK percentages

%53.15
%28.74
%0
%0.39

Codes

Color #77B5FE in popluar color models

77B5FE
RGB119181254
HSL212°98.54%73.14%
HSB/HSV212°53.15%99.61%
CMYK53.15%28.74%0.00%
0.39%

Color #77B5FE in popluar number systems.

HEX77B5FE
Decimal119181254
Binary11101111011010111111110
Octal167265376

Shades and tints

Shades of #77B5FE

#77B5FE
(119,181,254)
#6DA5E7
(109,165,231)
#6395D0
(99,149,208)
#5985B9
(89,133,185)
#4F75A2
(79,117,162)
#45658B
(69,101,139)
#3B5574
(59,85,116)
#31455D
(49,69,93)
#273546
(39,53,70)
#1D252F
(29,37,47)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #77B5FE

#77B5FE
(119,181,254)
#83BBFE
(131,187,254)
#8FC1FE
(143,193,254)
#9BC7FE
(155,199,254)
#A7CDFE
(167,205,254)
#B3D3FE
(179,211,254)
#BFD9FE
(191,217,254)
#CBDFFE
(203,223,254)
#D7E5FE
(215,229,254)
#E3EBFE
(227,235,254)
#EFF1FE
(239,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B5FE; }

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

This text font color is #77B5FE.


Background Color

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

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

This div background color is #77B5FE.


Border color

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

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

This div border color is #77B5FE.


Opacity

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

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

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

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

This text has shadow with #77B5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B5FE on black background.


Color preview on white background

This text has color #77B5FE on white background.



Black color preview on #77B5FE background

This text has black color on #77B5FE background.


White color preview on #77B5FE background

This text has white color on #77B5FE background.