COLOR #73A9C2

HEX: #73A9C2
RGB: (115,169,194)

Color info

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

RGB color model

#73A9C2 color RGB value is (115,169,194).

  • red value is 115;
  • green value is 169;
  • blue value is 194.
RGB:
(115,169,194)
(45%,66%,76%)

RGB channels and saturation

R 115 of 255 = 45%
G 169 of 255 = 66%
B 194 of 255 = 76%

115
169
194

R + G + B ~ 62%. #73A9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 169 + 194 = 478 (100%)
R 115 of 478 ~ 24.06%
G 169 of 478 ~ 35.36%
B 194 of 478 ~ 40.59%

%24.06
%35.36
%40.59

CMYK color model

#73A9C2 color CMYK value is (41,13,0,24).

  • cyan value is 40.72%
  • magenta value is 12.89%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(41,13,0,24)
C41M13Y0K24 
(41%,13%,0%,24%)
(0.41/0.13/0.00/0.24)	

CMYK percentages

%40.72
%12.89
%0
%23.92

Codes

Color #73A9C2 in popluar color models

73A9C2
RGB115169194
HSL199°39.30%60.59%
HSB/HSV199°40.72%76.08%
CMYK40.72%12.89%0.00%
23.92%

Color #73A9C2 in popluar number systems.

HEX73A9C2
Decimal115169194
Binary11100111010100111000010
Octal163251302

Shades and tints

Shades of #73A9C2

#73A9C2
(115,169,194)
#699AB1
(105,154,177)
#5F8BA0
(95,139,160)
#557C8F
(85,124,143)
#4B6D7E
(75,109,126)
#415E6D
(65,94,109)
#374F5C
(55,79,92)
#2D404B
(45,64,75)
#23313A
(35,49,58)
#192229
(25,34,41)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #73A9C2

#73A9C2
(115,169,194)
#7FB0C7
(127,176,199)
#8BB7CC
(139,183,204)
#97BED1
(151,190,209)
#A3C5D6
(163,197,214)
#AFCCDB
(175,204,219)
#BBD3E0
(187,211,224)
#C7DAE5
(199,218,229)
#D3E1EA
(211,225,234)
#DFE8EF
(223,232,239)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A9C2 color. Also use rgb(115,169,194) instead hex code.

Text Font Color

.myTextColor { color: #73A9C2; }

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

This text font color is #73A9C2.


Background Color

.myBgColor { background-color: #73A9C2; }

<div style="background-color:#73A9C2">Inner text</div>

This div background color is #73A9C2.


Border color

.myBorderColor { border: 1px solid #73A9C2; }

<div style="border:3px solid #73A9C2">Div</div>

This div border color is #73A9C2.


Opacity

.myOpacity80 { color: #73A9C2; opacity: 0.8; }

<p style="color:#73A9C2;opacity:0.8;">80%</p>

Text with #73A9C2 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 #73A9C2;}

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

This text has shadow with #73A9C2 color.

.textShadow {text-shadow: 3px 3px 1px #73A9C2, 3px 3px 1px red;}

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

This text has shadow with #73A9C2 primary color and red secondary color.


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

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

This text has shadow with #73A9C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A9C2 on black background.


Color preview on white background

This text has color #73A9C2 on white background.



Black color preview on #73A9C2 background

This text has black color on #73A9C2 background.


White color preview on #73A9C2 background

This text has white color on #73A9C2 background.