COLOR #72ADD2

HEX: #72ADD2
RGB: (114,173,210)

Color info

#72ADD2 contains mainly green and blue colors. Web safe color of #72ADD2 is #6699CC (or #69C).

RGB color model

#72ADD2 color RGB value is (114,173,210).

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

RGB channels and saturation

R 114 of 255 = 45%
G 173 of 255 = 68%
B 210 of 255 = 82%

114
173
210

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

Portions of RGB colors in percentages

R + G + B =
114 + 173 + 210 = 497 (100%)
R 114 of 497 ~ 22.94%
G 173 of 497 ~ 34.81%
B 210 of 497 ~ 42.25%

%22.94
%34.81
%42.25

CMYK color model

#72ADD2 color CMYK value is (46,18,0,18).

  • cyan value is 45.71%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(46,18,0,18)
C46M18Y0K18 
(46%,18%,0%,18%)
(0.46/0.18/0.00/0.18)	

CMYK percentages

%45.71
%17.62
%0
%17.65

Codes

Color #72ADD2 in popluar color models

72ADD2
RGB114173210
HSL203°51.61%63.53%
HSB/HSV203°45.71%82.35%
CMYK45.71%17.62%0.00%
17.65%

Color #72ADD2 in popluar number systems.

HEX72ADD2
Decimal114173210
Binary11100101010110111010010
Octal162255322

Shades and tints

Shades of #72ADD2

#72ADD2
(114,173,210)
#689EBF
(104,158,191)
#5E8FAC
(94,143,172)
#548099
(84,128,153)
#4A7186
(74,113,134)
#406273
(64,98,115)
#365360
(54,83,96)
#2C444D
(44,68,77)
#22353A
(34,53,58)
#182627
(24,38,39)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #72ADD2

#72ADD2
(114,173,210)
#7EB4D6
(126,180,214)
#8ABBDA
(138,187,218)
#96C2DE
(150,194,222)
#A2C9E2
(162,201,226)
#AED0E6
(174,208,230)
#BAD7EA
(186,215,234)
#C6DEEE
(198,222,238)
#D2E5F2
(210,229,242)
#DEECF6
(222,236,246)
#EAF3FA
(234,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72ADD2; }

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

This text font color is #72ADD2.


Background Color

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

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

This div background color is #72ADD2.


Border color

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

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

This div border color is #72ADD2.


Opacity

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

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

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

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

This text has shadow with #72ADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72ADD2 on black background.


Color preview on white background

This text has color #72ADD2 on white background.



Black color preview on #72ADD2 background

This text has black color on #72ADD2 background.


White color preview on #72ADD2 background

This text has white color on #72ADD2 background.