COLOR #72ADF4

HEX: #72ADF4 RGB: (114,173,244)

Color info

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

RGB color model

#72ADF4 color RGB value is (114,173,244).

RGB: (114,173,244) (45%, 68%, 96%)

RGB channels and saturation

R 114 of 255 = 45%
G 173 of 255 = 68%
B 244 of 255 = 96%

114
173
244

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

Portions of RGB colors in percentages

R + G + B = 114 + 173 + 244 = 531 (100%)
R 114 of 531 ~ 21.47%
G 173 of 531 ~ 32.58%
B 244 of 531 ~ 45.95'%

%21.47
%32.58
%45.95

CMYK color model

#72ADF4 color CMYK value is (53,29,0,4).

  • cyan value is 53.28%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (53,29,0,4) C53M29Y0K4 (53%,29%,0%,4%) (0.53/0.29/0.00/0.04) 

CMYK percentages

%53.28
%29.1
%0
%4.31

Codes

Color #72ADF4 in popluar color models

72 AD F4
RGB 114 173 244
HSL 213° 85.53% 70.20%
HSB/HSV 213° 53.28% 95.69%
CMYK 53.28% 29.10% 0.00%
4.31%

Color #72ADF4 in popluar number systems.

HEX 72 AD F4
Decimal 114 173 244
Binary 1110010 10101101 11110100
Octal 162 255 364

Shades and tints

Shades of #72ADF4

#72ADF4
(114,173,244)
#689EDE
(104,158,222)
#5E8FC8
(94,143,200)
#5480B2
(84,128,178)
#4A719C
(74,113,156)
#406286
(64,98,134)
#365370
(54,83,112)
#2C445A
(44,68,90)
#223544
(34,53,68)
#18262E
(24,38,46)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #72ADF4

#72ADF4
(114,173,244)
#7EB4F5
(126,180,245)
#8ABBF6
(138,187,246)
#96C2F7
(150,194,247)
#A2C9F8
(162,201,248)
#AED0F9
(174,208,249)
#BAD7FA
(186,215,250)
#C6DEFB
(198,222,251)
#D2E5FC
(210,229,252)
#DEECFD
(222,236,253)
#EAF3FE
(234,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72ADF4; }

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

This text font color is #72ADF4.

Background Color

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

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

This div background color is #72ADF4.

Border color

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

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

This div border color is #72ADF4.

Opacity

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

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

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

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

This text has shadow with #72ADF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72ADF4.

Preview

Color preview on black background

This text has color #72ADF4 on black background.


Color preview on white background

This text has color #72ADF4 on white background.


Black color preview on #72ADF4 background

This text has black color on #72ADF4 background.


White color preview on #72ADF4 background

This text has white color on #72ADF4 background.


Related colors

Complementary color

Complementary color for #hex is #8D520B.


I love getcolorcode.com

Triadic colors

1 #F472AD and #ADF472 with #72ADF4 are triadic colors.

2 #F4AD72 and #AD72F4 with #72ADF4 are triadic colors.