COLOR #72BFCA

HEX: #72BFCA
RGB: (114,191,202)

Color info

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

RGB color model

#72BFCA color RGB value is (114,191,202).

  • red value is 114;
  • green value is 191;
  • blue value is 202.
RGB:
(114,191,202)
(45%,75%,79%)

RGB channels and saturation

R 114 of 255 = 45%
G 191 of 255 = 75%
B 202 of 255 = 79%

114
191
202

R + G + B ~ 66%. #72BFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 191 + 202 = 507 (100%)
R 114 of 507 ~ 22.49%
G 191 of 507 ~ 37.67%
B 202 of 507 ~ 39.84%

%22.49
%37.67
%39.84

CMYK color model

#72BFCA color CMYK value is (44,5,0,21).

  • cyan value is 43.56%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(44,5,0,21)
C44M5Y0K21 
(44%,5%,0%,21%)
(0.44/0.05/0.00/0.21)	

CMYK percentages

%43.56
%5.45
%0
%20.78

Codes

Color #72BFCA in popluar color models

72BFCA
RGB114191202
HSL188°45.36%61.96%
HSB/HSV188°43.56%79.22%
CMYK43.56%5.45%0.00%
20.78%

Color #72BFCA in popluar number systems.

HEX72BFCA
Decimal114191202
Binary11100101011111111001010
Octal162277312

Shades and tints

Shades of #72BFCA

#72BFCA
(114,191,202)
#68AEB8
(104,174,184)
#5E9DA6
(94,157,166)
#548C94
(84,140,148)
#4A7B82
(74,123,130)
#406A70
(64,106,112)
#36595E
(54,89,94)
#2C484C
(44,72,76)
#22373A
(34,55,58)
#182628
(24,38,40)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #72BFCA

#72BFCA
(114,191,202)
#7EC4CE
(126,196,206)
#8AC9D2
(138,201,210)
#96CED6
(150,206,214)
#A2D3DA
(162,211,218)
#AED8DE
(174,216,222)
#BADDE2
(186,221,226)
#C6E2E6
(198,226,230)
#D2E7EA
(210,231,234)
#DEECEE
(222,236,238)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BFCA color. Also use rgb(114,191,202) instead hex code.

Text Font Color

.myTextColor { color: #72BFCA; }

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

This text font color is #72BFCA.


Background Color

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

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

This div background color is #72BFCA.


Border color

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

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

This div border color is #72BFCA.


Opacity

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

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

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

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

This text has shadow with #72BFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BFCA on black background.


Color preview on white background

This text has color #72BFCA on white background.



Black color preview on #72BFCA background

This text has black color on #72BFCA background.


White color preview on #72BFCA background

This text has white color on #72BFCA background.