COLOR #72ECFA

HEX: #72ECFA
RGB: (114,236,250)

Color info

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

RGB color model

#72ECFA color RGB value is (114,236,250).

  • red value is 114;
  • green value is 236;
  • blue value is 250.
RGB:
(114,236,250)
(45%,93%,98%)

RGB channels and saturation

R 114 of 255 = 45%
G 236 of 255 = 93%
B 250 of 255 = 98%

114
236
250

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

Portions of RGB colors in percentages

R + G + B =
114 + 236 + 250 = 600 (100%)
R 114 of 600 ~ 19%
G 236 of 600 ~ 39.33%
B 250 of 600 ~ 41.67%

%19
%39.33
%41.67

CMYK color model

#72ECFA color CMYK value is (54,6,0,2).

  • cyan value is 54.40%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(54,6,0,2)
C54M6Y0K2 
(54%,6%,0%,2%)
(0.54/0.06/0.00/0.02)	

CMYK percentages

%54.4
%5.6
%0
%1.96

Codes

Color #72ECFA in popluar color models

72ECFA
RGB114236250
HSL186°93.15%71.37%
HSB/HSV186°54.40%98.04%
CMYK54.40%5.60%0.00%
1.96%

Color #72ECFA in popluar number systems.

HEX72ECFA
Decimal114236250
Binary11100101110110011111010
Octal162354372

Shades and tints

Shades of #72ECFA

#72ECFA
(114,236,250)
#68D7E4
(104,215,228)
#5EC2CE
(94,194,206)
#54ADB8
(84,173,184)
#4A98A2
(74,152,162)
#40838C
(64,131,140)
#366E76
(54,110,118)
#2C5960
(44,89,96)
#22444A
(34,68,74)
#182F34
(24,47,52)
#0E1A1E
(14,26,30)
#000000
(0,0,0)

Tints of #72ECFA

#72ECFA
(114,236,250)
#7EEDFA
(126,237,250)
#8AEEFA
(138,238,250)
#96EFFA
(150,239,250)
#A2F0FA
(162,240,250)
#AEF1FA
(174,241,250)
#BAF2FA
(186,242,250)
#C6F3FA
(198,243,250)
#D2F4FA
(210,244,250)
#DEF5FA
(222,245,250)
#EAF6FA
(234,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72ECFA color. Also use rgb(114,236,250) instead hex code.

Text Font Color

.myTextColor { color: #72ECFA; }

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

This text font color is #72ECFA.


Background Color

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

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

This div background color is #72ECFA.


Border color

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

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

This div border color is #72ECFA.


Opacity

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

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

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

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

This text has shadow with #72ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72ECFA on black background.


Color preview on white background

This text has color #72ECFA on white background.



Black color preview on #72ECFA background

This text has black color on #72ECFA background.


White color preview on #72ECFA background

This text has white color on #72ECFA background.