COLOR #73BDE5

HEX: #73BDE5
RGB: (115,189,229)

Color info

#73BDE5 contains mainly green and blue colors. Web safe color of #73BDE5 is #66CCCC (or #6CC).

RGB color model

#73BDE5 color RGB value is (115,189,229).

  • red value is 115;
  • green value is 189;
  • blue value is 229.
RGB:
(115,189,229)
(45%,74%,90%)

RGB channels and saturation

R 115 of 255 = 45%
G 189 of 255 = 74%
B 229 of 255 = 90%

115
189
229

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

Portions of RGB colors in percentages

R + G + B =
115 + 189 + 229 = 533 (100%)
R 115 of 533 ~ 21.58%
G 189 of 533 ~ 35.46%
B 229 of 533 ~ 42.96%

%21.58
%35.46
%42.96

CMYK color model

#73BDE5 color CMYK value is (50,17,0,10).

  • cyan value is 49.78%
  • magenta value is 17.47%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(50,17,0,10)
C50M17Y0K10 
(50%,17%,0%,10%)
(0.50/0.17/0.00/0.10)	

CMYK percentages

%49.78
%17.47
%0
%10.2

Codes

Color #73BDE5 in popluar color models

73BDE5
RGB115189229
HSL201°68.67%67.45%
HSB/HSV201°49.78%89.80%
CMYK49.78%17.47%0.00%
10.20%

Color #73BDE5 in popluar number systems.

HEX73BDE5
Decimal115189229
Binary11100111011110111100101
Octal163275345

Shades and tints

Shades of #73BDE5

#73BDE5
(115,189,229)
#69ACD1
(105,172,209)
#5F9BBD
(95,155,189)
#558AA9
(85,138,169)
#4B7995
(75,121,149)
#416881
(65,104,129)
#37576D
(55,87,109)
#2D4659
(45,70,89)
#233545
(35,53,69)
#192431
(25,36,49)
#0F131D
(15,19,29)
#000000
(0,0,0)

Tints of #73BDE5

#73BDE5
(115,189,229)
#7FC3E7
(127,195,231)
#8BC9E9
(139,201,233)
#97CFEB
(151,207,235)
#A3D5ED
(163,213,237)
#AFDBEF
(175,219,239)
#BBE1F1
(187,225,241)
#C7E7F3
(199,231,243)
#D3EDF5
(211,237,245)
#DFF3F7
(223,243,247)
#EBF9F9
(235,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BDE5 color. Also use rgb(115,189,229) instead hex code.

Text Font Color

.myTextColor { color: #73BDE5; }

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

This text font color is #73BDE5.


Background Color

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

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

This div background color is #73BDE5.


Border color

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

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

This div border color is #73BDE5.


Opacity

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

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

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

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

This text has shadow with #73BDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BDE5 on black background.


Color preview on white background

This text has color #73BDE5 on white background.



Black color preview on #73BDE5 background

This text has black color on #73BDE5 background.


White color preview on #73BDE5 background

This text has white color on #73BDE5 background.