COLOR #73E0FF

HEX: #73E0FF
RGB: (115,224,255)

Color info

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

RGB color model

#73E0FF color RGB value is (115,224,255).

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

RGB channels and saturation

R 115 of 255 = 45%
G 224 of 255 = 88%
B 255 of 255 = 100%

115
224
255

R + G + B ~ 78%. #73E0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 224 + 255 = 594 (100%)
R 115 of 594 ~ 19.36%
G 224 of 594 ~ 37.71%
B 255 of 594 ~ 42.93%

%19.36
%37.71
%42.93

CMYK color model

#73E0FF color CMYK value is (55,12,0,0).

  • cyan value is 54.90%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(55,12,0,0)
C55M12Y0K0 
(55%,12%,0%,0%)
(0.55/0.12/0.00/0.00)	

CMYK percentages

%54.9
%12.16
%0
%0

Codes

Color #73E0FF in popluar color models

73E0FF
RGB115224255
HSL193°100.00%72.55%
HSB/HSV193°54.90%100.00%
CMYK54.90%12.16%0.00%
0.00%

Color #73E0FF in popluar number systems.

HEX73E0FF
Decimal115224255
Binary11100111110000011111111
Octal163340377

Shades and tints

Shades of #73E0FF

#73E0FF
(115,224,255)
#69CCE8
(105,204,232)
#5FB8D1
(95,184,209)
#55A4BA
(85,164,186)
#4B90A3
(75,144,163)
#417C8C
(65,124,140)
#376875
(55,104,117)
#2D545E
(45,84,94)
#234047
(35,64,71)
#192C30
(25,44,48)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #73E0FF

#73E0FF
(115,224,255)
#7FE2FF
(127,226,255)
#8BE4FF
(139,228,255)
#97E6FF
(151,230,255)
#A3E8FF
(163,232,255)
#AFEAFF
(175,234,255)
#BBECFF
(187,236,255)
#C7EEFF
(199,238,255)
#D3F0FF
(211,240,255)
#DFF2FF
(223,242,255)
#EBF4FF
(235,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E0FF; }

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

This text font color is #73E0FF.


Background Color

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

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

This div background color is #73E0FF.


Border color

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

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

This div border color is #73E0FF.


Opacity

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

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

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

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

This text has shadow with #73E0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E0FF on black background.


Color preview on white background

This text has color #73E0FF on white background.



Black color preview on #73E0FF background

This text has black color on #73E0FF background.


White color preview on #73E0FF background

This text has white color on #73E0FF background.