COLOR #72B1CF

HEX: #72B1CF
RGB: (114,177,207)

Color info

#72B1CF contains mainly green and blue colors. Web safe color of #72B1CF is #6699CC (or #69C).

RGB color model

#72B1CF color RGB value is (114,177,207).

  • red value is 114;
  • green value is 177;
  • blue value is 207.
RGB:
(114,177,207)
(45%,69%,81%)

RGB channels and saturation

R 114 of 255 = 45%
G 177 of 255 = 69%
B 207 of 255 = 81%

114
177
207

R + G + B ~ 65%. #72B1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 177 + 207 = 498 (100%)
R 114 of 498 ~ 22.89%
G 177 of 498 ~ 35.54%
B 207 of 498 ~ 41.57%

%22.89
%35.54
%41.57

CMYK color model

#72B1CF color CMYK value is (45,14,0,19).

  • cyan value is 44.93%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(45,14,0,19)
C45M14Y0K19 
(45%,14%,0%,19%)
(0.45/0.14/0.00/0.19)	

CMYK percentages

%44.93
%14.49
%0
%18.82

Codes

Color #72B1CF in popluar color models

72B1CF
RGB114177207
HSL199°49.21%62.94%
HSB/HSV199°44.93%81.18%
CMYK44.93%14.49%0.00%
18.82%

Color #72B1CF in popluar number systems.

HEX72B1CF
Decimal114177207
Binary11100101011000111001111
Octal162261317

Shades and tints

Shades of #72B1CF

#72B1CF
(114,177,207)
#68A1BD
(104,161,189)
#5E91AB
(94,145,171)
#548199
(84,129,153)
#4A7187
(74,113,135)
#406175
(64,97,117)
#365163
(54,81,99)
#2C4151
(44,65,81)
#22313F
(34,49,63)
#18212D
(24,33,45)
#0E111B
(14,17,27)
#000000
(0,0,0)

Tints of #72B1CF

#72B1CF
(114,177,207)
#7EB8D3
(126,184,211)
#8ABFD7
(138,191,215)
#96C6DB
(150,198,219)
#A2CDDF
(162,205,223)
#AED4E3
(174,212,227)
#BADBE7
(186,219,231)
#C6E2EB
(198,226,235)
#D2E9EF
(210,233,239)
#DEF0F3
(222,240,243)
#EAF7F7
(234,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B1CF color. Also use rgb(114,177,207) instead hex code.

Text Font Color

.myTextColor { color: #72B1CF; }

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

This text font color is #72B1CF.


Background Color

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

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

This div background color is #72B1CF.


Border color

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

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

This div border color is #72B1CF.


Opacity

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

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

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

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

This text has shadow with #72B1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B1CF on black background.


Color preview on white background

This text has color #72B1CF on white background.



Black color preview on #72B1CF background

This text has black color on #72B1CF background.


White color preview on #72B1CF background

This text has white color on #72B1CF background.