COLOR #79D5EF

HEX: #79D5EF
RGB: (121,213,239)

Color info

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

RGB color model

#79D5EF color RGB value is (121,213,239).

  • red value is 121;
  • green value is 213;
  • blue value is 239.
RGB:
(121,213,239)
(47%,84%,94%)

RGB channels and saturation

R 121 of 255 = 47%
G 213 of 255 = 84%
B 239 of 255 = 94%

121
213
239

R + G + B ~ 75%. #79D5EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 213 + 239 = 573 (100%)
R 121 of 573 ~ 21.12%
G 213 of 573 ~ 37.17%
B 239 of 573 ~ 41.71%

%21.12
%37.17
%41.71

CMYK color model

#79D5EF color CMYK value is (49,11,0,6).

  • cyan value is 49.37%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(49,11,0,6)
C49M11Y0K6 
(49%,11%,0%,6%)
(0.49/0.11/0.00/0.06)	

CMYK percentages

%49.37
%10.88
%0
%6.27

Codes

Color #79D5EF in popluar color models

79D5EF
RGB121213239
HSL193°78.67%70.59%
HSB/HSV193°49.37%93.73%
CMYK49.37%10.88%0.00%
6.27%

Color #79D5EF in popluar number systems.

HEX79D5EF
Decimal121213239
Binary11110011101010111101111
Octal171325357

Shades and tints

Shades of #79D5EF

#79D5EF
(121,213,239)
#6EC2DA
(110,194,218)
#63AFC5
(99,175,197)
#589CB0
(88,156,176)
#4D899B
(77,137,155)
#427686
(66,118,134)
#376371
(55,99,113)
#2C505C
(44,80,92)
#213D47
(33,61,71)
#162A32
(22,42,50)
#0B171D
(11,23,29)
#000000
(0,0,0)

Tints of #79D5EF

#79D5EF
(121,213,239)
#85D8F0
(133,216,240)
#91DBF1
(145,219,241)
#9DDEF2
(157,222,242)
#A9E1F3
(169,225,243)
#B5E4F4
(181,228,244)
#C1E7F5
(193,231,245)
#CDEAF6
(205,234,246)
#D9EDF7
(217,237,247)
#E5F0F8
(229,240,248)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79D5EF color. Also use rgb(121,213,239) instead hex code.

Text Font Color

.myTextColor { color: #79D5EF; }

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

This text font color is #79D5EF.


Background Color

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

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

This div background color is #79D5EF.


Border color

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

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

This div border color is #79D5EF.


Opacity

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

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

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

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

This text has shadow with #79D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79D5EF on black background.


Color preview on white background

This text has color #79D5EF on white background.



Black color preview on #79D5EF background

This text has black color on #79D5EF background.


White color preview on #79D5EF background

This text has white color on #79D5EF background.