COLOR #73D9EF

HEX: #73D9EF
RGB: (115,217,239)

Color info

#73D9EF contains mainly green and blue colors. Web safe color of #73D9EF is #66CCFF (or #6CF).

RGB color model

#73D9EF color RGB value is (115,217,239).

  • red value is 115;
  • green value is 217;
  • blue value is 239.
RGB:
(115,217,239)
(45%,85%,94%)

RGB channels and saturation

R 115 of 255 = 45%
G 217 of 255 = 85%
B 239 of 255 = 94%

115
217
239

R + G + B ~ 75%. #73D9EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 217 + 239 = 571 (100%)
R 115 of 571 ~ 20.14%
G 217 of 571 ~ 38%
B 239 of 571 ~ 41.86%

%20.14
%38
%41.86

CMYK color model

#73D9EF color CMYK value is (52,9,0,6).

  • cyan value is 51.88%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(52,9,0,6)
C52M9Y0K6 
(52%,9%,0%,6%)
(0.52/0.09/0.00/0.06)	

CMYK percentages

%51.88
%9.21
%0
%6.27

Codes

Color #73D9EF in popluar color models

73D9EF
RGB115217239
HSL191°79.49%69.41%
HSB/HSV191°51.88%93.73%
CMYK51.88%9.21%0.00%
6.27%

Color #73D9EF in popluar number systems.

HEX73D9EF
Decimal115217239
Binary11100111101100111101111
Octal163331357

Shades and tints

Shades of #73D9EF

#73D9EF
(115,217,239)
#69C6DA
(105,198,218)
#5FB3C5
(95,179,197)
#55A0B0
(85,160,176)
#4B8D9B
(75,141,155)
#417A86
(65,122,134)
#376771
(55,103,113)
#2D545C
(45,84,92)
#234147
(35,65,71)
#192E32
(25,46,50)
#0F1B1D
(15,27,29)
#000000
(0,0,0)

Tints of #73D9EF

#73D9EF
(115,217,239)
#7FDCF0
(127,220,240)
#8BDFF1
(139,223,241)
#97E2F2
(151,226,242)
#A3E5F3
(163,229,243)
#AFE8F4
(175,232,244)
#BBEBF5
(187,235,245)
#C7EEF6
(199,238,246)
#D3F1F7
(211,241,247)
#DFF4F8
(223,244,248)
#EBF7F9
(235,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D9EF color. Also use rgb(115,217,239) instead hex code.

Text Font Color

.myTextColor { color: #73D9EF; }

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

This text font color is #73D9EF.


Background Color

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

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

This div background color is #73D9EF.


Border color

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

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

This div border color is #73D9EF.


Opacity

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

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

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

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

This text has shadow with #73D9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D9EF on black background.


Color preview on white background

This text has color #73D9EF on white background.



Black color preview on #73D9EF background

This text has black color on #73D9EF background.


White color preview on #73D9EF background

This text has white color on #73D9EF background.