COLOR #72C5FC

HEX: #72C5FC
RGB: (114,197,252)

Color info

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

RGB color model

#72C5FC color RGB value is (114,197,252).

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

RGB channels and saturation

R 114 of 255 = 45%
G 197 of 255 = 77%
B 252 of 255 = 99%

114
197
252

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

Portions of RGB colors in percentages

R + G + B =
114 + 197 + 252 = 563 (100%)
R 114 of 563 ~ 20.25%
G 197 of 563 ~ 34.99%
B 252 of 563 ~ 44.76%

%20.25
%34.99
%44.76

CMYK color model

#72C5FC color CMYK value is (55,22,0,1).

  • cyan value is 54.76%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(55,22,0,1)
C55M22Y0K1 
(55%,22%,0%,1%)
(0.55/0.22/0.00/0.01)	

CMYK percentages

%54.76
%21.83
%0
%1.18

Codes

Color #72C5FC in popluar color models

72C5FC
RGB114197252
HSL204°95.83%71.76%
HSB/HSV204°54.76%98.82%
CMYK54.76%21.83%0.00%
1.18%

Color #72C5FC in popluar number systems.

HEX72C5FC
Decimal114197252
Binary11100101100010111111100
Octal162305374

Shades and tints

Shades of #72C5FC

#72C5FC
(114,197,252)
#68B4E6
(104,180,230)
#5EA3D0
(94,163,208)
#5492BA
(84,146,186)
#4A81A4
(74,129,164)
#40708E
(64,112,142)
#365F78
(54,95,120)
#2C4E62
(44,78,98)
#223D4C
(34,61,76)
#182C36
(24,44,54)
#0E1B20
(14,27,32)
#000000
(0,0,0)

Tints of #72C5FC

#72C5FC
(114,197,252)
#7ECAFC
(126,202,252)
#8ACFFC
(138,207,252)
#96D4FC
(150,212,252)
#A2D9FC
(162,217,252)
#AEDEFC
(174,222,252)
#BAE3FC
(186,227,252)
#C6E8FC
(198,232,252)
#D2EDFC
(210,237,252)
#DEF2FC
(222,242,252)
#EAF7FC
(234,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C5FC; }

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

This text font color is #72C5FC.


Background Color

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

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

This div background color is #72C5FC.


Border color

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

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

This div border color is #72C5FC.


Opacity

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

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

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

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

This text has shadow with #72C5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C5FC on black background.


Color preview on white background

This text has color #72C5FC on white background.



Black color preview on #72C5FC background

This text has black color on #72C5FC background.


White color preview on #72C5FC background

This text has white color on #72C5FC background.