COLOR #73AFC9

HEX: #73AFC9
RGB: (115,175,201)

Color info

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

RGB color model

#73AFC9 color RGB value is (115,175,201).

  • red value is 115;
  • green value is 175;
  • blue value is 201.
RGB:
(115,175,201)
(45%,69%,79%)

RGB channels and saturation

R 115 of 255 = 45%
G 175 of 255 = 69%
B 201 of 255 = 79%

115
175
201

R + G + B ~ 64%. #73AFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 175 + 201 = 491 (100%)
R 115 of 491 ~ 23.42%
G 175 of 491 ~ 35.64%
B 201 of 491 ~ 40.94%

%23.42
%35.64
%40.94

CMYK color model

#73AFC9 color CMYK value is (43,13,0,21).

  • cyan value is 42.79%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(43,13,0,21)
C43M13Y0K21 
(43%,13%,0%,21%)
(0.43/0.13/0.00/0.21)	

CMYK percentages

%42.79
%12.94
%0
%21.18

Codes

Color #73AFC9 in popluar color models

73AFC9
RGB115175201
HSL198°44.33%61.96%
HSB/HSV198°42.79%78.82%
CMYK42.79%12.94%0.00%
21.18%

Color #73AFC9 in popluar number systems.

HEX73AFC9
Decimal115175201
Binary11100111010111111001001
Octal163257311

Shades and tints

Shades of #73AFC9

#73AFC9
(115,175,201)
#69A0B7
(105,160,183)
#5F91A5
(95,145,165)
#558293
(85,130,147)
#4B7381
(75,115,129)
#41646F
(65,100,111)
#37555D
(55,85,93)
#2D464B
(45,70,75)
#233739
(35,55,57)
#192827
(25,40,39)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #73AFC9

#73AFC9
(115,175,201)
#7FB6CD
(127,182,205)
#8BBDD1
(139,189,209)
#97C4D5
(151,196,213)
#A3CBD9
(163,203,217)
#AFD2DD
(175,210,221)
#BBD9E1
(187,217,225)
#C7E0E5
(199,224,229)
#D3E7E9
(211,231,233)
#DFEEED
(223,238,237)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AFC9 color. Also use rgb(115,175,201) instead hex code.

Text Font Color

.myTextColor { color: #73AFC9; }

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

This text font color is #73AFC9.


Background Color

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

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

This div background color is #73AFC9.


Border color

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

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

This div border color is #73AFC9.


Opacity

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

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

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

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

This text has shadow with #73AFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AFC9 on black background.


Color preview on white background

This text has color #73AFC9 on white background.



Black color preview on #73AFC9 background

This text has black color on #73AFC9 background.


White color preview on #73AFC9 background

This text has white color on #73AFC9 background.