COLOR #79C7EE

HEX: #79C7EE
RGB: (121,199,238)

Color info

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

RGB color model

#79C7EE color RGB value is (121,199,238).

  • red value is 121;
  • green value is 199;
  • blue value is 238.
RGB:
(121,199,238)
(47%,78%,93%)

RGB channels and saturation

R 121 of 255 = 47%
G 199 of 255 = 78%
B 238 of 255 = 93%

121
199
238

R + G + B ~ 73%. #79C7EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 199 + 238 = 558 (100%)
R 121 of 558 ~ 21.68%
G 199 of 558 ~ 35.66%
B 238 of 558 ~ 42.65%

%21.68
%35.66
%42.65

CMYK color model

#79C7EE color CMYK value is (49,16,0,7).

  • cyan value is 49.16%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(49,16,0,7)
C49M16Y0K7 
(49%,16%,0%,7%)
(0.49/0.16/0.00/0.07)	

CMYK percentages

%49.16
%16.39
%0
%6.67

Codes

Color #79C7EE in popluar color models

79C7EE
RGB121199238
HSL200°77.48%70.39%
HSB/HSV200°49.16%93.33%
CMYK49.16%16.39%0.00%
6.67%

Color #79C7EE in popluar number systems.

HEX79C7EE
Decimal121199238
Binary11110011100011111101110
Octal171307356

Shades and tints

Shades of #79C7EE

#79C7EE
(121,199,238)
#6EB5D9
(110,181,217)
#63A3C4
(99,163,196)
#5891AF
(88,145,175)
#4D7F9A
(77,127,154)
#426D85
(66,109,133)
#375B70
(55,91,112)
#2C495B
(44,73,91)
#213746
(33,55,70)
#162531
(22,37,49)
#0B131C
(11,19,28)
#000000
(0,0,0)

Tints of #79C7EE

#79C7EE
(121,199,238)
#85CCEF
(133,204,239)
#91D1F0
(145,209,240)
#9DD6F1
(157,214,241)
#A9DBF2
(169,219,242)
#B5E0F3
(181,224,243)
#C1E5F4
(193,229,244)
#CDEAF5
(205,234,245)
#D9EFF6
(217,239,246)
#E5F4F7
(229,244,247)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C7EE color. Also use rgb(121,199,238) instead hex code.

Text Font Color

.myTextColor { color: #79C7EE; }

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

This text font color is #79C7EE.


Background Color

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

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

This div background color is #79C7EE.


Border color

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

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

This div border color is #79C7EE.


Opacity

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

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

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

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

This text has shadow with #79C7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C7EE on black background.


Color preview on white background

This text has color #79C7EE on white background.



Black color preview on #79C7EE background

This text has black color on #79C7EE background.


White color preview on #79C7EE background

This text has white color on #79C7EE background.