COLOR #79ADF9

HEX: #79ADF9
RGB: (121,173,249)

Color info

#79ADF9 contains mainly blue color. Web safe color of #79ADF9 is #6699FF (or #69F).

RGB color model

#79ADF9 color RGB value is (121,173,249).

  • red value is 121;
  • green value is 173;
  • blue value is 249.
RGB:
(121,173,249)
(47%,68%,98%)

RGB channels and saturation

R 121 of 255 = 47%
G 173 of 255 = 68%
B 249 of 255 = 98%

121
173
249

R + G + B ~ 71%. #79ADF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 173 + 249 = 543 (100%)
R 121 of 543 ~ 22.28%
G 173 of 543 ~ 31.86%
B 249 of 543 ~ 45.86%

%22.28
%31.86
%45.86

CMYK color model

#79ADF9 color CMYK value is (51,31,0,2).

  • cyan value is 51.41%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(51,31,0,2)
C51M31Y0K2 
(51%,31%,0%,2%)
(0.51/0.31/0.00/0.02)	

CMYK percentages

%51.41
%30.52
%0
%2.35

Codes

Color #79ADF9 in popluar color models

79ADF9
RGB121173249
HSL216°91.43%72.55%
HSB/HSV216°51.41%97.65%
CMYK51.41%30.52%0.00%
2.35%

Color #79ADF9 in popluar number systems.

HEX79ADF9
Decimal121173249
Binary11110011010110111111001
Octal171255371

Shades and tints

Shades of #79ADF9

#79ADF9
(121,173,249)
#6E9EE3
(110,158,227)
#638FCD
(99,143,205)
#5880B7
(88,128,183)
#4D71A1
(77,113,161)
#42628B
(66,98,139)
#375375
(55,83,117)
#2C445F
(44,68,95)
#213549
(33,53,73)
#162633
(22,38,51)
#0B171D
(11,23,29)
#000000
(0,0,0)

Tints of #79ADF9

#79ADF9
(121,173,249)
#85B4F9
(133,180,249)
#91BBF9
(145,187,249)
#9DC2F9
(157,194,249)
#A9C9F9
(169,201,249)
#B5D0F9
(181,208,249)
#C1D7F9
(193,215,249)
#CDDEF9
(205,222,249)
#D9E5F9
(217,229,249)
#E5ECF9
(229,236,249)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79ADF9 color. Also use rgb(121,173,249) instead hex code.

Text Font Color

.myTextColor { color: #79ADF9; }

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

This text font color is #79ADF9.


Background Color

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

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

This div background color is #79ADF9.


Border color

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

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

This div border color is #79ADF9.


Opacity

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

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

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

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

This text has shadow with #79ADF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79ADF9 on black background.


Color preview on white background

This text has color #79ADF9 on white background.



Black color preview on #79ADF9 background

This text has black color on #79ADF9 background.


White color preview on #79ADF9 background

This text has white color on #79ADF9 background.