COLOR #72ADF3

HEX: #72ADF3
RGB: (114,173,243)

Color info

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

RGB color model

#72ADF3 color RGB value is (114,173,243).

  • red value is 114;
  • green value is 173;
  • blue value is 243.
RGB:
(114,173,243)
(45%,68%,95%)

RGB channels and saturation

R 114 of 255 = 45%
G 173 of 255 = 68%
B 243 of 255 = 95%

114
173
243

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

Portions of RGB colors in percentages

R + G + B =
114 + 173 + 243 = 530 (100%)
R 114 of 530 ~ 21.51%
G 173 of 530 ~ 32.64%
B 243 of 530 ~ 45.85%

%21.51
%32.64
%45.85

CMYK color model

#72ADF3 color CMYK value is (53,29,0,5).

  • cyan value is 53.09%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(53,29,0,5)
C53M29Y0K5 
(53%,29%,0%,5%)
(0.53/0.29/0.00/0.05)	

CMYK percentages

%53.09
%28.81
%0
%4.71

Codes

Color #72ADF3 in popluar color models

72ADF3
RGB114173243
HSL213°84.31%70.00%
HSB/HSV213°53.09%95.29%
CMYK53.09%28.81%0.00%
4.71%

Color #72ADF3 in popluar number systems.

HEX72ADF3
Decimal114173243
Binary11100101010110111110011
Octal162255363

Shades and tints

Shades of #72ADF3

#72ADF3
(114,173,243)
#689EDD
(104,158,221)
#5E8FC7
(94,143,199)
#5480B1
(84,128,177)
#4A719B
(74,113,155)
#406285
(64,98,133)
#36536F
(54,83,111)
#2C4459
(44,68,89)
#223543
(34,53,67)
#18262D
(24,38,45)
#0E1717
(14,23,23)
#000000
(0,0,0)

Tints of #72ADF3

#72ADF3
(114,173,243)
#7EB4F4
(126,180,244)
#8ABBF5
(138,187,245)
#96C2F6
(150,194,246)
#A2C9F7
(162,201,247)
#AED0F8
(174,208,248)
#BAD7F9
(186,215,249)
#C6DEFA
(198,222,250)
#D2E5FB
(210,229,251)
#DEECFC
(222,236,252)
#EAF3FD
(234,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72ADF3 color. Also use rgb(114,173,243) instead hex code.

Text Font Color

.myTextColor { color: #72ADF3; }

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

This text font color is #72ADF3.


Background Color

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

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

This div background color is #72ADF3.


Border color

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

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

This div border color is #72ADF3.


Opacity

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

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

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

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

This text has shadow with #72ADF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72ADF3 on black background.


Color preview on white background

This text has color #72ADF3 on white background.



Black color preview on #72ADF3 background

This text has black color on #72ADF3 background.


White color preview on #72ADF3 background

This text has white color on #72ADF3 background.