COLOR #79B4F2

HEX: #79B4F2
RGB: (121,180,242)

Color info

#79B4F2 contains mainly blue color. Web safe color of #79B4F2 is #66CCFF (or #6CF).

RGB color model

#79B4F2 color RGB value is (121,180,242).

  • red value is 121;
  • green value is 180;
  • blue value is 242.
RGB:
(121,180,242)
(47%,71%,95%)

RGB channels and saturation

R 121 of 255 = 47%
G 180 of 255 = 71%
B 242 of 255 = 95%

121
180
242

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

Portions of RGB colors in percentages

R + G + B =
121 + 180 + 242 = 543 (100%)
R 121 of 543 ~ 22.28%
G 180 of 543 ~ 33.15%
B 242 of 543 ~ 44.57%

%22.28
%33.15
%44.57

CMYK color model

#79B4F2 color CMYK value is (50,26,0,5).

  • cyan value is 50.00%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(50,26,0,5)
C50M26Y0K5 
(50%,26%,0%,5%)
(0.50/0.26/0.00/0.05)	

CMYK percentages

%50
%25.62
%0
%5.1

Codes

Color #79B4F2 in popluar color models

79B4F2
RGB121180242
HSL211°82.31%71.18%
HSB/HSV211°50.00%94.90%
CMYK50.00%25.62%0.00%
5.10%

Color #79B4F2 in popluar number systems.

HEX79B4F2
Decimal121180242
Binary11110011011010011110010
Octal171264362

Shades and tints

Shades of #79B4F2

#79B4F2
(121,180,242)
#6EA4DC
(110,164,220)
#6394C6
(99,148,198)
#5884B0
(88,132,176)
#4D749A
(77,116,154)
#426484
(66,100,132)
#37546E
(55,84,110)
#2C4458
(44,68,88)
#213442
(33,52,66)
#16242C
(22,36,44)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #79B4F2

#79B4F2
(121,180,242)
#85BAF3
(133,186,243)
#91C0F4
(145,192,244)
#9DC6F5
(157,198,245)
#A9CCF6
(169,204,246)
#B5D2F7
(181,210,247)
#C1D8F8
(193,216,248)
#CDDEF9
(205,222,249)
#D9E4FA
(217,228,250)
#E5EAFB
(229,234,251)
#F1F0FC
(241,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B4F2 color. Also use rgb(121,180,242) instead hex code.

Text Font Color

.myTextColor { color: #79B4F2; }

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

This text font color is #79B4F2.


Background Color

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

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

This div background color is #79B4F2.


Border color

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

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

This div border color is #79B4F2.


Opacity

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

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

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

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

This text has shadow with #79B4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B4F2 on black background.


Color preview on white background

This text has color #79B4F2 on white background.



Black color preview on #79B4F2 background

This text has black color on #79B4F2 background.


White color preview on #79B4F2 background

This text has white color on #79B4F2 background.