COLOR #73C6E0

HEX: #73C6E0
RGB: (115,198,224)

Color info

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

RGB color model

#73C6E0 color RGB value is (115,198,224).

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

RGB channels and saturation

R 115 of 255 = 45%
G 198 of 255 = 78%
B 224 of 255 = 88%

115
198
224

R + G + B ~ 70%. #73C6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 198 + 224 = 537 (100%)
R 115 of 537 ~ 21.42%
G 198 of 537 ~ 36.87%
B 224 of 537 ~ 41.71%

%21.42
%36.87
%41.71

CMYK color model

#73C6E0 color CMYK value is (49,12,0,12).

  • cyan value is 48.66%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(49,12,0,12)
C49M12Y0K12 
(49%,12%,0%,12%)
(0.49/0.12/0.00/0.12)	

CMYK percentages

%48.66
%11.61
%0
%12.16

Codes

Color #73C6E0 in popluar color models

73C6E0
RGB115198224
HSL194°63.74%66.47%
HSB/HSV194°48.66%87.84%
CMYK48.66%11.61%0.00%
12.16%

Color #73C6E0 in popluar number systems.

HEX73C6E0
Decimal115198224
Binary11100111100011011100000
Octal163306340

Shades and tints

Shades of #73C6E0

#73C6E0
(115,198,224)
#69B4CC
(105,180,204)
#5FA2B8
(95,162,184)
#5590A4
(85,144,164)
#4B7E90
(75,126,144)
#416C7C
(65,108,124)
#375A68
(55,90,104)
#2D4854
(45,72,84)
#233640
(35,54,64)
#19242C
(25,36,44)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #73C6E0

#73C6E0
(115,198,224)
#7FCBE2
(127,203,226)
#8BD0E4
(139,208,228)
#97D5E6
(151,213,230)
#A3DAE8
(163,218,232)
#AFDFEA
(175,223,234)
#BBE4EC
(187,228,236)
#C7E9EE
(199,233,238)
#D3EEF0
(211,238,240)
#DFF3F2
(223,243,242)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C6E0; }

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

This text font color is #73C6E0.


Background Color

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

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

This div background color is #73C6E0.


Border color

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

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

This div border color is #73C6E0.


Opacity

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

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

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

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

This text has shadow with #73C6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C6E0 on black background.


Color preview on white background

This text has color #73C6E0 on white background.



Black color preview on #73C6E0 background

This text has black color on #73C6E0 background.


White color preview on #73C6E0 background

This text has white color on #73C6E0 background.