COLOR #73BDC9

HEX: #73BDC9
RGB: (115,189,201)

Color info

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

RGB color model

#73BDC9 color RGB value is (115,189,201).

  • red value is 115;
  • green value is 189;
  • blue value is 201.
RGB:
(115,189,201)
(45%,74%,79%)

RGB channels and saturation

R 115 of 255 = 45%
G 189 of 255 = 74%
B 201 of 255 = 79%

115
189
201

R + G + B ~ 66%. #73BDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 189 + 201 = 505 (100%)
R 115 of 505 ~ 22.77%
G 189 of 505 ~ 37.43%
B 201 of 505 ~ 39.8%

%22.77
%37.43
%39.8

CMYK color model

#73BDC9 color CMYK value is (43,6,0,21).

  • cyan value is 42.79%
  • magenta value is 5.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(43,6,0,21)
C43M6Y0K21 
(43%,6%,0%,21%)
(0.43/0.06/0.00/0.21)	

CMYK percentages

%42.79
%5.97
%0
%21.18

Codes

Color #73BDC9 in popluar color models

73BDC9
RGB115189201
HSL188°44.33%61.96%
HSB/HSV188°42.79%78.82%
CMYK42.79%5.97%0.00%
21.18%

Color #73BDC9 in popluar number systems.

HEX73BDC9
Decimal115189201
Binary11100111011110111001001
Octal163275311

Shades and tints

Shades of #73BDC9

#73BDC9
(115,189,201)
#69ACB7
(105,172,183)
#5F9BA5
(95,155,165)
#558A93
(85,138,147)
#4B7981
(75,121,129)
#41686F
(65,104,111)
#37575D
(55,87,93)
#2D464B
(45,70,75)
#233539
(35,53,57)
#192427
(25,36,39)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #73BDC9

#73BDC9
(115,189,201)
#7FC3CD
(127,195,205)
#8BC9D1
(139,201,209)
#97CFD5
(151,207,213)
#A3D5D9
(163,213,217)
#AFDBDD
(175,219,221)
#BBE1E1
(187,225,225)
#C7E7E5
(199,231,229)
#D3EDE9
(211,237,233)
#DFF3ED
(223,243,237)
#EBF9F1
(235,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BDC9 color. Also use rgb(115,189,201) instead hex code.

Text Font Color

.myTextColor { color: #73BDC9; }

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

This text font color is #73BDC9.


Background Color

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

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

This div background color is #73BDC9.


Border color

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

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

This div border color is #73BDC9.


Opacity

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

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

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

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

This text has shadow with #73BDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BDC9 on black background.


Color preview on white background

This text has color #73BDC9 on white background.



Black color preview on #73BDC9 background

This text has black color on #73BDC9 background.


White color preview on #73BDC9 background

This text has white color on #73BDC9 background.