COLOR #73C3FF

HEX: #73C3FF
RGB: (115,195,255)

Color info

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

RGB color model

#73C3FF color RGB value is (115,195,255).

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

RGB channels and saturation

R 115 of 255 = 45%
G 195 of 255 = 76%
B 255 of 255 = 100%

115
195
255

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

Portions of RGB colors in percentages

R + G + B =
115 + 195 + 255 = 565 (100%)
R 115 of 565 ~ 20.35%
G 195 of 565 ~ 34.51%
B 255 of 565 ~ 45.13%

%20.35
%34.51
%45.13

CMYK color model

#73C3FF color CMYK value is (55,24,0,0).

  • cyan value is 54.90%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(55,24,0,0)
C55M24Y0K0 
(55%,24%,0%,0%)
(0.55/0.24/0.00/0.00)	

CMYK percentages

%54.9
%23.53
%0
%0

Codes

Color #73C3FF in popluar color models

73C3FF
RGB115195255
HSL206°100.00%72.55%
HSB/HSV206°54.90%100.00%
CMYK54.90%23.53%0.00%
0.00%

Color #73C3FF in popluar number systems.

HEX73C3FF
Decimal115195255
Binary11100111100001111111111
Octal163303377

Shades and tints

Shades of #73C3FF

#73C3FF
(115,195,255)
#69B2E8
(105,178,232)
#5FA1D1
(95,161,209)
#5590BA
(85,144,186)
#4B7FA3
(75,127,163)
#416E8C
(65,110,140)
#375D75
(55,93,117)
#2D4C5E
(45,76,94)
#233B47
(35,59,71)
#192A30
(25,42,48)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #73C3FF

#73C3FF
(115,195,255)
#7FC8FF
(127,200,255)
#8BCDFF
(139,205,255)
#97D2FF
(151,210,255)
#A3D7FF
(163,215,255)
#AFDCFF
(175,220,255)
#BBE1FF
(187,225,255)
#C7E6FF
(199,230,255)
#D3EBFF
(211,235,255)
#DFF0FF
(223,240,255)
#EBF5FF
(235,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C3FF; }

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

This text font color is #73C3FF.


Background Color

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

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

This div background color is #73C3FF.


Border color

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

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

This div border color is #73C3FF.


Opacity

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

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

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

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

This text has shadow with #73C3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C3FF on black background.


Color preview on white background

This text has color #73C3FF on white background.



Black color preview on #73C3FF background

This text has black color on #73C3FF background.


White color preview on #73C3FF background

This text has white color on #73C3FF background.