COLOR #72EDFC

HEX: #72EDFC
RGB: (114,237,252)

Color info

#72EDFC contains mainly green and blue colors. Web safe color of #72EDFC is #66FFFF (or #6FF).

RGB color model

#72EDFC color RGB value is (114,237,252).

  • red value is 114;
  • green value is 237;
  • blue value is 252.
RGB:
(114,237,252)
(45%,93%,99%)

RGB channels and saturation

R 114 of 255 = 45%
G 237 of 255 = 93%
B 252 of 255 = 99%

114
237
252

R + G + B ~ 79%. #72EDFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 237 + 252 = 603 (100%)
R 114 of 603 ~ 18.91%
G 237 of 603 ~ 39.3%
B 252 of 603 ~ 41.79%

%18.91
%39.3
%41.79

CMYK color model

#72EDFC color CMYK value is (55,6,0,1).

  • cyan value is 54.76%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(55,6,0,1)
C55M6Y0K1 
(55%,6%,0%,1%)
(0.55/0.06/0.00/0.01)	

CMYK percentages

%54.76
%5.95
%0
%1.18

Codes

Color #72EDFC in popluar color models

72EDFC
RGB114237252
HSL187°95.83%71.76%
HSB/HSV187°54.76%98.82%
CMYK54.76%5.95%0.00%
1.18%

Color #72EDFC in popluar number systems.

HEX72EDFC
Decimal114237252
Binary11100101110110111111100
Octal162355374

Shades and tints

Shades of #72EDFC

#72EDFC
(114,237,252)
#68D8E6
(104,216,230)
#5EC3D0
(94,195,208)
#54AEBA
(84,174,186)
#4A99A4
(74,153,164)
#40848E
(64,132,142)
#366F78
(54,111,120)
#2C5A62
(44,90,98)
#22454C
(34,69,76)
#183036
(24,48,54)
#0E1B20
(14,27,32)
#000000
(0,0,0)

Tints of #72EDFC

#72EDFC
(114,237,252)
#7EEEFC
(126,238,252)
#8AEFFC
(138,239,252)
#96F0FC
(150,240,252)
#A2F1FC
(162,241,252)
#AEF2FC
(174,242,252)
#BAF3FC
(186,243,252)
#C6F4FC
(198,244,252)
#D2F5FC
(210,245,252)
#DEF6FC
(222,246,252)
#EAF7FC
(234,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72EDFC color. Also use rgb(114,237,252) instead hex code.

Text Font Color

.myTextColor { color: #72EDFC; }

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

This text font color is #72EDFC.


Background Color

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

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

This div background color is #72EDFC.


Border color

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

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

This div border color is #72EDFC.


Opacity

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

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

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

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

This text has shadow with #72EDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72EDFC on black background.


Color preview on white background

This text has color #72EDFC on white background.



Black color preview on #72EDFC background

This text has black color on #72EDFC background.


White color preview on #72EDFC background

This text has white color on #72EDFC background.