COLOR #73BED8

HEX: #73BED8
RGB: (115,190,216)

Color info

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

RGB color model

#73BED8 color RGB value is (115,190,216).

  • red value is 115;
  • green value is 190;
  • blue value is 216.
RGB:
(115,190,216)
(45%,75%,85%)

RGB channels and saturation

R 115 of 255 = 45%
G 190 of 255 = 75%
B 216 of 255 = 85%

115
190
216

R + G + B ~ 68%. #73BED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 190 + 216 = 521 (100%)
R 115 of 521 ~ 22.07%
G 190 of 521 ~ 36.47%
B 216 of 521 ~ 41.46%

%22.07
%36.47
%41.46

CMYK color model

#73BED8 color CMYK value is (47,12,0,15).

  • cyan value is 46.76%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(47,12,0,15)
C47M12Y0K15 
(47%,12%,0%,15%)
(0.47/0.12/0.00/0.15)	

CMYK percentages

%46.76
%12.04
%0
%15.29

Codes

Color #73BED8 in popluar color models

73BED8
RGB115190216
HSL195°56.42%64.90%
HSB/HSV195°46.76%84.71%
CMYK46.76%12.04%0.00%
15.29%

Color #73BED8 in popluar number systems.

HEX73BED8
Decimal115190216
Binary11100111011111011011000
Octal163276330

Shades and tints

Shades of #73BED8

#73BED8
(115,190,216)
#69ADC5
(105,173,197)
#5F9CB2
(95,156,178)
#558B9F
(85,139,159)
#4B7A8C
(75,122,140)
#416979
(65,105,121)
#375866
(55,88,102)
#2D4753
(45,71,83)
#233640
(35,54,64)
#19252D
(25,37,45)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #73BED8

#73BED8
(115,190,216)
#7FC3DB
(127,195,219)
#8BC8DE
(139,200,222)
#97CDE1
(151,205,225)
#A3D2E4
(163,210,228)
#AFD7E7
(175,215,231)
#BBDCEA
(187,220,234)
#C7E1ED
(199,225,237)
#D3E6F0
(211,230,240)
#DFEBF3
(223,235,243)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BED8 color. Also use rgb(115,190,216) instead hex code.

Text Font Color

.myTextColor { color: #73BED8; }

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

This text font color is #73BED8.


Background Color

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

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

This div background color is #73BED8.


Border color

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

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

This div border color is #73BED8.


Opacity

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

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

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

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

This text has shadow with #73BED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BED8 on black background.


Color preview on white background

This text has color #73BED8 on white background.



Black color preview on #73BED8 background

This text has black color on #73BED8 background.


White color preview on #73BED8 background

This text has white color on #73BED8 background.