COLOR #73CBDA

HEX: #73CBDA
RGB: (115,203,218)

Color info

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

RGB color model

#73CBDA color RGB value is (115,203,218).

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

RGB channels and saturation

R 115 of 255 = 45%
G 203 of 255 = 80%
B 218 of 255 = 85%

115
203
218

R + G + B ~ 70%. #73CBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 203 + 218 = 536 (100%)
R 115 of 536 ~ 21.46%
G 203 of 536 ~ 37.87%
B 218 of 536 ~ 40.67%

%21.46
%37.87
%40.67

CMYK color model

#73CBDA color CMYK value is (47,7,0,15).

  • cyan value is 47.25%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(47,7,0,15)
C47M7Y0K15 
(47%,7%,0%,15%)
(0.47/0.07/0.00/0.15)	

CMYK percentages

%47.25
%6.88
%0
%14.51

Codes

Color #73CBDA in popluar color models

73CBDA
RGB115203218
HSL189°58.19%65.29%
HSB/HSV189°47.25%85.49%
CMYK47.25%6.88%0.00%
14.51%

Color #73CBDA in popluar number systems.

HEX73CBDA
Decimal115203218
Binary11100111100101111011010
Octal163313332

Shades and tints

Shades of #73CBDA

#73CBDA
(115,203,218)
#69B9C7
(105,185,199)
#5FA7B4
(95,167,180)
#5595A1
(85,149,161)
#4B838E
(75,131,142)
#41717B
(65,113,123)
#375F68
(55,95,104)
#2D4D55
(45,77,85)
#233B42
(35,59,66)
#19292F
(25,41,47)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #73CBDA

#73CBDA
(115,203,218)
#7FCFDD
(127,207,221)
#8BD3E0
(139,211,224)
#97D7E3
(151,215,227)
#A3DBE6
(163,219,230)
#AFDFE9
(175,223,233)
#BBE3EC
(187,227,236)
#C7E7EF
(199,231,239)
#D3EBF2
(211,235,242)
#DFEFF5
(223,239,245)
#EBF3F8
(235,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73CBDA; }

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

This text font color is #73CBDA.


Background Color

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

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

This div background color is #73CBDA.


Border color

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

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

This div border color is #73CBDA.


Opacity

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

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

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

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

This text has shadow with #73CBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CBDA on black background.


Color preview on white background

This text has color #73CBDA on white background.



Black color preview on #73CBDA background

This text has black color on #73CBDA background.


White color preview on #73CBDA background

This text has white color on #73CBDA background.