COLOR #79AFE3

HEX: #79AFE3 RGB: (121,175,227)

Color info

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

RGB color model

#79AFE3 color RGB value is (121,175,227).

RGB: (121,175,227) (47%, 69%, 89%)

RGB channels and saturation

R 121 of 255 = 47%
G 175 of 255 = 69%
B 227 of 255 = 89%

121
175
227

R + G + B ~ 68%. #79AFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 175 + 227 = 523 (100%)
R 121 of 523 ~ 23.14%
G 175 of 523 ~ 33.46%
B 227 of 523 ~ 43.4'%

%23.14
%33.46
%43.4

CMYK color model

#79AFE3 color CMYK value is (47,23,0,11).

  • cyan value is 46.70%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (47,23,0,11)
C47M23Y0K11 (47%, 23%, 0%, 11%)
(0.47 / 0.23 / 0.00 / 0.11)

CMYK percentages

%46.7
%22.91
%0
%10.98

Codes

Color #79AFE3 in popluar color models

79 AF E3
RGB 121 175 227
HSL 209° 65.43% 68.24%
HSB/HSV 209° 46.70% 89.02%
CMYK 46.70% 22.91% 0.00%
10.98%

Color #79AFE3 in popluar number systems.

HEX 79 AF E3
Decimal 121 175 227
Binary 1111001 10101111 11100011
Octal 171 257 343

Shades and tints

Shades of #79AFE3

#79AFE3
(121,175,227)
#6EA0CF
(110,160,207)
#6391BB
(99,145,187)
#5882A7
(88,130,167)
#4D7393
(77,115,147)
#42647F
(66,100,127)
#37556B
(55,85,107)
#2C4657
(44,70,87)
#213743
(33,55,67)
#16282F
(22,40,47)
#0B191B
(11,25,27)
#000000
(0,0,0)

Tints of #79AFE3

#79AFE3
(121,175,227)
#85B6E5
(133,182,229)
#91BDE7
(145,189,231)
#9DC4E9
(157,196,233)
#A9CBEB
(169,203,235)
#B5D2ED
(181,210,237)
#C1D9EF
(193,217,239)
#CDE0F1
(205,224,241)
#D9E7F3
(217,231,243)
#E5EEF5
(229,238,245)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AFE3; }

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

This text font color is #79AFE3.

Background Color

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

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

This div background color is #79AFE3.

Border color

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

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

This div border color is #79AFE3.

Opacity

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

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

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

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

This text has shadow with #79AFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79AFE3.

Preview

Color preview on black background

This text has color #79AFE3 on black background.


Color preview on white background

This text has color #79AFE3 on white background.


Black color preview on #79AFE3 background

This text has black color on #79AFE3 background.


White color preview on #79AFE3 background

This text has white color on #79AFE3 background.


Related colors

Complementary color

Complementary color for #hex is #86501C.


I love getcolorcode.com

Triadic colors

1 #E379AF and #AFE379 with #79AFE3 are triadic colors.

2 #E3AF79 and #AF79E3 with #79AFE3 are triadic colors.