COLOR #72B1F9

HEX: #72B1F9
RGB: (114,177,249)

Color info

#72B1F9 contains mainly blue color. Web safe color of #72B1F9 is #6699FF (or #69F).

RGB color model

#72B1F9 color RGB value is (114,177,249).

  • red value is 114;
  • green value is 177;
  • blue value is 249.
RGB:
(114,177,249)
(45%,69%,98%)

RGB channels and saturation

R 114 of 255 = 45%
G 177 of 255 = 69%
B 249 of 255 = 98%

114
177
249

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

Portions of RGB colors in percentages

R + G + B =
114 + 177 + 249 = 540 (100%)
R 114 of 540 ~ 21.11%
G 177 of 540 ~ 32.78%
B 249 of 540 ~ 46.11%

%21.11
%32.78
%46.11

CMYK color model

#72B1F9 color CMYK value is (54,29,0,2).

  • cyan value is 54.22%
  • magenta value is 28.92%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(54,29,0,2)
C54M29Y0K2 
(54%,29%,0%,2%)
(0.54/0.29/0.00/0.02)	

CMYK percentages

%54.22
%28.92
%0
%2.35

Codes

Color #72B1F9 in popluar color models

72B1F9
RGB114177249
HSL212°91.84%71.18%
HSB/HSV212°54.22%97.65%
CMYK54.22%28.92%0.00%
2.35%

Color #72B1F9 in popluar number systems.

HEX72B1F9
Decimal114177249
Binary11100101011000111111001
Octal162261371

Shades and tints

Shades of #72B1F9

#72B1F9
(114,177,249)
#68A1E3
(104,161,227)
#5E91CD
(94,145,205)
#5481B7
(84,129,183)
#4A71A1
(74,113,161)
#40618B
(64,97,139)
#365175
(54,81,117)
#2C415F
(44,65,95)
#223149
(34,49,73)
#182133
(24,33,51)
#0E111D
(14,17,29)
#000000
(0,0,0)

Tints of #72B1F9

#72B1F9
(114,177,249)
#7EB8F9
(126,184,249)
#8ABFF9
(138,191,249)
#96C6F9
(150,198,249)
#A2CDF9
(162,205,249)
#AED4F9
(174,212,249)
#BADBF9
(186,219,249)
#C6E2F9
(198,226,249)
#D2E9F9
(210,233,249)
#DEF0F9
(222,240,249)
#EAF7F9
(234,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B1F9 color. Also use rgb(114,177,249) instead hex code.

Text Font Color

.myTextColor { color: #72B1F9; }

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

This text font color is #72B1F9.


Background Color

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

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

This div background color is #72B1F9.


Border color

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

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

This div border color is #72B1F9.


Opacity

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

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

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

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

This text has shadow with #72B1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B1F9 on black background.


Color preview on white background

This text has color #72B1F9 on white background.



Black color preview on #72B1F9 background

This text has black color on #72B1F9 background.


White color preview on #72B1F9 background

This text has white color on #72B1F9 background.