COLOR #72BCCE

HEX: #72BCCE RGB: (114,188,206)

Color info

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

RGB color model

#72BCCE color RGB value is (114,188,206).

RGB: (114,188,206) (45%, 74%, 81%)

RGB channels and saturation

R 114 of 255 = 45%
G 188 of 255 = 74%
B 206 of 255 = 81%

114
188
206

R + G + B ~ 67%. #72BCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 188 + 206 = 508 (100%)
R 114 of 508 ~ 22.44%
G 188 of 508 ~ 37.01%
B 206 of 508 ~ 40.55'%

%22.44
%37.01
%40.55

CMYK color model

#72BCCE color CMYK value is (45,9,0,19).

  • cyan value is 44.66%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (45,9,0,19) C45M9Y0K19 (45%,9%,0%,19%) (0.45/0.09/0.00/0.19) 

CMYK percentages

%44.66
%8.74
%0
%19.22

Codes

Color #72BCCE in popluar color models

72 BC CE
RGB 114 188 206
HSL 192° 48.42% 62.75%
HSB/HSV 192° 44.66% 80.78%
CMYK 44.66% 8.74% 0.00%
19.22%

Color #72BCCE in popluar number systems.

HEX 72 BC CE
Decimal 114 188 206
Binary 1110010 10111100 11001110
Octal 162 274 316

Shades and tints

Shades of #72BCCE

#72BCCE
(114,188,206)
#68ABBC
(104,171,188)
#5E9AAA
(94,154,170)
#548998
(84,137,152)
#4A7886
(74,120,134)
#406774
(64,103,116)
#365662
(54,86,98)
#2C4550
(44,69,80)
#22343E
(34,52,62)
#18232C
(24,35,44)
#0E121A
(14,18,26)
#000000
(0,0,0)

Tints of #72BCCE

#72BCCE
(114,188,206)
#7EC2D2
(126,194,210)
#8AC8D6
(138,200,214)
#96CEDA
(150,206,218)
#A2D4DE
(162,212,222)
#AEDAE2
(174,218,226)
#BAE0E6
(186,224,230)
#C6E6EA
(198,230,234)
#D2ECEE
(210,236,238)
#DEF2F2
(222,242,242)
#EAF8F6
(234,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BCCE color. Also use rgb(114,188,206) instead hex code.

Text Font Color

.myTextColor { color: #72BCCE; }

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

This text font color is #72BCCE.

Background Color

.myBgColor { background-color: #72BCCE; }

<div style="background-color:#72BCCE">Inner text</div>

This div background color is #72BCCE.

Border color

.myBorderColor { border: 1px solid #72BCCE; }

<div style="border:3px solid #72BCCE">Div</div>

This div border color is #72BCCE.

Opacity

.myOpacity80 { color: #72BCCE; opacity: 0.8; }

<p style="color:#72BCCE;opacity:0.8;">80%</p>

Text with #72BCCE 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 #72BCCE;}

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

This text has shadow with #72BCCE color.


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

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

This text has shadow with #72BCCE primary color and red secondary color.


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

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

This text has shadow with #72BCCE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72BCCE.

Preview

Color preview on black background

This text has color #72BCCE on black background.


Color preview on white background

This text has color #72BCCE on white background.


Black color preview on #72BCCE background

This text has black color on #72BCCE background.


White color preview on #72BCCE background

This text has white color on #72BCCE background.


Related colors

Complementary color

Complementary color for #hex is #8D4331.


I love getcolorcode.com

Triadic colors

1 #CE72BC and #BCCE72 with #72BCCE are triadic colors.

2 #CEBC72 and #BC72CE with #72BCCE are triadic colors.