COLOR #79CEE8

HEX: #79CEE8
RGB: (121,206,232)

Color info

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

RGB color model

#79CEE8 color RGB value is (121,206,232).

  • red value is 121;
  • green value is 206;
  • blue value is 232.
RGB:
(121,206,232)
(47%,81%,91%)

RGB channels and saturation

R 121 of 255 = 47%
G 206 of 255 = 81%
B 232 of 255 = 91%

121
206
232

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

Portions of RGB colors in percentages

R + G + B =
121 + 206 + 232 = 559 (100%)
R 121 of 559 ~ 21.65%
G 206 of 559 ~ 36.85%
B 232 of 559 ~ 41.5%

%21.65
%36.85
%41.5

CMYK color model

#79CEE8 color CMYK value is (48,11,0,9).

  • cyan value is 47.84%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(48,11,0,9)
C48M11Y0K9 
(48%,11%,0%,9%)
(0.48/0.11/0.00/0.09)	

CMYK percentages

%47.84
%11.21
%0
%9.02

Codes

Color #79CEE8 in popluar color models

79CEE8
RGB121206232
HSL194°70.70%69.22%
HSB/HSV194°47.84%90.98%
CMYK47.84%11.21%0.00%
9.02%

Color #79CEE8 in popluar number systems.

HEX79CEE8
Decimal121206232
Binary11110011100111011101000
Octal171316350

Shades and tints

Shades of #79CEE8

#79CEE8
(121,206,232)
#6EBCD3
(110,188,211)
#63AABE
(99,170,190)
#5898A9
(88,152,169)
#4D8694
(77,134,148)
#42747F
(66,116,127)
#37626A
(55,98,106)
#2C5055
(44,80,85)
#213E40
(33,62,64)
#162C2B
(22,44,43)
#0B1A16
(11,26,22)
#000000
(0,0,0)

Tints of #79CEE8

#79CEE8
(121,206,232)
#85D2EA
(133,210,234)
#91D6EC
(145,214,236)
#9DDAEE
(157,218,238)
#A9DEF0
(169,222,240)
#B5E2F2
(181,226,242)
#C1E6F4
(193,230,244)
#CDEAF6
(205,234,246)
#D9EEF8
(217,238,248)
#E5F2FA
(229,242,250)
#F1F6FC
(241,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79CEE8 color. Also use rgb(121,206,232) instead hex code.

Text Font Color

.myTextColor { color: #79CEE8; }

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

This text font color is #79CEE8.


Background Color

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

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

This div background color is #79CEE8.


Border color

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

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

This div border color is #79CEE8.


Opacity

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

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

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

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

This text has shadow with #79CEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CEE8 on black background.


Color preview on white background

This text has color #79CEE8 on white background.



Black color preview on #79CEE8 background

This text has black color on #79CEE8 background.


White color preview on #79CEE8 background

This text has white color on #79CEE8 background.