COLOR #72C1F4

HEX: #72C1F4
RGB: (114,193,244)

Color info

#72C1F4 contains mainly green and blue colors. Web safe color of #72C1F4 is #66CCFF (or #6CF).

RGB color model

#72C1F4 color RGB value is (114,193,244).

  • red value is 114;
  • green value is 193;
  • blue value is 244.
RGB:
(114,193,244)
(45%,76%,96%)

RGB channels and saturation

R 114 of 255 = 45%
G 193 of 255 = 76%
B 244 of 255 = 96%

114
193
244

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

Portions of RGB colors in percentages

R + G + B =
114 + 193 + 244 = 551 (100%)
R 114 of 551 ~ 20.69%
G 193 of 551 ~ 35.03%
B 244 of 551 ~ 44.28%

%20.69
%35.03
%44.28

CMYK color model

#72C1F4 color CMYK value is (53,21,0,4).

  • cyan value is 53.28%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(53,21,0,4)
C53M21Y0K4 
(53%,21%,0%,4%)
(0.53/0.21/0.00/0.04)	

CMYK percentages

%53.28
%20.9
%0
%4.31

Codes

Color #72C1F4 in popluar color models

72C1F4
RGB114193244
HSL204°85.53%70.20%
HSB/HSV204°53.28%95.69%
CMYK53.28%20.90%0.00%
4.31%

Color #72C1F4 in popluar number systems.

HEX72C1F4
Decimal114193244
Binary11100101100000111110100
Octal162301364

Shades and tints

Shades of #72C1F4

#72C1F4
(114,193,244)
#68B0DE
(104,176,222)
#5E9FC8
(94,159,200)
#548EB2
(84,142,178)
#4A7D9C
(74,125,156)
#406C86
(64,108,134)
#365B70
(54,91,112)
#2C4A5A
(44,74,90)
#223944
(34,57,68)
#18282E
(24,40,46)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #72C1F4

#72C1F4
(114,193,244)
#7EC6F5
(126,198,245)
#8ACBF6
(138,203,246)
#96D0F7
(150,208,247)
#A2D5F8
(162,213,248)
#AEDAF9
(174,218,249)
#BADFFA
(186,223,250)
#C6E4FB
(198,228,251)
#D2E9FC
(210,233,252)
#DEEEFD
(222,238,253)
#EAF3FE
(234,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C1F4 color. Also use rgb(114,193,244) instead hex code.

Text Font Color

.myTextColor { color: #72C1F4; }

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

This text font color is #72C1F4.


Background Color

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

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

This div background color is #72C1F4.


Border color

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

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

This div border color is #72C1F4.


Opacity

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

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

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

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

This text has shadow with #72C1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C1F4 on black background.


Color preview on white background

This text has color #72C1F4 on white background.



Black color preview on #72C1F4 background

This text has black color on #72C1F4 background.


White color preview on #72C1F4 background

This text has white color on #72C1F4 background.