COLOR #79AFDA

HEX: #79AFDA
RGB: (121,175,218)

Color info

#79AFDA contains mainly green and blue colors. Web safe color of #79AFDA is #6699CC (or #69C).

RGB color model

#79AFDA color RGB value is (121,175,218).

  • red value is 121;
  • green value is 175;
  • blue value is 218.
RGB:
(121,175,218)
(47%,69%,85%)

RGB channels and saturation

R 121 of 255 = 47%
G 175 of 255 = 69%
B 218 of 255 = 85%

121
175
218

R + G + B ~ 67%. #79AFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 175 + 218 = 514 (100%)
R 121 of 514 ~ 23.54%
G 175 of 514 ~ 34.05%
B 218 of 514 ~ 42.41%

%23.54
%34.05
%42.41

CMYK color model

#79AFDA color CMYK value is (44,20,0,15).

  • cyan value is 44.50%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(44,20,0,15)
C44M20Y0K15 
(44%,20%,0%,15%)
(0.44/0.20/0.00/0.15)	

CMYK percentages

%44.5
%19.72
%0
%14.51

Codes

Color #79AFDA in popluar color models

79AFDA
RGB121175218
HSL207°56.73%66.47%
HSB/HSV207°44.50%85.49%
CMYK44.50%19.72%0.00%
14.51%

Color #79AFDA in popluar number systems.

HEX79AFDA
Decimal121175218
Binary11110011010111111011010
Octal171257332

Shades and tints

Shades of #79AFDA

#79AFDA
(121,175,218)
#6EA0C7
(110,160,199)
#6391B4
(99,145,180)
#5882A1
(88,130,161)
#4D738E
(77,115,142)
#42647B
(66,100,123)
#375568
(55,85,104)
#2C4655
(44,70,85)
#213742
(33,55,66)
#16282F
(22,40,47)
#0B191C
(11,25,28)
#000000
(0,0,0)

Tints of #79AFDA

#79AFDA
(121,175,218)
#85B6DD
(133,182,221)
#91BDE0
(145,189,224)
#9DC4E3
(157,196,227)
#A9CBE6
(169,203,230)
#B5D2E9
(181,210,233)
#C1D9EC
(193,217,236)
#CDE0EF
(205,224,239)
#D9E7F2
(217,231,242)
#E5EEF5
(229,238,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AFDA color. Also use rgb(121,175,218) instead hex code.

Text Font Color

.myTextColor { color: #79AFDA; }

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

This text font color is #79AFDA.


Background Color

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

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

This div background color is #79AFDA.


Border color

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

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

This div border color is #79AFDA.


Opacity

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

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

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

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

This text has shadow with #79AFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AFDA on black background.


Color preview on white background

This text has color #79AFDA on white background.



Black color preview on #79AFDA background

This text has black color on #79AFDA background.


White color preview on #79AFDA background

This text has white color on #79AFDA background.