COLOR #79B0E9

HEX: #79B0E9
RGB: (121,176,233)

Color info

#79B0E9 contains mainly green and blue colors. Web safe color of #79B0E9 is #6699FF (or #69F).

RGB color model

#79B0E9 color RGB value is (121,176,233).

  • red value is 121;
  • green value is 176;
  • blue value is 233.
RGB:
(121,176,233)
(47%,69%,91%)

RGB channels and saturation

R 121 of 255 = 47%
G 176 of 255 = 69%
B 233 of 255 = 91%

121
176
233

R + G + B ~ 69%. #79B0E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 176 + 233 = 530 (100%)
R 121 of 530 ~ 22.83%
G 176 of 530 ~ 33.21%
B 233 of 530 ~ 43.96%

%22.83
%33.21
%43.96

CMYK color model

#79B0E9 color CMYK value is (48,24,0,9).

  • cyan value is 48.07%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(48,24,0,9)
C48M24Y0K9 
(48%,24%,0%,9%)
(0.48/0.24/0.00/0.09)	

CMYK percentages

%48.07
%24.46
%0
%8.63

Codes

Color #79B0E9 in popluar color models

79B0E9
RGB121176233
HSL211°71.79%69.41%
HSB/HSV211°48.07%91.37%
CMYK48.07%24.46%0.00%
8.63%

Color #79B0E9 in popluar number systems.

HEX79B0E9
Decimal121176233
Binary11110011011000011101001
Octal171260351

Shades and tints

Shades of #79B0E9

#79B0E9
(121,176,233)
#6EA0D4
(110,160,212)
#6390BF
(99,144,191)
#5880AA
(88,128,170)
#4D7095
(77,112,149)
#426080
(66,96,128)
#37506B
(55,80,107)
#2C4056
(44,64,86)
#213041
(33,48,65)
#16202C
(22,32,44)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #79B0E9

#79B0E9
(121,176,233)
#85B7EB
(133,183,235)
#91BEED
(145,190,237)
#9DC5EF
(157,197,239)
#A9CCF1
(169,204,241)
#B5D3F3
(181,211,243)
#C1DAF5
(193,218,245)
#CDE1F7
(205,225,247)
#D9E8F9
(217,232,249)
#E5EFFB
(229,239,251)
#F1F6FD
(241,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B0E9 color. Also use rgb(121,176,233) instead hex code.

Text Font Color

.myTextColor { color: #79B0E9; }

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

This text font color is #79B0E9.


Background Color

.myBgColor { background-color: #79B0E9; }

<div style="background-color:#79B0E9">Inner text</div>

This div background color is #79B0E9.


Border color

.myBorderColor { border: 1px solid #79B0E9; }

<div style="border:3px solid #79B0E9">Div</div>

This div border color is #79B0E9.


Opacity

.myOpacity80 { color: #79B0E9; opacity: 0.8; }

<p style="color:#79B0E9;opacity:0.8;">80%</p>

Text with #79B0E9 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 #79B0E9;}

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

This text has shadow with #79B0E9 color.

.textShadow {text-shadow: 3px 3px 1px #79B0E9, 3px 3px 1px red;}

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

This text has shadow with #79B0E9 primary color and red secondary color.


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

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

This text has shadow with #79B0E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B0E9 on black background.


Color preview on white background

This text has color #79B0E9 on white background.



Black color preview on #79B0E9 background

This text has black color on #79B0E9 background.


White color preview on #79B0E9 background

This text has white color on #79B0E9 background.