COLOR #73A8BF

HEX: #73A8BF
RGB: (115,168,191)

Color info

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

RGB color model

#73A8BF color RGB value is (115,168,191).

  • red value is 115;
  • green value is 168;
  • blue value is 191.
RGB:
(115,168,191)
(45%,66%,75%)

RGB channels and saturation

R 115 of 255 = 45%
G 168 of 255 = 66%
B 191 of 255 = 75%

115
168
191

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

Portions of RGB colors in percentages

R + G + B =
115 + 168 + 191 = 474 (100%)
R 115 of 474 ~ 24.26%
G 168 of 474 ~ 35.44%
B 191 of 474 ~ 40.3%

%24.26
%35.44
%40.3

CMYK color model

#73A8BF color CMYK value is (40,12,0,25).

  • cyan value is 39.79%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(40,12,0,25)
C40M12Y0K25 
(40%,12%,0%,25%)
(0.40/0.12/0.00/0.25)	

CMYK percentages

%39.79
%12.04
%0
%25.1

Codes

Color #73A8BF in popluar color models

73A8BF
RGB115168191
HSL198°37.25%60.00%
HSB/HSV198°39.79%74.90%
CMYK39.79%12.04%0.00%
25.10%

Color #73A8BF in popluar number systems.

HEX73A8BF
Decimal115168191
Binary11100111010100010111111
Octal163250277

Shades and tints

Shades of #73A8BF

#73A8BF
(115,168,191)
#6999AE
(105,153,174)
#5F8A9D
(95,138,157)
#557B8C
(85,123,140)
#4B6C7B
(75,108,123)
#415D6A
(65,93,106)
#374E59
(55,78,89)
#2D3F48
(45,63,72)
#233037
(35,48,55)
#192126
(25,33,38)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #73A8BF

#73A8BF
(115,168,191)
#7FAFC4
(127,175,196)
#8BB6C9
(139,182,201)
#97BDCE
(151,189,206)
#A3C4D3
(163,196,211)
#AFCBD8
(175,203,216)
#BBD2DD
(187,210,221)
#C7D9E2
(199,217,226)
#D3E0E7
(211,224,231)
#DFE7EC
(223,231,236)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A8BF color. Also use rgb(115,168,191) instead hex code.

Text Font Color

.myTextColor { color: #73A8BF; }

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

This text font color is #73A8BF.


Background Color

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

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

This div background color is #73A8BF.


Border color

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

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

This div border color is #73A8BF.


Opacity

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

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

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

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

This text has shadow with #73A8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A8BF on black background.


Color preview on white background

This text has color #73A8BF on white background.



Black color preview on #73A8BF background

This text has black color on #73A8BF background.


White color preview on #73A8BF background

This text has white color on #73A8BF background.