COLOR #79CEE4

HEX: #79CEE4
RGB: (121,206,228)

Color info

#79CEE4 contains mainly green and blue colors. Web safe color of #79CEE4 is #66CCCC (or #6CC).

RGB color model

#79CEE4 color RGB value is (121,206,228).

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

RGB channels and saturation

R 121 of 255 = 47%
G 206 of 255 = 81%
B 228 of 255 = 89%

121
206
228

R + G + B ~ 72%. #79CEE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 206 + 228 = 555 (100%)
R 121 of 555 ~ 21.8%
G 206 of 555 ~ 37.12%
B 228 of 555 ~ 41.08%

%21.8
%37.12
%41.08

CMYK color model

#79CEE4 color CMYK value is (47,10,0,11).

  • cyan value is 46.93%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(47,10,0,11)
C47M10Y0K11 
(47%,10%,0%,11%)
(0.47/0.10/0.00/0.11)	

CMYK percentages

%46.93
%9.65
%0
%10.59

Codes

Color #79CEE4 in popluar color models

79CEE4
RGB121206228
HSL192°66.46%68.43%
HSB/HSV192°46.93%89.41%
CMYK46.93%9.65%0.00%
10.59%

Color #79CEE4 in popluar number systems.

HEX79CEE4
Decimal121206228
Binary11110011100111011100100
Octal171316344

Shades and tints

Shades of #79CEE4

#79CEE4
(121,206,228)
#6EBCD0
(110,188,208)
#63AABC
(99,170,188)
#5898A8
(88,152,168)
#4D8694
(77,134,148)
#427480
(66,116,128)
#37626C
(55,98,108)
#2C5058
(44,80,88)
#213E44
(33,62,68)
#162C30
(22,44,48)
#0B1A1C
(11,26,28)
#000000
(0,0,0)

Tints of #79CEE4

#79CEE4
(121,206,228)
#85D2E6
(133,210,230)
#91D6E8
(145,214,232)
#9DDAEA
(157,218,234)
#A9DEEC
(169,222,236)
#B5E2EE
(181,226,238)
#C1E6F0
(193,230,240)
#CDEAF2
(205,234,242)
#D9EEF4
(217,238,244)
#E5F2F6
(229,242,246)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79CEE4; }

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

This text font color is #79CEE4.


Background Color

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

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

This div background color is #79CEE4.


Border color

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

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

This div border color is #79CEE4.


Opacity

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

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

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

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

This text has shadow with #79CEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CEE4 on black background.


Color preview on white background

This text has color #79CEE4 on white background.



Black color preview on #79CEE4 background

This text has black color on #79CEE4 background.


White color preview on #79CEE4 background

This text has white color on #79CEE4 background.