COLOR #72D8E9

HEX: #72D8E9 RGB: (114,216,233)

Color info

#72D8E9 contains mainly green and blue colors. Web safe color of #72D8E9 is #66CCFF (or #6CF).

RGB color model

#72D8E9 color RGB value is (114,216,233).

RGB: (114,216,233) (45%, 85%, 91%)

RGB channels and saturation

R 114 of 255 = 45%
G 216 of 255 = 85%
B 233 of 255 = 91%

114
216
233

R + G + B ~ 74%. #72D8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 216 + 233 = 563 (100%)
R 114 of 563 ~ 20.25%
G 216 of 563 ~ 38.37%
B 233 of 563 ~ 41.39'%

%20.25
%38.37
%41.39

CMYK color model

#72D8E9 color CMYK value is (51,7,0,9).

  • cyan value is 51.07%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (51,7,0,9)
C51M7Y0K9 (51%, 7%, 0%, 9%)
(0.51 / 0.07 / 0.00 / 0.09)

CMYK percentages

%51.07
%7.3
%0
%8.63

Codes

Color #72D8E9 in popluar color models

72 D8 E9
RGB 114 216 233
HSL 189° 73.01% 68.04%
HSB/HSV 189° 51.07% 91.37%
CMYK 51.07% 7.30% 0.00%
8.63%

Color #72D8E9 in popluar number systems.

HEX 72 D8 E9
Decimal 114 216 233
Binary 1110010 11011000 11101001
Octal 162 330 351

Shades and tints

Shades of #72D8E9

#72D8E9
(114,216,233)
#68C5D4
(104,197,212)
#5EB2BF
(94,178,191)
#549FAA
(84,159,170)
#4A8C95
(74,140,149)
#407980
(64,121,128)
#36666B
(54,102,107)
#2C5356
(44,83,86)
#224041
(34,64,65)
#182D2C
(24,45,44)
#0E1A17
(14,26,23)
#000000
(0,0,0)

Tints of #72D8E9

#72D8E9
(114,216,233)
#7EDBEB
(126,219,235)
#8ADEED
(138,222,237)
#96E1EF
(150,225,239)
#A2E4F1
(162,228,241)
#AEE7F3
(174,231,243)
#BAEAF5
(186,234,245)
#C6EDF7
(198,237,247)
#D2F0F9
(210,240,249)
#DEF3FB
(222,243,251)
#EAF6FD
(234,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D8E9 color. Also use rgb(114,216,233) instead hex code.

Text Font Color

.myTextColor { color: #72D8E9; }

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

This text font color is #72D8E9.

Background Color

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

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

This div background color is #72D8E9.

Border color

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

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

This div border color is #72D8E9.

Opacity

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

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

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

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

This text has shadow with #72D8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72D8E9.

Preview

Color preview on black background

This text has color #72D8E9 on black background.


Color preview on white background

This text has color #72D8E9 on white background.


Black color preview on #72D8E9 background

This text has black color on #72D8E9 background.


White color preview on #72D8E9 background

This text has white color on #72D8E9 background.


Related colors

Complementary color

Complementary color for #hex is #8D2716.


I love getcolorcode.com

Triadic colors

1 #E972D8 and #D8E972 with #72D8E9 are triadic colors.

2 #E9D872 and #D872E9 with #72D8E9 are triadic colors.