COLOR #73C3ED

HEX: #73C3ED RGB: (115,195,237)

Color info

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

RGB color model

#73C3ED color RGB value is (115,195,237).

RGB: (115,195,237) (45%, 76%, 93%)

RGB channels and saturation

R 115 of 255 = 45%
G 195 of 255 = 76%
B 237 of 255 = 93%

115
195
237

R + G + B ~ 71%. #73C3ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 195 + 237 = 547 (100%)
R 115 of 547 ~ 21.02%
G 195 of 547 ~ 35.65%
B 237 of 547 ~ 43.33'%

%21.02
%35.65
%43.33

CMYK color model

#73C3ED color CMYK value is (51,18,0,7).

  • cyan value is 51.48%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (51,18,0,7)
C51M18Y0K7 (51%, 18%, 0%, 7%)
(0.51 / 0.18 / 0.00 / 0.07)

CMYK percentages

%51.48
%17.72
%0
%7.06

Codes

Color #73C3ED in popluar color models

73 C3 ED
RGB 115 195 237
HSL 201° 77.22% 69.02%
HSB/HSV 201° 51.48% 92.94%
CMYK 51.48% 17.72% 0.00%
7.06%

Color #73C3ED in popluar number systems.

HEX 73 C3 ED
Decimal 115 195 237
Binary 1110011 11000011 11101101
Octal 163 303 355

Shades and tints

Shades of #73C3ED

#73C3ED
(115,195,237)
#69B2D8
(105,178,216)
#5FA1C3
(95,161,195)
#5590AE
(85,144,174)
#4B7F99
(75,127,153)
#416E84
(65,110,132)
#375D6F
(55,93,111)
#2D4C5A
(45,76,90)
#233B45
(35,59,69)
#192A30
(25,42,48)
#0F191B
(15,25,27)
#000000
(0,0,0)

Tints of #73C3ED

#73C3ED
(115,195,237)
#7FC8EE
(127,200,238)
#8BCDEF
(139,205,239)
#97D2F0
(151,210,240)
#A3D7F1
(163,215,241)
#AFDCF2
(175,220,242)
#BBE1F3
(187,225,243)
#C7E6F4
(199,230,244)
#D3EBF5
(211,235,245)
#DFF0F6
(223,240,246)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C3ED color. Also use rgb(115,195,237) instead hex code.

Text Font Color

.myTextColor { color: #73C3ED; }

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

This text font color is #73C3ED.

Background Color

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

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

This div background color is #73C3ED.

Border color

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

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

This div border color is #73C3ED.

Opacity

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

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

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

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

This text has shadow with #73C3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C3ED.

Preview

Color preview on black background

This text has color #73C3ED on black background.


Color preview on white background

This text has color #73C3ED on white background.


Black color preview on #73C3ED background

This text has black color on #73C3ED background.


White color preview on #73C3ED background

This text has white color on #73C3ED background.


Related colors

Complementary color

Complementary color for #hex is #8C3C12.


I love getcolorcode.com

Triadic colors

1 #ED73C3 and #C3ED73 with #73C3ED are triadic colors.

2 #EDC373 and #C373ED with #73C3ED are triadic colors.