COLOR #73B5CD

HEX: #73B5CD
RGB: (115,181,205)

Color info

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

RGB color model

#73B5CD color RGB value is (115,181,205).

  • red value is 115;
  • green value is 181;
  • blue value is 205.
RGB:
(115,181,205)
(45%,71%,80%)

RGB channels and saturation

R 115 of 255 = 45%
G 181 of 255 = 71%
B 205 of 255 = 80%

115
181
205

R + G + B ~ 65%. #73B5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 181 + 205 = 501 (100%)
R 115 of 501 ~ 22.95%
G 181 of 501 ~ 36.13%
B 205 of 501 ~ 40.92%

%22.95
%36.13
%40.92

CMYK color model

#73B5CD color CMYK value is (44,12,0,20).

  • cyan value is 43.90%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(44,12,0,20)
C44M12Y0K20 
(44%,12%,0%,20%)
(0.44/0.12/0.00/0.20)	

CMYK percentages

%43.9
%11.71
%0
%19.61

Codes

Color #73B5CD in popluar color models

73B5CD
RGB115181205
HSL196°47.37%62.75%
HSB/HSV196°43.90%80.39%
CMYK43.90%11.71%0.00%
19.61%

Color #73B5CD in popluar number systems.

HEX73B5CD
Decimal115181205
Binary11100111011010111001101
Octal163265315

Shades and tints

Shades of #73B5CD

#73B5CD
(115,181,205)
#69A5BB
(105,165,187)
#5F95A9
(95,149,169)
#558597
(85,133,151)
#4B7585
(75,117,133)
#416573
(65,101,115)
#375561
(55,85,97)
#2D454F
(45,69,79)
#23353D
(35,53,61)
#19252B
(25,37,43)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #73B5CD

#73B5CD
(115,181,205)
#7FBBD1
(127,187,209)
#8BC1D5
(139,193,213)
#97C7D9
(151,199,217)
#A3CDDD
(163,205,221)
#AFD3E1
(175,211,225)
#BBD9E5
(187,217,229)
#C7DFE9
(199,223,233)
#D3E5ED
(211,229,237)
#DFEBF1
(223,235,241)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B5CD color. Also use rgb(115,181,205) instead hex code.

Text Font Color

.myTextColor { color: #73B5CD; }

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

This text font color is #73B5CD.


Background Color

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

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

This div background color is #73B5CD.


Border color

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

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

This div border color is #73B5CD.


Opacity

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

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

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

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

This text has shadow with #73B5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B5CD on black background.


Color preview on white background

This text has color #73B5CD on white background.



Black color preview on #73B5CD background

This text has black color on #73B5CD background.


White color preview on #73B5CD background

This text has white color on #73B5CD background.