COLOR #73C9EA

HEX: #73C9EA RGB: (115,201,234)

Color info

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

RGB color model

#73C9EA color RGB value is (115,201,234).

RGB: (115,201,234) (45%, 79%, 92%)

RGB channels and saturation

R 115 of 255 = 45%
G 201 of 255 = 79%
B 234 of 255 = 92%

115
201
234

R + G + B ~ 72%. #73C9EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 201 + 234 = 550 (100%)
R 115 of 550 ~ 20.91%
G 201 of 550 ~ 36.55%
B 234 of 550 ~ 42.55'%

%20.91
%36.55
%42.55

CMYK color model

#73C9EA color CMYK value is (51,14,0,8).

  • cyan value is 50.85%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (51,14,0,8)
C51M14Y0K8 (51%, 14%, 0%, 8%)
(0.51 / 0.14 / 0.00 / 0.08)

CMYK percentages

%50.85
%14.1
%0
%8.24

Codes

Color #73C9EA in popluar color models

73 C9 EA
RGB 115 201 234
HSL 197° 73.91% 68.43%
HSB/HSV 197° 50.85% 91.76%
CMYK 50.85% 14.10% 0.00%
8.24%

Color #73C9EA in popluar number systems.

HEX 73 C9 EA
Decimal 115 201 234
Binary 1110011 11001001 11101010
Octal 163 311 352

Shades and tints

Shades of #73C9EA

#73C9EA
(115,201,234)
#69B7D5
(105,183,213)
#5FA5C0
(95,165,192)
#5593AB
(85,147,171)
#4B8196
(75,129,150)
#416F81
(65,111,129)
#375D6C
(55,93,108)
#2D4B57
(45,75,87)
#233942
(35,57,66)
#19272D
(25,39,45)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #73C9EA

#73C9EA
(115,201,234)
#7FCDEB
(127,205,235)
#8BD1EC
(139,209,236)
#97D5ED
(151,213,237)
#A3D9EE
(163,217,238)
#AFDDEF
(175,221,239)
#BBE1F0
(187,225,240)
#C7E5F1
(199,229,241)
#D3E9F2
(211,233,242)
#DFEDF3
(223,237,243)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C9EA color. Also use rgb(115,201,234) instead hex code.

Text Font Color

.myTextColor { color: #73C9EA; }

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

This text font color is #73C9EA.

Background Color

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

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

This div background color is #73C9EA.

Border color

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

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

This div border color is #73C9EA.

Opacity

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

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

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

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

This text has shadow with #73C9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C9EA.

Preview

Color preview on black background

This text has color #73C9EA on black background.


Color preview on white background

This text has color #73C9EA on white background.


Black color preview on #73C9EA background

This text has black color on #73C9EA background.


White color preview on #73C9EA background

This text has white color on #73C9EA background.


Related colors

Complementary color

Complementary color for #hex is #8C3615.


I love getcolorcode.com

Triadic colors

1 #EA73C9 and #C9EA73 with #73C9EA are triadic colors.

2 #EAC973 and #C973EA with #73C9EA are triadic colors.