COLOR #73ABDA

HEX: #73ABDA
RGB: (115,171,218)

Color info

#73ABDA contains mainly green and blue colors. Web safe color of #73ABDA is #6699CC (or #69C).

RGB color model

#73ABDA color RGB value is (115,171,218).

  • red value is 115;
  • green value is 171;
  • blue value is 218.
RGB:
(115,171,218)
(45%,67%,85%)

RGB channels and saturation

R 115 of 255 = 45%
G 171 of 255 = 67%
B 218 of 255 = 85%

115
171
218

R + G + B ~ 66%. #73ABDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 171 + 218 = 504 (100%)
R 115 of 504 ~ 22.82%
G 171 of 504 ~ 33.93%
B 218 of 504 ~ 43.25%

%22.82
%33.93
%43.25

CMYK color model

#73ABDA color CMYK value is (47,22,0,15).

  • cyan value is 47.25%
  • magenta value is 21.56%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(47,22,0,15)
C47M22Y0K15 
(47%,22%,0%,15%)
(0.47/0.22/0.00/0.15)	

CMYK percentages

%47.25
%21.56
%0
%14.51

Codes

Color #73ABDA in popluar color models

73ABDA
RGB115171218
HSL207°58.19%65.29%
HSB/HSV207°47.25%85.49%
CMYK47.25%21.56%0.00%
14.51%

Color #73ABDA in popluar number systems.

HEX73ABDA
Decimal115171218
Binary11100111010101111011010
Octal163253332

Shades and tints

Shades of #73ABDA

#73ABDA
(115,171,218)
#699CC7
(105,156,199)
#5F8DB4
(95,141,180)
#557EA1
(85,126,161)
#4B6F8E
(75,111,142)
#41607B
(65,96,123)
#375168
(55,81,104)
#2D4255
(45,66,85)
#233342
(35,51,66)
#19242F
(25,36,47)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #73ABDA

#73ABDA
(115,171,218)
#7FB2DD
(127,178,221)
#8BB9E0
(139,185,224)
#97C0E3
(151,192,227)
#A3C7E6
(163,199,230)
#AFCEE9
(175,206,233)
#BBD5EC
(187,213,236)
#C7DCEF
(199,220,239)
#D3E3F2
(211,227,242)
#DFEAF5
(223,234,245)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73ABDA color. Also use rgb(115,171,218) instead hex code.

Text Font Color

.myTextColor { color: #73ABDA; }

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

This text font color is #73ABDA.


Background Color

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

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

This div background color is #73ABDA.


Border color

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

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

This div border color is #73ABDA.


Opacity

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

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

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

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

This text has shadow with #73ABDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73ABDA on black background.


Color preview on white background

This text has color #73ABDA on white background.



Black color preview on #73ABDA background

This text has black color on #73ABDA background.


White color preview on #73ABDA background

This text has white color on #73ABDA background.