COLOR #73B6FF

HEX: #73B6FF
RGB: (115,182,255)

Color info

#73B6FF contains mainly blue color. Web safe color of #73B6FF is #66CCFF (or #6CF).

RGB color model

#73B6FF color RGB value is (115,182,255).

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

RGB channels and saturation

R 115 of 255 = 45%
G 182 of 255 = 71%
B 255 of 255 = 100%

115
182
255

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

Portions of RGB colors in percentages

R + G + B =
115 + 182 + 255 = 552 (100%)
R 115 of 552 ~ 20.83%
G 182 of 552 ~ 32.97%
B 255 of 552 ~ 46.2%

%20.83
%32.97
%46.2

CMYK color model

#73B6FF color CMYK value is (55,29,0,0).

  • cyan value is 54.90%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(55,29,0,0)
C55M29Y0K0 
(55%,29%,0%,0%)
(0.55/0.29/0.00/0.00)	

CMYK percentages

%54.9
%28.63
%0
%0

Codes

Color #73B6FF in popluar color models

73B6FF
RGB115182255
HSL211°100.00%72.55%
HSB/HSV211°54.90%100.00%
CMYK54.90%28.63%0.00%
0.00%

Color #73B6FF in popluar number systems.

HEX73B6FF
Decimal115182255
Binary11100111011011011111111
Octal163266377

Shades and tints

Shades of #73B6FF

#73B6FF
(115,182,255)
#69A6E8
(105,166,232)
#5F96D1
(95,150,209)
#5586BA
(85,134,186)
#4B76A3
(75,118,163)
#41668C
(65,102,140)
#375675
(55,86,117)
#2D465E
(45,70,94)
#233647
(35,54,71)
#192630
(25,38,48)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #73B6FF

#73B6FF
(115,182,255)
#7FBCFF
(127,188,255)
#8BC2FF
(139,194,255)
#97C8FF
(151,200,255)
#A3CEFF
(163,206,255)
#AFD4FF
(175,212,255)
#BBDAFF
(187,218,255)
#C7E0FF
(199,224,255)
#D3E6FF
(211,230,255)
#DFECFF
(223,236,255)
#EBF2FF
(235,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B6FF; }

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

This text font color is #73B6FF.


Background Color

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

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

This div background color is #73B6FF.


Border color

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

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

This div border color is #73B6FF.


Opacity

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

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

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

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

This text has shadow with #73B6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B6FF on black background.


Color preview on white background

This text has color #73B6FF on white background.



Black color preview on #73B6FF background

This text has black color on #73B6FF background.


White color preview on #73B6FF background

This text has white color on #73B6FF background.