COLOR #73D0EF

HEX: #73D0EF
RGB: (115,208,239)

Color info

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

RGB color model

#73D0EF color RGB value is (115,208,239).

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

RGB channels and saturation

R 115 of 255 = 45%
G 208 of 255 = 82%
B 239 of 255 = 94%

115
208
239

R + G + B ~ 74%. #73D0EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 208 + 239 = 562 (100%)
R 115 of 562 ~ 20.46%
G 208 of 562 ~ 37.01%
B 239 of 562 ~ 42.53%

%20.46
%37.01
%42.53

CMYK color model

#73D0EF color CMYK value is (52,13,0,6).

  • cyan value is 51.88%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(52,13,0,6)
C52M13Y0K6 
(52%,13%,0%,6%)
(0.52/0.13/0.00/0.06)	

CMYK percentages

%51.88
%12.97
%0
%6.27

Codes

Color #73D0EF in popluar color models

73D0EF
RGB115208239
HSL195°79.49%69.41%
HSB/HSV195°51.88%93.73%
CMYK51.88%12.97%0.00%
6.27%

Color #73D0EF in popluar number systems.

HEX73D0EF
Decimal115208239
Binary11100111101000011101111
Octal163320357

Shades and tints

Shades of #73D0EF

#73D0EF
(115,208,239)
#69BEDA
(105,190,218)
#5FACC5
(95,172,197)
#559AB0
(85,154,176)
#4B889B
(75,136,155)
#417686
(65,118,134)
#376471
(55,100,113)
#2D525C
(45,82,92)
#234047
(35,64,71)
#192E32
(25,46,50)
#0F1C1D
(15,28,29)
#000000
(0,0,0)

Tints of #73D0EF

#73D0EF
(115,208,239)
#7FD4F0
(127,212,240)
#8BD8F1
(139,216,241)
#97DCF2
(151,220,242)
#A3E0F3
(163,224,243)
#AFE4F4
(175,228,244)
#BBE8F5
(187,232,245)
#C7ECF6
(199,236,246)
#D3F0F7
(211,240,247)
#DFF4F8
(223,244,248)
#EBF8F9
(235,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D0EF; }

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

This text font color is #73D0EF.


Background Color

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

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

This div background color is #73D0EF.


Border color

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

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

This div border color is #73D0EF.


Opacity

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

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

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

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

This text has shadow with #73D0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D0EF on black background.


Color preview on white background

This text has color #73D0EF on white background.



Black color preview on #73D0EF background

This text has black color on #73D0EF background.


White color preview on #73D0EF background

This text has white color on #73D0EF background.