COLOR #72AFE7

HEX: #72AFE7 RGB: (114,175,231)

Color info

#72AFE7 contains mainly green and blue colors. Web safe color of #72AFE7 is #6699FF (or #69F).

RGB color model

#72AFE7 color RGB value is (114,175,231).

RGB: (114,175,231) (45%, 69%, 91%)

RGB channels and saturation

R 114 of 255 = 45%
G 175 of 255 = 69%
B 231 of 255 = 91%

114
175
231

R + G + B ~ 68%. #72AFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 175 + 231 = 520 (100%)
R 114 of 520 ~ 21.92%
G 175 of 520 ~ 33.65%
B 231 of 520 ~ 44.42'%

%21.92
%33.65
%44.42

CMYK color model

#72AFE7 color CMYK value is (51,24,0,9).

  • cyan value is 50.65%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (51,24,0,9)
C51M24Y0K9 (51%, 24%, 0%, 9%)
(0.51 / 0.24 / 0.00 / 0.09)

CMYK percentages

%50.65
%24.24
%0
%9.41

Codes

Color #72AFE7 in popluar color models

72 AF E7
RGB 114 175 231
HSL 209° 70.91% 67.65%
HSB/HSV 209° 50.65% 90.59%
CMYK 50.65% 24.24% 0.00%
9.41%

Color #72AFE7 in popluar number systems.

HEX 72 AF E7
Decimal 114 175 231
Binary 1110010 10101111 11100111
Octal 162 257 347

Shades and tints

Shades of #72AFE7

#72AFE7
(114,175,231)
#68A0D2
(104,160,210)
#5E91BD
(94,145,189)
#5482A8
(84,130,168)
#4A7393
(74,115,147)
#40647E
(64,100,126)
#365569
(54,85,105)
#2C4654
(44,70,84)
#22373F
(34,55,63)
#18282A
(24,40,42)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #72AFE7

#72AFE7
(114,175,231)
#7EB6E9
(126,182,233)
#8ABDEB
(138,189,235)
#96C4ED
(150,196,237)
#A2CBEF
(162,203,239)
#AED2F1
(174,210,241)
#BAD9F3
(186,217,243)
#C6E0F5
(198,224,245)
#D2E7F7
(210,231,247)
#DEEEF9
(222,238,249)
#EAF5FB
(234,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AFE7 color. Also use rgb(114,175,231) instead hex code.

Text Font Color

.myTextColor { color: #72AFE7; }

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

This text font color is #72AFE7.

Background Color

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

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

This div background color is #72AFE7.

Border color

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

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

This div border color is #72AFE7.

Opacity

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

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

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

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

This text has shadow with #72AFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72AFE7.

Preview

Color preview on black background

This text has color #72AFE7 on black background.


Color preview on white background

This text has color #72AFE7 on white background.


Black color preview on #72AFE7 background

This text has black color on #72AFE7 background.


White color preview on #72AFE7 background

This text has white color on #72AFE7 background.


Related colors

Complementary color

Complementary color for #hex is #8D5018.


I love getcolorcode.com

Triadic colors

1 #E772AF and #AFE772 with #72AFE7 are triadic colors.

2 #E7AF72 and #AF72E7 with #72AFE7 are triadic colors.