COLOR #73D5EB

HEX: #73D5EB
RGB: (115,213,235)

Color info

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

RGB color model

#73D5EB color RGB value is (115,213,235).

  • red value is 115;
  • green value is 213;
  • blue value is 235.
RGB:
(115,213,235)
(45%,84%,92%)

RGB channels and saturation

R 115 of 255 = 45%
G 213 of 255 = 84%
B 235 of 255 = 92%

115
213
235

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

Portions of RGB colors in percentages

R + G + B =
115 + 213 + 235 = 563 (100%)
R 115 of 563 ~ 20.43%
G 213 of 563 ~ 37.83%
B 235 of 563 ~ 41.74%

%20.43
%37.83
%41.74

CMYK color model

#73D5EB color CMYK value is (51,9,0,8).

  • cyan value is 51.06%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(51,9,0,8)
C51M9Y0K8 
(51%,9%,0%,8%)
(0.51/0.09/0.00/0.08)	

CMYK percentages

%51.06
%9.36
%0
%7.84

Codes

Color #73D5EB in popluar color models

73D5EB
RGB115213235
HSL191°75.00%68.63%
HSB/HSV191°51.06%92.16%
CMYK51.06%9.36%0.00%
7.84%

Color #73D5EB in popluar number systems.

HEX73D5EB
Decimal115213235
Binary11100111101010111101011
Octal163325353

Shades and tints

Shades of #73D5EB

#73D5EB
(115,213,235)
#69C2D6
(105,194,214)
#5FAFC1
(95,175,193)
#559CAC
(85,156,172)
#4B8997
(75,137,151)
#417682
(65,118,130)
#37636D
(55,99,109)
#2D5058
(45,80,88)
#233D43
(35,61,67)
#192A2E
(25,42,46)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #73D5EB

#73D5EB
(115,213,235)
#7FD8EC
(127,216,236)
#8BDBED
(139,219,237)
#97DEEE
(151,222,238)
#A3E1EF
(163,225,239)
#AFE4F0
(175,228,240)
#BBE7F1
(187,231,241)
#C7EAF2
(199,234,242)
#D3EDF3
(211,237,243)
#DFF0F4
(223,240,244)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D5EB color. Also use rgb(115,213,235) instead hex code.

Text Font Color

.myTextColor { color: #73D5EB; }

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

This text font color is #73D5EB.


Background Color

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

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

This div background color is #73D5EB.


Border color

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

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

This div border color is #73D5EB.


Opacity

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

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

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

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

This text has shadow with #73D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D5EB on black background.


Color preview on white background

This text has color #73D5EB on white background.



Black color preview on #73D5EB background

This text has black color on #73D5EB background.


White color preview on #73D5EB background

This text has white color on #73D5EB background.