COLOR #73C8EF

HEX: #73C8EF RGB: (115,200,239)

Color info

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

RGB color model

#73C8EF color RGB value is (115,200,239).

RGB: (115,200,239) (45%, 78%, 94%)

RGB channels and saturation

R 115 of 255 = 45%
G 200 of 255 = 78%
B 239 of 255 = 94%

115
200
239

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

Portions of RGB colors in percentages

R + G + B = 115 + 200 + 239 = 554 (100%)
R 115 of 554 ~ 20.76%
G 200 of 554 ~ 36.1%
B 239 of 554 ~ 43.14'%

%20.76
%36.1
%43.14

CMYK color model

#73C8EF color CMYK value is (52,16,0,6).

  • cyan value is 51.88%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (52,16,0,6)
C52M16Y0K6 (52%, 16%, 0%, 6%)
(0.52 / 0.16 / 0.00 / 0.06)

CMYK percentages

%51.88
%16.32
%0
%6.27

Codes

Color #73C8EF in popluar color models

73 C8 EF
RGB 115 200 239
HSL 199° 79.49% 69.41%
HSB/HSV 199° 51.88% 93.73%
CMYK 51.88% 16.32% 0.00%
6.27%

Color #73C8EF in popluar number systems.

HEX 73 C8 EF
Decimal 115 200 239
Binary 1110011 11001000 11101111
Octal 163 310 357

Shades and tints

Shades of #73C8EF

#73C8EF
(115,200,239)
#69B6DA
(105,182,218)
#5FA4C5
(95,164,197)
#5592B0
(85,146,176)
#4B809B
(75,128,155)
#416E86
(65,110,134)
#375C71
(55,92,113)
#2D4A5C
(45,74,92)
#233847
(35,56,71)
#192632
(25,38,50)
#0F141D
(15,20,29)
#000000
(0,0,0)

Tints of #73C8EF

#73C8EF
(115,200,239)
#7FCDF0
(127,205,240)
#8BD2F1
(139,210,241)
#97D7F2
(151,215,242)
#A3DCF3
(163,220,243)
#AFE1F4
(175,225,244)
#BBE6F5
(187,230,245)
#C7EBF6
(199,235,246)
#D3F0F7
(211,240,247)
#DFF5F8
(223,245,248)
#EBFAF9
(235,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C8EF color. Also use rgb(115,200,239) instead hex code.

Text Font Color

.myTextColor { color: #73C8EF; }

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

This text font color is #73C8EF.

Background Color

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

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

This div background color is #73C8EF.

Border color

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

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

This div border color is #73C8EF.

Opacity

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

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

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

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

This text has shadow with #73C8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C8EF.

Preview

Color preview on black background

This text has color #73C8EF on black background.


Color preview on white background

This text has color #73C8EF on white background.


Black color preview on #73C8EF background

This text has black color on #73C8EF background.


White color preview on #73C8EF background

This text has white color on #73C8EF background.


Related colors

Complementary color

Complementary color for #hex is #8C3710.


I love getcolorcode.com

Triadic colors

1 #EF73C8 and #C8EF73 with #73C8EF are triadic colors.

2 #EFC873 and #C873EF with #73C8EF are triadic colors.