COLOR #72B6DE

HEX: #72B6DE
RGB: (114,182,222)

Color info

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

RGB color model

#72B6DE color RGB value is (114,182,222).

  • red value is 114;
  • green value is 182;
  • blue value is 222.
RGB:
(114,182,222)
(45%,71%,87%)

RGB channels and saturation

R 114 of 255 = 45%
G 182 of 255 = 71%
B 222 of 255 = 87%

114
182
222

R + G + B ~ 68%. #72B6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 182 + 222 = 518 (100%)
R 114 of 518 ~ 22.01%
G 182 of 518 ~ 35.14%
B 222 of 518 ~ 42.86%

%22.01
%35.14
%42.86

CMYK color model

#72B6DE color CMYK value is (49,18,0,13).

  • cyan value is 48.65%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(49,18,0,13)
C49M18Y0K13 
(49%,18%,0%,13%)
(0.49/0.18/0.00/0.13)	

CMYK percentages

%48.65
%18.02
%0
%12.94

Codes

Color #72B6DE in popluar color models

72B6DE
RGB114182222
HSL202°62.07%65.88%
HSB/HSV202°48.65%87.06%
CMYK48.65%18.02%0.00%
12.94%

Color #72B6DE in popluar number systems.

HEX72B6DE
Decimal114182222
Binary11100101011011011011110
Octal162266336

Shades and tints

Shades of #72B6DE

#72B6DE
(114,182,222)
#68A6CA
(104,166,202)
#5E96B6
(94,150,182)
#5486A2
(84,134,162)
#4A768E
(74,118,142)
#40667A
(64,102,122)
#365666
(54,86,102)
#2C4652
(44,70,82)
#22363E
(34,54,62)
#18262A
(24,38,42)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #72B6DE

#72B6DE
(114,182,222)
#7EBCE1
(126,188,225)
#8AC2E4
(138,194,228)
#96C8E7
(150,200,231)
#A2CEEA
(162,206,234)
#AED4ED
(174,212,237)
#BADAF0
(186,218,240)
#C6E0F3
(198,224,243)
#D2E6F6
(210,230,246)
#DEECF9
(222,236,249)
#EAF2FC
(234,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B6DE color. Also use rgb(114,182,222) instead hex code.

Text Font Color

.myTextColor { color: #72B6DE; }

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

This text font color is #72B6DE.


Background Color

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

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

This div background color is #72B6DE.


Border color

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

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

This div border color is #72B6DE.


Opacity

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

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

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

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

This text has shadow with #72B6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B6DE on black background.


Color preview on white background

This text has color #72B6DE on white background.



Black color preview on #72B6DE background

This text has black color on #72B6DE background.


White color preview on #72B6DE background

This text has white color on #72B6DE background.