COLOR #79AFE9

HEX: #79AFE9
RGB: (121,175,233)

Color info

#79AFE9 contains mainly green and blue colors. Web safe color of #79AFE9 is #6699FF (or #69F).

RGB color model

#79AFE9 color RGB value is (121,175,233).

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

RGB channels and saturation

R 121 of 255 = 47%
G 175 of 255 = 69%
B 233 of 255 = 91%

121
175
233

R + G + B ~ 69%. #79AFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 175 + 233 = 529 (100%)
R 121 of 529 ~ 22.87%
G 175 of 529 ~ 33.08%
B 233 of 529 ~ 44.05%

%22.87
%33.08
%44.05

CMYK color model

#79AFE9 color CMYK value is (48,25,0,9).

  • cyan value is 48.07%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(48,25,0,9)
C48M25Y0K9 
(48%,25%,0%,9%)
(0.48/0.25/0.00/0.09)	

CMYK percentages

%48.07
%24.89
%0
%8.63

Codes

Color #79AFE9 in popluar color models

79AFE9
RGB121175233
HSL211°71.79%69.41%
HSB/HSV211°48.07%91.37%
CMYK48.07%24.89%0.00%
8.63%

Color #79AFE9 in popluar number systems.

HEX79AFE9
Decimal121175233
Binary11110011010111111101001
Octal171257351

Shades and tints

Shades of #79AFE9

#79AFE9
(121,175,233)
#6EA0D4
(110,160,212)
#6391BF
(99,145,191)
#5882AA
(88,130,170)
#4D7395
(77,115,149)
#426480
(66,100,128)
#37556B
(55,85,107)
#2C4656
(44,70,86)
#213741
(33,55,65)
#16282C
(22,40,44)
#0B1917
(11,25,23)
#000000
(0,0,0)

Tints of #79AFE9

#79AFE9
(121,175,233)
#85B6EB
(133,182,235)
#91BDED
(145,189,237)
#9DC4EF
(157,196,239)
#A9CBF1
(169,203,241)
#B5D2F3
(181,210,243)
#C1D9F5
(193,217,245)
#CDE0F7
(205,224,247)
#D9E7F9
(217,231,249)
#E5EEFB
(229,238,251)
#F1F5FD
(241,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AFE9; }

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

This text font color is #79AFE9.


Background Color

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

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

This div background color is #79AFE9.


Border color

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

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

This div border color is #79AFE9.


Opacity

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

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

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

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

This text has shadow with #79AFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AFE9 on black background.


Color preview on white background

This text has color #79AFE9 on white background.



Black color preview on #79AFE9 background

This text has black color on #79AFE9 background.


White color preview on #79AFE9 background

This text has white color on #79AFE9 background.