COLOR #72B8CB

HEX: #72B8CB
RGB: (114,184,203)

Color info

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

RGB color model

#72B8CB color RGB value is (114,184,203).

  • red value is 114;
  • green value is 184;
  • blue value is 203.
RGB:
(114,184,203)
(45%,72%,80%)

RGB channels and saturation

R 114 of 255 = 45%
G 184 of 255 = 72%
B 203 of 255 = 80%

114
184
203

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

Portions of RGB colors in percentages

R + G + B =
114 + 184 + 203 = 501 (100%)
R 114 of 501 ~ 22.75%
G 184 of 501 ~ 36.73%
B 203 of 501 ~ 40.52%

%22.75
%36.73
%40.52

CMYK color model

#72B8CB color CMYK value is (44,9,0,20).

  • cyan value is 43.84%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(44,9,0,20)
C44M9Y0K20 
(44%,9%,0%,20%)
(0.44/0.09/0.00/0.20)	

CMYK percentages

%43.84
%9.36
%0
%20.39

Codes

Color #72B8CB in popluar color models

72B8CB
RGB114184203
HSL193°46.11%62.16%
HSB/HSV193°43.84%79.61%
CMYK43.84%9.36%0.00%
20.39%

Color #72B8CB in popluar number systems.

HEX72B8CB
Decimal114184203
Binary11100101011100011001011
Octal162270313

Shades and tints

Shades of #72B8CB

#72B8CB
(114,184,203)
#68A8B9
(104,168,185)
#5E98A7
(94,152,167)
#548895
(84,136,149)
#4A7883
(74,120,131)
#406871
(64,104,113)
#36585F
(54,88,95)
#2C484D
(44,72,77)
#22383B
(34,56,59)
#182829
(24,40,41)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #72B8CB

#72B8CB
(114,184,203)
#7EBECF
(126,190,207)
#8AC4D3
(138,196,211)
#96CAD7
(150,202,215)
#A2D0DB
(162,208,219)
#AED6DF
(174,214,223)
#BADCE3
(186,220,227)
#C6E2E7
(198,226,231)
#D2E8EB
(210,232,235)
#DEEEEF
(222,238,239)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B8CB color. Also use rgb(114,184,203) instead hex code.

Text Font Color

.myTextColor { color: #72B8CB; }

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

This text font color is #72B8CB.


Background Color

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

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

This div background color is #72B8CB.


Border color

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

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

This div border color is #72B8CB.


Opacity

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

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

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

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

This text has shadow with #72B8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B8CB on black background.


Color preview on white background

This text has color #72B8CB on white background.



Black color preview on #72B8CB background

This text has black color on #72B8CB background.


White color preview on #72B8CB background

This text has white color on #72B8CB background.