COLOR #73DCE8

HEX: #73DCE8
RGB: (115,220,232)

Color info

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

RGB color model

#73DCE8 color RGB value is (115,220,232).

  • red value is 115;
  • green value is 220;
  • blue value is 232.
RGB:
(115,220,232)
(45%,86%,91%)

RGB channels and saturation

R 115 of 255 = 45%
G 220 of 255 = 86%
B 232 of 255 = 91%

115
220
232

R + G + B ~ 74%. #73DCE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 220 + 232 = 567 (100%)
R 115 of 567 ~ 20.28%
G 220 of 567 ~ 38.8%
B 232 of 567 ~ 40.92%

%20.28
%38.8
%40.92

CMYK color model

#73DCE8 color CMYK value is (50,5,0,9).

  • cyan value is 50.43%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(50,5,0,9)
C50M5Y0K9 
(50%,5%,0%,9%)
(0.50/0.05/0.00/0.09)	

CMYK percentages

%50.43
%5.17
%0
%9.02

Codes

Color #73DCE8 in popluar color models

73DCE8
RGB115220232
HSL186°71.78%68.04%
HSB/HSV186°50.43%90.98%
CMYK50.43%5.17%0.00%
9.02%

Color #73DCE8 in popluar number systems.

HEX73DCE8
Decimal115220232
Binary11100111101110011101000
Octal163334350

Shades and tints

Shades of #73DCE8

#73DCE8
(115,220,232)
#69C8D3
(105,200,211)
#5FB4BE
(95,180,190)
#55A0A9
(85,160,169)
#4B8C94
(75,140,148)
#41787F
(65,120,127)
#37646A
(55,100,106)
#2D5055
(45,80,85)
#233C40
(35,60,64)
#19282B
(25,40,43)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #73DCE8

#73DCE8
(115,220,232)
#7FDFEA
(127,223,234)
#8BE2EC
(139,226,236)
#97E5EE
(151,229,238)
#A3E8F0
(163,232,240)
#AFEBF2
(175,235,242)
#BBEEF4
(187,238,244)
#C7F1F6
(199,241,246)
#D3F4F8
(211,244,248)
#DFF7FA
(223,247,250)
#EBFAFC
(235,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DCE8 color. Also use rgb(115,220,232) instead hex code.

Text Font Color

.myTextColor { color: #73DCE8; }

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

This text font color is #73DCE8.


Background Color

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

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

This div background color is #73DCE8.


Border color

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

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

This div border color is #73DCE8.


Opacity

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

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

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

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

This text has shadow with #73DCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73DCE8 on black background.


Color preview on white background

This text has color #73DCE8 on white background.



Black color preview on #73DCE8 background

This text has black color on #73DCE8 background.


White color preview on #73DCE8 background

This text has white color on #73DCE8 background.