COLOR #73B5DE

HEX: #73B5DE RGB: (115,181,222)

Color info

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

RGB color model

#73B5DE color RGB value is (115,181,222).

RGB: (115,181,222) (45%, 71%, 87%)

RGB channels and saturation

R 115 of 255 = 45%
G 181 of 255 = 71%
B 222 of 255 = 87%

115
181
222

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

Portions of RGB colors in percentages

R + G + B = 115 + 181 + 222 = 518 (100%)
R 115 of 518 ~ 22.2%
G 181 of 518 ~ 34.94%
B 222 of 518 ~ 42.86'%

%22.2
%34.94
%42.86

CMYK color model

#73B5DE color CMYK value is (48,18,0,13).

  • cyan value is 48.20%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (48,18,0,13)
C48M18Y0K13 (48%, 18%, 0%, 13%)
(0.48 / 0.18 / 0.00 / 0.13)

CMYK percentages

%48.2
%18.47
%0
%12.94

Codes

Color #73B5DE in popluar color models

73 B5 DE
RGB 115 181 222
HSL 203° 61.85% 66.08%
HSB/HSV 203° 48.20% 87.06%
CMYK 48.20% 18.47% 0.00%
12.94%

Color #73B5DE in popluar number systems.

HEX 73 B5 DE
Decimal 115 181 222
Binary 1110011 10110101 11011110
Octal 163 265 336

Shades and tints

Shades of #73B5DE

#73B5DE
(115,181,222)
#69A5CA
(105,165,202)
#5F95B6
(95,149,182)
#5585A2
(85,133,162)
#4B758E
(75,117,142)
#41657A
(65,101,122)
#375566
(55,85,102)
#2D4552
(45,69,82)
#23353E
(35,53,62)
#19252A
(25,37,42)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #73B5DE

#73B5DE
(115,181,222)
#7FBBE1
(127,187,225)
#8BC1E4
(139,193,228)
#97C7E7
(151,199,231)
#A3CDEA
(163,205,234)
#AFD3ED
(175,211,237)
#BBD9F0
(187,217,240)
#C7DFF3
(199,223,243)
#D3E5F6
(211,229,246)
#DFEBF9
(223,235,249)
#EBF1FC
(235,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B5DE color. Also use rgb(115,181,222) instead hex code.

Text Font Color

.myTextColor { color: #73B5DE; }

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

This text font color is #73B5DE.

Background Color

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

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

This div background color is #73B5DE.

Border color

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

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

This div border color is #73B5DE.

Opacity

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

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

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

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

This text has shadow with #73B5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B5DE.

Preview

Color preview on black background

This text has color #73B5DE on black background.


Color preview on white background

This text has color #73B5DE on white background.


Black color preview on #73B5DE background

This text has black color on #73B5DE background.


White color preview on #73B5DE background

This text has white color on #73B5DE background.


Related colors

Complementary color

Complementary color for #hex is #8C4A21.


I love getcolorcode.com

Triadic colors

1 #DE73B5 and #B5DE73 with #73B5DE are triadic colors.

2 #DEB573 and #B573DE with #73B5DE are triadic colors.