COLOR #73BBE3

HEX: #73BBE3
RGB: (115,187,227)

Color info

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

RGB color model

#73BBE3 color RGB value is (115,187,227).

  • red value is 115;
  • green value is 187;
  • blue value is 227.
RGB:
(115,187,227)
(45%,73%,89%)

RGB channels and saturation

R 115 of 255 = 45%
G 187 of 255 = 73%
B 227 of 255 = 89%

115
187
227

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

Portions of RGB colors in percentages

R + G + B =
115 + 187 + 227 = 529 (100%)
R 115 of 529 ~ 21.74%
G 187 of 529 ~ 35.35%
B 227 of 529 ~ 42.91%

%21.74
%35.35
%42.91

CMYK color model

#73BBE3 color CMYK value is (49,18,0,11).

  • cyan value is 49.34%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(49,18,0,11)
C49M18Y0K11 
(49%,18%,0%,11%)
(0.49/0.18/0.00/0.11)	

CMYK percentages

%49.34
%17.62
%0
%10.98

Codes

Color #73BBE3 in popluar color models

73BBE3
RGB115187227
HSL201°66.67%67.06%
HSB/HSV201°49.34%89.02%
CMYK49.34%17.62%0.00%
10.98%

Color #73BBE3 in popluar number systems.

HEX73BBE3
Decimal115187227
Binary11100111011101111100011
Octal163273343

Shades and tints

Shades of #73BBE3

#73BBE3
(115,187,227)
#69AACF
(105,170,207)
#5F99BB
(95,153,187)
#5588A7
(85,136,167)
#4B7793
(75,119,147)
#41667F
(65,102,127)
#37556B
(55,85,107)
#2D4457
(45,68,87)
#233343
(35,51,67)
#19222F
(25,34,47)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #73BBE3

#73BBE3
(115,187,227)
#7FC1E5
(127,193,229)
#8BC7E7
(139,199,231)
#97CDE9
(151,205,233)
#A3D3EB
(163,211,235)
#AFD9ED
(175,217,237)
#BBDFEF
(187,223,239)
#C7E5F1
(199,229,241)
#D3EBF3
(211,235,243)
#DFF1F5
(223,241,245)
#EBF7F7
(235,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BBE3 color. Also use rgb(115,187,227) instead hex code.

Text Font Color

.myTextColor { color: #73BBE3; }

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

This text font color is #73BBE3.


Background Color

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

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

This div background color is #73BBE3.


Border color

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

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

This div border color is #73BBE3.


Opacity

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

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

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

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

This text has shadow with #73BBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BBE3 on black background.


Color preview on white background

This text has color #73BBE3 on white background.



Black color preview on #73BBE3 background

This text has black color on #73BBE3 background.


White color preview on #73BBE3 background

This text has white color on #73BBE3 background.