COLOR #16D9E4

HEX: #16D9E4
RGB: (22,217,228)

Color info

#16D9E4 contains mainly green and blue colors. Web safe color of #16D9E4 is #00CCCC (or #0CC).

RGB color model

#16D9E4 color RGB value is (22,217,228).

  • red value is 22;
  • green value is 217;
  • blue value is 228.
RGB:
(22,217,228)
(9%,85%,89%)

RGB channels and saturation

R 22 of 255 = 9%
G 217 of 255 = 85%
B 228 of 255 = 89%

22
217
228

R + G + B ~ 61%. #16D9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
22 + 217 + 228 = 467 (100%)
R 22 of 467 ~ 4.71%
G 217 of 467 ~ 46.47%
B 228 of 467 ~ 48.82%

%46.47
%48.82

CMYK color model

#16D9E4 color CMYK value is (90,5,0,11).

  • cyan value is 90.35%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(90,5,0,11)
C90M5Y0K11 
(90%,5%,0%,11%)
(0.90/0.05/0.00/0.11)	

CMYK percentages

%90.35
%4.82
%0
%10.59

Codes

Color #16D9E4 in popluar color models

16D9E4
RGB22217228
HSL183°82.40%49.02%
HSB/HSV183°90.35%89.41%
CMYK90.35%4.82%0.00%
10.59%

Color #16D9E4 in popluar number systems.

HEX16D9E4
Decimal22217228
Binary101101101100111100100
Octal26331344

Shades and tints

Shades of #16D9E4

#16D9E4
(22,217,228)
#14C6D0
(20,198,208)
#12B3BC
(18,179,188)
#10A0A8
(16,160,168)
#0E8D94
(14,141,148)
#0C7A80
(12,122,128)
#0A676C
(10,103,108)
#085458
(8,84,88)
#064144
(6,65,68)
#042E30
(4,46,48)
#021B1C
(2,27,28)
#000000
(0,0,0)

Tints of #16D9E4

#16D9E4
(22,217,228)
#2BDCE6
(43,220,230)
#40DFE8
(64,223,232)
#55E2EA
(85,226,234)
#6AE5EC
(106,229,236)
#7FE8EE
(127,232,238)
#94EBF0
(148,235,240)
#A9EEF2
(169,238,242)
#BEF1F4
(190,241,244)
#D3F4F6
(211,244,246)
#E8F7F8
(232,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #16D9E4 color. Also use rgb(22,217,228) instead hex code.

Text Font Color

.myTextColor { color: #16D9E4; }

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

This text font color is #16D9E4.


Background Color

.myBgColor { background-color: #16D9E4; }

<div style="background-color:#16D9E4">Inner text</div>

This div background color is #16D9E4.


Border color

.myBorderColor { border: 1px solid #16D9E4; }

<div style="border:3px solid #16D9E4">Div</div>

This div border color is #16D9E4.


Opacity

.myOpacity80 { color: #16D9E4; opacity: 0.8; }

<p style="color:#16D9E4;opacity:0.8;">80%</p>

Text with #16D9E4 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 #16D9E4;}

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

This text has shadow with #16D9E4 color.

.textShadow {text-shadow: 3px 3px 1px #16D9E4, 3px 3px 1px red;}

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

This text has shadow with #16D9E4 primary color and red secondary color.


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

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

This text has shadow with #16D9E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16D9E4 on black background.


Color preview on white background

This text has color #16D9E4 on white background.



Black color preview on #16D9E4 background

This text has black color on #16D9E4 background.


White color preview on #16D9E4 background

This text has white color on #16D9E4 background.