COLOR #73CAE4

HEX: #73CAE4
RGB: (115,202,228)

Color info

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

RGB color model

#73CAE4 color RGB value is (115,202,228).

  • red value is 115;
  • green value is 202;
  • blue value is 228.
RGB:
(115,202,228)
(45%,79%,89%)

RGB channels and saturation

R 115 of 255 = 45%
G 202 of 255 = 79%
B 228 of 255 = 89%

115
202
228

R + G + B ~ 71%. #73CAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 202 + 228 = 545 (100%)
R 115 of 545 ~ 21.1%
G 202 of 545 ~ 37.06%
B 228 of 545 ~ 41.83%

%21.1
%37.06
%41.83

CMYK color model

#73CAE4 color CMYK value is (50,11,0,11).

  • cyan value is 49.56%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(50,11,0,11)
C50M11Y0K11 
(50%,11%,0%,11%)
(0.50/0.11/0.00/0.11)	

CMYK percentages

%49.56
%11.4
%0
%10.59

Codes

Color #73CAE4 in popluar color models

73CAE4
RGB115202228
HSL194°67.66%67.25%
HSB/HSV194°49.56%89.41%
CMYK49.56%11.40%0.00%
10.59%

Color #73CAE4 in popluar number systems.

HEX73CAE4
Decimal115202228
Binary11100111100101011100100
Octal163312344

Shades and tints

Shades of #73CAE4

#73CAE4
(115,202,228)
#69B8D0
(105,184,208)
#5FA6BC
(95,166,188)
#5594A8
(85,148,168)
#4B8294
(75,130,148)
#417080
(65,112,128)
#375E6C
(55,94,108)
#2D4C58
(45,76,88)
#233A44
(35,58,68)
#192830
(25,40,48)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #73CAE4

#73CAE4
(115,202,228)
#7FCEE6
(127,206,230)
#8BD2E8
(139,210,232)
#97D6EA
(151,214,234)
#A3DAEC
(163,218,236)
#AFDEEE
(175,222,238)
#BBE2F0
(187,226,240)
#C7E6F2
(199,230,242)
#D3EAF4
(211,234,244)
#DFEEF6
(223,238,246)
#EBF2F8
(235,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CAE4 color. Also use rgb(115,202,228) instead hex code.

Text Font Color

.myTextColor { color: #73CAE4; }

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

This text font color is #73CAE4.


Background Color

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

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

This div background color is #73CAE4.


Border color

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

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

This div border color is #73CAE4.


Opacity

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

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

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

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

This text has shadow with #73CAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CAE4 on black background.


Color preview on white background

This text has color #73CAE4 on white background.



Black color preview on #73CAE4 background

This text has black color on #73CAE4 background.


White color preview on #73CAE4 background

This text has white color on #73CAE4 background.