COLOR #73BBE1

HEX: #73BBE1 RGB: (115,187,225)

Color info

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

RGB color model

#73BBE1 color RGB value is (115,187,225).

RGB: (115,187,225) (45%, 73%, 88%)

RGB channels and saturation

R 115 of 255 = 45%
G 187 of 255 = 73%
B 225 of 255 = 88%

115
187
225

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

Portions of RGB colors in percentages

R + G + B = 115 + 187 + 225 = 527 (100%)
R 115 of 527 ~ 21.82%
G 187 of 527 ~ 35.48%
B 225 of 527 ~ 42.69'%

%21.82
%35.48
%42.69

CMYK color model

#73BBE1 color CMYK value is (49,17,0,12).

  • cyan value is 48.89%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (49,17,0,12)
C49M17Y0K12 (49%, 17%, 0%, 12%)
(0.49 / 0.17 / 0.00 / 0.12)

CMYK percentages

%48.89
%16.89
%0
%11.76

Codes

Color #73BBE1 in popluar color models

73 BB E1
RGB 115 187 225
HSL 201° 64.71% 66.67%
HSB/HSV 201° 48.89% 88.24%
CMYK 48.89% 16.89% 0.00%
11.76%

Color #73BBE1 in popluar number systems.

HEX 73 BB E1
Decimal 115 187 225
Binary 1110011 10111011 11100001
Octal 163 273 341

Shades and tints

Shades of #73BBE1

#73BBE1
(115,187,225)
#69AACD
(105,170,205)
#5F99B9
(95,153,185)
#5588A5
(85,136,165)
#4B7791
(75,119,145)
#41667D
(65,102,125)
#375569
(55,85,105)
#2D4455
(45,68,85)
#233341
(35,51,65)
#19222D
(25,34,45)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #73BBE1

#73BBE1
(115,187,225)
#7FC1E3
(127,193,227)
#8BC7E5
(139,199,229)
#97CDE7
(151,205,231)
#A3D3E9
(163,211,233)
#AFD9EB
(175,217,235)
#BBDFED
(187,223,237)
#C7E5EF
(199,229,239)
#D3EBF1
(211,235,241)
#DFF1F3
(223,241,243)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BBE1; }

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

This text font color is #73BBE1.

Background Color

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

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

This div background color is #73BBE1.

Border color

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

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

This div border color is #73BBE1.

Opacity

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

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

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

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

This text has shadow with #73BBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BBE1.

Preview

Color preview on black background

This text has color #73BBE1 on black background.


Color preview on white background

This text has color #73BBE1 on white background.


Black color preview on #73BBE1 background

This text has black color on #73BBE1 background.


White color preview on #73BBE1 background

This text has white color on #73BBE1 background.


Related colors

Complementary color

Complementary color for #hex is #8C441E.


I love getcolorcode.com

Triadic colors

1 #E173BB and #BBE173 with #73BBE1 are triadic colors.

2 #E1BB73 and #BB73E1 with #73BBE1 are triadic colors.