COLOR #77B8F9

HEX: #77B8F9 RGB: (119,184,249)

Color info

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

RGB color model

#77B8F9 color RGB value is (119,184,249).

RGB: (119,184,249) (47%, 72%, 98%)

RGB channels and saturation

R 119 of 255 = 47%
G 184 of 255 = 72%
B 249 of 255 = 98%

119
184
249

R + G + B ~ 72%. #77B8F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 184 + 249 = 552 (100%)
R 119 of 552 ~ 21.56%
G 184 of 552 ~ 33.33%
B 249 of 552 ~ 45.11'%

%21.56
%33.33
%45.11

CMYK color model

#77B8F9 color CMYK value is (52,26,0,2).

  • cyan value is 52.21%
  • magenta value is 26.10%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (52,26,0,2)
C52M26Y0K2 (52%, 26%, 0%, 2%)
(0.52 / 0.26 / 0.00 / 0.02)

CMYK percentages

%52.21
%26.1
%0
%2.35

Codes

Color #77B8F9 in popluar color models

77 B8 F9
RGB 119 184 249
HSL 210° 91.55% 72.16%
HSB/HSV 210° 52.21% 97.65%
CMYK 52.21% 26.10% 0.00%
2.35%

Color #77B8F9 in popluar number systems.

HEX 77 B8 F9
Decimal 119 184 249
Binary 1110111 10111000 11111001
Octal 167 270 371

Shades and tints

Shades of #77B8F9

#77B8F9
(119,184,249)
#6DA8E3
(109,168,227)
#6398CD
(99,152,205)
#5988B7
(89,136,183)
#4F78A1
(79,120,161)
#45688B
(69,104,139)
#3B5875
(59,88,117)
#31485F
(49,72,95)
#273849
(39,56,73)
#1D2833
(29,40,51)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #77B8F9

#77B8F9
(119,184,249)
#83BEF9
(131,190,249)
#8FC4F9
(143,196,249)
#9BCAF9
(155,202,249)
#A7D0F9
(167,208,249)
#B3D6F9
(179,214,249)
#BFDCF9
(191,220,249)
#CBE2F9
(203,226,249)
#D7E8F9
(215,232,249)
#E3EEF9
(227,238,249)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B8F9 color. Also use rgb(119,184,249) instead hex code.

Text Font Color

.myTextColor { color: #77B8F9; }

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

This text font color is #77B8F9.

Background Color

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

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

This div background color is #77B8F9.

Border color

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

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

This div border color is #77B8F9.

Opacity

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

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

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

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

This text has shadow with #77B8F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B8F9.

Preview

Color preview on black background

This text has color #77B8F9 on black background.


Color preview on white background

This text has color #77B8F9 on white background.


Black color preview on #77B8F9 background

This text has black color on #77B8F9 background.


White color preview on #77B8F9 background

This text has white color on #77B8F9 background.


Related colors

Complementary color

Complementary color for #hex is #884706.


I love getcolorcode.com

Triadic colors

1 #F977B8 and #B8F977 with #77B8F9 are triadic colors.

2 #F9B877 and #B877F9 with #77B8F9 are triadic colors.