COLOR #73A9D2

HEX: #73A9D2
RGB: (115,169,210)

Color info

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

RGB color model

#73A9D2 color RGB value is (115,169,210).

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

RGB channels and saturation

R 115 of 255 = 45%
G 169 of 255 = 66%
B 210 of 255 = 82%

115
169
210

R + G + B ~ 64%. #73A9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 169 + 210 = 494 (100%)
R 115 of 494 ~ 23.28%
G 169 of 494 ~ 34.21%
B 210 of 494 ~ 42.51%

%23.28
%34.21
%42.51

CMYK color model

#73A9D2 color CMYK value is (45,20,0,18).

  • cyan value is 45.24%
  • magenta value is 19.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(45,20,0,18)
C45M20Y0K18 
(45%,20%,0%,18%)
(0.45/0.20/0.00/0.18)	

CMYK percentages

%45.24
%19.52
%0
%17.65

Codes

Color #73A9D2 in popluar color models

73A9D2
RGB115169210
HSL206°51.35%63.73%
HSB/HSV206°45.24%82.35%
CMYK45.24%19.52%0.00%
17.65%

Color #73A9D2 in popluar number systems.

HEX73A9D2
Decimal115169210
Binary11100111010100111010010
Octal163251322

Shades and tints

Shades of #73A9D2

#73A9D2
(115,169,210)
#699ABF
(105,154,191)
#5F8BAC
(95,139,172)
#557C99
(85,124,153)
#4B6D86
(75,109,134)
#415E73
(65,94,115)
#374F60
(55,79,96)
#2D404D
(45,64,77)
#23313A
(35,49,58)
#192227
(25,34,39)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #73A9D2

#73A9D2
(115,169,210)
#7FB0D6
(127,176,214)
#8BB7DA
(139,183,218)
#97BEDE
(151,190,222)
#A3C5E2
(163,197,226)
#AFCCE6
(175,204,230)
#BBD3EA
(187,211,234)
#C7DAEE
(199,218,238)
#D3E1F2
(211,225,242)
#DFE8F6
(223,232,246)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A9D2; }

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

This text font color is #73A9D2.


Background Color

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

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

This div background color is #73A9D2.


Border color

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

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

This div border color is #73A9D2.


Opacity

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

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

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

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

This text has shadow with #73A9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A9D2 on black background.


Color preview on white background

This text has color #73A9D2 on white background.



Black color preview on #73A9D2 background

This text has black color on #73A9D2 background.


White color preview on #73A9D2 background

This text has white color on #73A9D2 background.