COLOR #73B6EE

HEX: #73B6EE
RGB: (115,182,238)

Color info

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

RGB color model

#73B6EE color RGB value is (115,182,238).

  • red value is 115;
  • green value is 182;
  • blue value is 238.
RGB:
(115,182,238)
(45%,71%,93%)

RGB channels and saturation

R 115 of 255 = 45%
G 182 of 255 = 71%
B 238 of 255 = 93%

115
182
238

R + G + B ~ 70%. #73B6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 182 + 238 = 535 (100%)
R 115 of 535 ~ 21.5%
G 182 of 535 ~ 34.02%
B 238 of 535 ~ 44.49%

%21.5
%34.02
%44.49

CMYK color model

#73B6EE color CMYK value is (52,24,0,7).

  • cyan value is 51.68%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(52,24,0,7)
C52M24Y0K7 
(52%,24%,0%,7%)
(0.52/0.24/0.00/0.07)	

CMYK percentages

%51.68
%23.53
%0
%6.67

Codes

Color #73B6EE in popluar color models

73B6EE
RGB115182238
HSL207°78.34%69.22%
HSB/HSV207°51.68%93.33%
CMYK51.68%23.53%0.00%
6.67%

Color #73B6EE in popluar number systems.

HEX73B6EE
Decimal115182238
Binary11100111011011011101110
Octal163266356

Shades and tints

Shades of #73B6EE

#73B6EE
(115,182,238)
#69A6D9
(105,166,217)
#5F96C4
(95,150,196)
#5586AF
(85,134,175)
#4B769A
(75,118,154)
#416685
(65,102,133)
#375670
(55,86,112)
#2D465B
(45,70,91)
#233646
(35,54,70)
#192631
(25,38,49)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #73B6EE

#73B6EE
(115,182,238)
#7FBCEF
(127,188,239)
#8BC2F0
(139,194,240)
#97C8F1
(151,200,241)
#A3CEF2
(163,206,242)
#AFD4F3
(175,212,243)
#BBDAF4
(187,218,244)
#C7E0F5
(199,224,245)
#D3E6F6
(211,230,246)
#DFECF7
(223,236,247)
#EBF2F8
(235,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B6EE color. Also use rgb(115,182,238) instead hex code.

Text Font Color

.myTextColor { color: #73B6EE; }

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

This text font color is #73B6EE.


Background Color

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

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

This div background color is #73B6EE.


Border color

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

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

This div border color is #73B6EE.


Opacity

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

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

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

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

This text has shadow with #73B6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B6EE on black background.


Color preview on white background

This text has color #73B6EE on white background.



Black color preview on #73B6EE background

This text has black color on #73B6EE background.


White color preview on #73B6EE background

This text has white color on #73B6EE background.