COLOR #73AAEF

HEX: #73AAEF
RGB: (115,170,239)

Color info

#73AAEF contains mainly blue color. Web safe color of #73AAEF is #6699FF (or #69F).

RGB color model

#73AAEF color RGB value is (115,170,239).

  • red value is 115;
  • green value is 170;
  • blue value is 239.
RGB:
(115,170,239)
(45%,67%,94%)

RGB channels and saturation

R 115 of 255 = 45%
G 170 of 255 = 67%
B 239 of 255 = 94%

115
170
239

R + G + B ~ 69%. #73AAEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 170 + 239 = 524 (100%)
R 115 of 524 ~ 21.95%
G 170 of 524 ~ 32.44%
B 239 of 524 ~ 45.61%

%21.95
%32.44
%45.61

CMYK color model

#73AAEF color CMYK value is (52,29,0,6).

  • cyan value is 51.88%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(52,29,0,6)
C52M29Y0K6 
(52%,29%,0%,6%)
(0.52/0.29/0.00/0.06)	

CMYK percentages

%51.88
%28.87
%0
%6.27

Codes

Color #73AAEF in popluar color models

73AAEF
RGB115170239
HSL213°79.49%69.41%
HSB/HSV213°51.88%93.73%
CMYK51.88%28.87%0.00%
6.27%

Color #73AAEF in popluar number systems.

HEX73AAEF
Decimal115170239
Binary11100111010101011101111
Octal163252357

Shades and tints

Shades of #73AAEF

#73AAEF
(115,170,239)
#699BDA
(105,155,218)
#5F8CC5
(95,140,197)
#557DB0
(85,125,176)
#4B6E9B
(75,110,155)
#415F86
(65,95,134)
#375071
(55,80,113)
#2D415C
(45,65,92)
#233247
(35,50,71)
#192332
(25,35,50)
#0F141D
(15,20,29)
#000000
(0,0,0)

Tints of #73AAEF

#73AAEF
(115,170,239)
#7FB1F0
(127,177,240)
#8BB8F1
(139,184,241)
#97BFF2
(151,191,242)
#A3C6F3
(163,198,243)
#AFCDF4
(175,205,244)
#BBD4F5
(187,212,245)
#C7DBF6
(199,219,246)
#D3E2F7
(211,226,247)
#DFE9F8
(223,233,248)
#EBF0F9
(235,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AAEF color. Also use rgb(115,170,239) instead hex code.

Text Font Color

.myTextColor { color: #73AAEF; }

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

This text font color is #73AAEF.


Background Color

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

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

This div background color is #73AAEF.


Border color

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

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

This div border color is #73AAEF.


Opacity

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

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

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

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

This text has shadow with #73AAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AAEF on black background.


Color preview on white background

This text has color #73AAEF on white background.



Black color preview on #73AAEF background

This text has black color on #73AAEF background.


White color preview on #73AAEF background

This text has white color on #73AAEF background.