COLOR #73D0FF

HEX: #73D0FF
RGB: (115,208,255)

Color info

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

RGB color model

#73D0FF color RGB value is (115,208,255).

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

RGB channels and saturation

R 115 of 255 = 45%
G 208 of 255 = 82%
B 255 of 255 = 100%

115
208
255

R + G + B ~ 76%. #73D0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 208 + 255 = 578 (100%)
R 115 of 578 ~ 19.9%
G 208 of 578 ~ 35.99%
B 255 of 578 ~ 44.12%

%19.9
%35.99
%44.12

CMYK color model

#73D0FF color CMYK value is (55,18,0,0).

  • cyan value is 54.90%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(55,18,0,0)
C55M18Y0K0 
(55%,18%,0%,0%)
(0.55/0.18/0.00/0.00)	

CMYK percentages

%54.9
%18.43
%0
%0

Codes

Color #73D0FF in popluar color models

73D0FF
RGB115208255
HSL200°100.00%72.55%
HSB/HSV200°54.90%100.00%
CMYK54.90%18.43%0.00%
0.00%

Color #73D0FF in popluar number systems.

HEX73D0FF
Decimal115208255
Binary11100111101000011111111
Octal163320377

Shades and tints

Shades of #73D0FF

#73D0FF
(115,208,255)
#69BEE8
(105,190,232)
#5FACD1
(95,172,209)
#559ABA
(85,154,186)
#4B88A3
(75,136,163)
#41768C
(65,118,140)
#376475
(55,100,117)
#2D525E
(45,82,94)
#234047
(35,64,71)
#192E30
(25,46,48)
#0F1C19
(15,28,25)
#000000
(0,0,0)

Tints of #73D0FF

#73D0FF
(115,208,255)
#7FD4FF
(127,212,255)
#8BD8FF
(139,216,255)
#97DCFF
(151,220,255)
#A3E0FF
(163,224,255)
#AFE4FF
(175,228,255)
#BBE8FF
(187,232,255)
#C7ECFF
(199,236,255)
#D3F0FF
(211,240,255)
#DFF4FF
(223,244,255)
#EBF8FF
(235,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D0FF; }

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

This text font color is #73D0FF.


Background Color

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

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

This div background color is #73D0FF.


Border color

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

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

This div border color is #73D0FF.


Opacity

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

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

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

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

This text has shadow with #73D0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D0FF on black background.


Color preview on white background

This text has color #73D0FF on white background.



Black color preview on #73D0FF background

This text has black color on #73D0FF background.


White color preview on #73D0FF background

This text has white color on #73D0FF background.