COLOR #79C5F7

HEX: #79C5F7
RGB: (121,197,247)

Color info

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

RGB color model

#79C5F7 color RGB value is (121,197,247).

  • red value is 121;
  • green value is 197;
  • blue value is 247.
RGB:
(121,197,247)
(47%,77%,97%)

RGB channels and saturation

R 121 of 255 = 47%
G 197 of 255 = 77%
B 247 of 255 = 97%

121
197
247

R + G + B ~ 74%. #79C5F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 197 + 247 = 565 (100%)
R 121 of 565 ~ 21.42%
G 197 of 565 ~ 34.87%
B 247 of 565 ~ 43.72%

%21.42
%34.87
%43.72

CMYK color model

#79C5F7 color CMYK value is (51,20,0,3).

  • cyan value is 51.01%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(51,20,0,3)
C51M20Y0K3 
(51%,20%,0%,3%)
(0.51/0.20/0.00/0.03)	

CMYK percentages

%51.01
%20.24
%0
%3.14

Codes

Color #79C5F7 in popluar color models

79C5F7
RGB121197247
HSL204°88.73%72.16%
HSB/HSV204°51.01%96.86%
CMYK51.01%20.24%0.00%
3.14%

Color #79C5F7 in popluar number systems.

HEX79C5F7
Decimal121197247
Binary11110011100010111110111
Octal171305367

Shades and tints

Shades of #79C5F7

#79C5F7
(121,197,247)
#6EB4E1
(110,180,225)
#63A3CB
(99,163,203)
#5892B5
(88,146,181)
#4D819F
(77,129,159)
#427089
(66,112,137)
#375F73
(55,95,115)
#2C4E5D
(44,78,93)
#213D47
(33,61,71)
#162C31
(22,44,49)
#0B1B1B
(11,27,27)
#000000
(0,0,0)

Tints of #79C5F7

#79C5F7
(121,197,247)
#85CAF7
(133,202,247)
#91CFF7
(145,207,247)
#9DD4F7
(157,212,247)
#A9D9F7
(169,217,247)
#B5DEF7
(181,222,247)
#C1E3F7
(193,227,247)
#CDE8F7
(205,232,247)
#D9EDF7
(217,237,247)
#E5F2F7
(229,242,247)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C5F7 color. Also use rgb(121,197,247) instead hex code.

Text Font Color

.myTextColor { color: #79C5F7; }

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

This text font color is #79C5F7.


Background Color

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

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

This div background color is #79C5F7.


Border color

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

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

This div border color is #79C5F7.


Opacity

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

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

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

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

This text has shadow with #79C5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C5F7 on black background.


Color preview on white background

This text has color #79C5F7 on white background.



Black color preview on #79C5F7 background

This text has black color on #79C5F7 background.


White color preview on #79C5F7 background

This text has white color on #79C5F7 background.