COLOR #72CCE4

HEX: #72CCE4
RGB: (114,204,228)

Color info

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

RGB color model

#72CCE4 color RGB value is (114,204,228).

  • red value is 114;
  • green value is 204;
  • blue value is 228.
RGB:
(114,204,228)
(45%,80%,89%)

RGB channels and saturation

R 114 of 255 = 45%
G 204 of 255 = 80%
B 228 of 255 = 89%

114
204
228

R + G + B ~ 71%. #72CCE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 204 + 228 = 546 (100%)
R 114 of 546 ~ 20.88%
G 204 of 546 ~ 37.36%
B 228 of 546 ~ 41.76%

%20.88
%37.36
%41.76

CMYK color model

#72CCE4 color CMYK value is (50,11,0,11).

  • cyan value is 50.00%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(50,11,0,11)
C50M11Y0K11 
(50%,11%,0%,11%)
(0.50/0.11/0.00/0.11)	

CMYK percentages

%50
%10.53
%0
%10.59

Codes

Color #72CCE4 in popluar color models

72CCE4
RGB114204228
HSL193°67.86%67.06%
HSB/HSV193°50.00%89.41%
CMYK50.00%10.53%0.00%
10.59%

Color #72CCE4 in popluar number systems.

HEX72CCE4
Decimal114204228
Binary11100101100110011100100
Octal162314344

Shades and tints

Shades of #72CCE4

#72CCE4
(114,204,228)
#68BAD0
(104,186,208)
#5EA8BC
(94,168,188)
#5496A8
(84,150,168)
#4A8494
(74,132,148)
#407280
(64,114,128)
#36606C
(54,96,108)
#2C4E58
(44,78,88)
#223C44
(34,60,68)
#182A30
(24,42,48)
#0E181C
(14,24,28)
#000000
(0,0,0)

Tints of #72CCE4

#72CCE4
(114,204,228)
#7ED0E6
(126,208,230)
#8AD4E8
(138,212,232)
#96D8EA
(150,216,234)
#A2DCEC
(162,220,236)
#AEE0EE
(174,224,238)
#BAE4F0
(186,228,240)
#C6E8F2
(198,232,242)
#D2ECF4
(210,236,244)
#DEF0F6
(222,240,246)
#EAF4F8
(234,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CCE4 color. Also use rgb(114,204,228) instead hex code.

Text Font Color

.myTextColor { color: #72CCE4; }

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

This text font color is #72CCE4.


Background Color

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

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

This div background color is #72CCE4.


Border color

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

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

This div border color is #72CCE4.


Opacity

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

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

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

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

This text has shadow with #72CCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72CCE4 on black background.


Color preview on white background

This text has color #72CCE4 on white background.



Black color preview on #72CCE4 background

This text has black color on #72CCE4 background.


White color preview on #72CCE4 background

This text has white color on #72CCE4 background.