COLOR #72C3E5

HEX: #72C3E5
RGB: (114,195,229)

Color info

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

RGB color model

#72C3E5 color RGB value is (114,195,229).

  • red value is 114;
  • green value is 195;
  • blue value is 229.
RGB:
(114,195,229)
(45%,76%,90%)

RGB channels and saturation

R 114 of 255 = 45%
G 195 of 255 = 76%
B 229 of 255 = 90%

114
195
229

R + G + B ~ 70%. #72C3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 195 + 229 = 538 (100%)
R 114 of 538 ~ 21.19%
G 195 of 538 ~ 36.25%
B 229 of 538 ~ 42.57%

%21.19
%36.25
%42.57

CMYK color model

#72C3E5 color CMYK value is (50,15,0,10).

  • cyan value is 50.22%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(50,15,0,10)
C50M15Y0K10 
(50%,15%,0%,10%)
(0.50/0.15/0.00/0.10)	

CMYK percentages

%50.22
%14.85
%0
%10.2

Codes

Color #72C3E5 in popluar color models

72C3E5
RGB114195229
HSL198°68.86%67.25%
HSB/HSV198°50.22%89.80%
CMYK50.22%14.85%0.00%
10.20%

Color #72C3E5 in popluar number systems.

HEX72C3E5
Decimal114195229
Binary11100101100001111100101
Octal162303345

Shades and tints

Shades of #72C3E5

#72C3E5
(114,195,229)
#68B2D1
(104,178,209)
#5EA1BD
(94,161,189)
#5490A9
(84,144,169)
#4A7F95
(74,127,149)
#406E81
(64,110,129)
#365D6D
(54,93,109)
#2C4C59
(44,76,89)
#223B45
(34,59,69)
#182A31
(24,42,49)
#0E191D
(14,25,29)
#000000
(0,0,0)

Tints of #72C3E5

#72C3E5
(114,195,229)
#7EC8E7
(126,200,231)
#8ACDE9
(138,205,233)
#96D2EB
(150,210,235)
#A2D7ED
(162,215,237)
#AEDCEF
(174,220,239)
#BAE1F1
(186,225,241)
#C6E6F3
(198,230,243)
#D2EBF5
(210,235,245)
#DEF0F7
(222,240,247)
#EAF5F9
(234,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C3E5 color. Also use rgb(114,195,229) instead hex code.

Text Font Color

.myTextColor { color: #72C3E5; }

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

This text font color is #72C3E5.


Background Color

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

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

This div background color is #72C3E5.


Border color

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

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

This div border color is #72C3E5.


Opacity

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

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

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

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

This text has shadow with #72C3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C3E5 on black background.


Color preview on white background

This text has color #72C3E5 on white background.



Black color preview on #72C3E5 background

This text has black color on #72C3E5 background.


White color preview on #72C3E5 background

This text has white color on #72C3E5 background.