COLOR #79BECB

HEX: #79BECB RGB: (121,190,203)

Color info

#79BECB contains mainly green and blue colors. Web safe color of #79BECB is #66CCCC (or #6CC).

RGB color model

#79BECB color RGB value is (121,190,203).

RGB: (121,190,203) (47%, 75%, 80%)

RGB channels and saturation

R 121 of 255 = 47%
G 190 of 255 = 75%
B 203 of 255 = 80%

121
190
203

R + G + B ~ 67%. #79BECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 190 + 203 = 514 (100%)
R 121 of 514 ~ 23.54%
G 190 of 514 ~ 36.96%
B 203 of 514 ~ 39.49'%

%23.54
%36.96
%39.49

CMYK color model

#79BECB color CMYK value is (40,6,0,20).

  • cyan value is 40.39%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (40,6,0,20)
C40M6Y0K20 (40%, 6%, 0%, 20%)
(0.40 / 0.06 / 0.00 / 0.20)

CMYK percentages

%40.39
%6.4
%0
%20.39

Codes

Color #79BECB in popluar color models

79 BE CB
RGB 121 190 203
HSL 190° 44.09% 63.53%
HSB/HSV 190° 40.39% 79.61%
CMYK 40.39% 6.40% 0.00%
20.39%

Color #79BECB in popluar number systems.

HEX 79 BE CB
Decimal 121 190 203
Binary 1111001 10111110 11001011
Octal 171 276 313

Shades and tints

Shades of #79BECB

#79BECB
(121,190,203)
#6EADB9
(110,173,185)
#639CA7
(99,156,167)
#588B95
(88,139,149)
#4D7A83
(77,122,131)
#426971
(66,105,113)
#37585F
(55,88,95)
#2C474D
(44,71,77)
#21363B
(33,54,59)
#162529
(22,37,41)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #79BECB

#79BECB
(121,190,203)
#85C3CF
(133,195,207)
#91C8D3
(145,200,211)
#9DCDD7
(157,205,215)
#A9D2DB
(169,210,219)
#B5D7DF
(181,215,223)
#C1DCE3
(193,220,227)
#CDE1E7
(205,225,231)
#D9E6EB
(217,230,235)
#E5EBEF
(229,235,239)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79BECB color. Also use rgb(121,190,203) instead hex code.

Text Font Color

.myTextColor { color: #79BECB; }

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

This text font color is #79BECB.

Background Color

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

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

This div background color is #79BECB.

Border color

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

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

This div border color is #79BECB.

Opacity

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

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

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

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

This text has shadow with #79BECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79BECB.

Preview

Color preview on black background

This text has color #79BECB on black background.


Color preview on white background

This text has color #79BECB on white background.


Black color preview on #79BECB background

This text has black color on #79BECB background.


White color preview on #79BECB background

This text has white color on #79BECB background.


Related colors

Complementary color

Complementary color for #hex is #864134.


I love getcolorcode.com

Triadic colors

1 #CB79BE and #BECB79 with #79BECB are triadic colors.

2 #CBBE79 and #BE79CB with #79BECB are triadic colors.