COLOR #72C9DC

HEX: #72C9DC RGB: (114,201,220)

Color info

#72C9DC contains mainly green and blue colors. Web safe color of #72C9DC is #66CCCC (or #6CC).

RGB color model

#72C9DC color RGB value is (114,201,220).

RGB: (114,201,220) (45%, 79%, 86%)

RGB channels and saturation

R 114 of 255 = 45%
G 201 of 255 = 79%
B 220 of 255 = 86%

114
201
220

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

Portions of RGB colors in percentages

R + G + B = 114 + 201 + 220 = 535 (100%)
R 114 of 535 ~ 21.31%
G 201 of 535 ~ 37.57%
B 220 of 535 ~ 41.12'%

%21.31
%37.57
%41.12

CMYK color model

#72C9DC color CMYK value is (48,9,0,14).

  • cyan value is 48.18%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (48,9,0,14)
C48M9Y0K14 (48%, 9%, 0%, 14%)
(0.48 / 0.09 / 0.00 / 0.14)

CMYK percentages

%48.18
%8.64
%0
%13.73

Codes

Color #72C9DC in popluar color models

72 C9 DC
RGB 114 201 220
HSL 191° 60.23% 65.49%
HSB/HSV 191° 48.18% 86.27%
CMYK 48.18% 8.64% 0.00%
13.73%

Color #72C9DC in popluar number systems.

HEX 72 C9 DC
Decimal 114 201 220
Binary 1110010 11001001 11011100
Octal 162 311 334

Shades and tints

Shades of #72C9DC

#72C9DC
(114,201,220)
#68B7C8
(104,183,200)
#5EA5B4
(94,165,180)
#5493A0
(84,147,160)
#4A818C
(74,129,140)
#406F78
(64,111,120)
#365D64
(54,93,100)
#2C4B50
(44,75,80)
#22393C
(34,57,60)
#182728
(24,39,40)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #72C9DC

#72C9DC
(114,201,220)
#7ECDDF
(126,205,223)
#8AD1E2
(138,209,226)
#96D5E5
(150,213,229)
#A2D9E8
(162,217,232)
#AEDDEB
(174,221,235)
#BAE1EE
(186,225,238)
#C6E5F1
(198,229,241)
#D2E9F4
(210,233,244)
#DEEDF7
(222,237,247)
#EAF1FA
(234,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C9DC color. Also use rgb(114,201,220) instead hex code.

Text Font Color

.myTextColor { color: #72C9DC; }

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

This text font color is #72C9DC.

Background Color

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

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

This div background color is #72C9DC.

Border color

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

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

This div border color is #72C9DC.

Opacity

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

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

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

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

This text has shadow with #72C9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72C9DC.

Preview

Color preview on black background

This text has color #72C9DC on black background.


Color preview on white background

This text has color #72C9DC on white background.


Black color preview on #72C9DC background

This text has black color on #72C9DC background.


White color preview on #72C9DC background

This text has white color on #72C9DC background.


Related colors

Complementary color

Complementary color for #hex is #8D3623.


I love getcolorcode.com

Triadic colors

1 #DC72C9 and #C9DC72 with #72C9DC are triadic colors.

2 #DCC972 and #C972DC with #72C9DC are triadic colors.