COLOR #79BBF2

HEX: #79BBF2
RGB: (121,187,242)

Color info

#79BBF2 contains mainly green and blue colors. Web safe color of #79BBF2 is #66CCFF (or #6CF).

RGB color model

#79BBF2 color RGB value is (121,187,242).

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

RGB channels and saturation

R 121 of 255 = 47%
G 187 of 255 = 73%
B 242 of 255 = 95%

121
187
242

R + G + B ~ 72%. #79BBF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 187 + 242 = 550 (100%)
R 121 of 550 ~ 22%
G 187 of 550 ~ 34%
B 242 of 550 ~ 44%

%22
%34
%44

CMYK color model

#79BBF2 color CMYK value is (50,23,0,5).

  • cyan value is 50.00%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(50,23,0,5)
C50M23Y0K5 
(50%,23%,0%,5%)
(0.50/0.23/0.00/0.05)	

CMYK percentages

%50
%22.73
%0
%5.1

Codes

Color #79BBF2 in popluar color models

79BBF2
RGB121187242
HSL207°82.31%71.18%
HSB/HSV207°50.00%94.90%
CMYK50.00%22.73%0.00%
5.10%

Color #79BBF2 in popluar number systems.

HEX79BBF2
Decimal121187242
Binary11110011011101111110010
Octal171273362

Shades and tints

Shades of #79BBF2

#79BBF2
(121,187,242)
#6EAADC
(110,170,220)
#6399C6
(99,153,198)
#5888B0
(88,136,176)
#4D779A
(77,119,154)
#426684
(66,102,132)
#37556E
(55,85,110)
#2C4458
(44,68,88)
#213342
(33,51,66)
#16222C
(22,34,44)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #79BBF2

#79BBF2
(121,187,242)
#85C1F3
(133,193,243)
#91C7F4
(145,199,244)
#9DCDF5
(157,205,245)
#A9D3F6
(169,211,246)
#B5D9F7
(181,217,247)
#C1DFF8
(193,223,248)
#CDE5F9
(205,229,249)
#D9EBFA
(217,235,250)
#E5F1FB
(229,241,251)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BBF2; }

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

This text font color is #79BBF2.


Background Color

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

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

This div background color is #79BBF2.


Border color

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

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

This div border color is #79BBF2.


Opacity

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

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

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

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

This text has shadow with #79BBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BBF2 on black background.


Color preview on white background

This text has color #79BBF2 on white background.



Black color preview on #79BBF2 background

This text has black color on #79BBF2 background.


White color preview on #79BBF2 background

This text has white color on #79BBF2 background.