COLOR #16B4EC

HEX: #16B4EC
RGB: (22,180,236)

Color info

#16B4EC contains mainly green and blue colors. Web safe color of #16B4EC is #00CCFF (or #0CF).

RGB color model

#16B4EC color RGB value is (22,180,236).

  • red value is 22;
  • green value is 180;
  • blue value is 236.
RGB:
(22,180,236)
(9%,71%,93%)

RGB channels and saturation

R 22 of 255 = 9%
G 180 of 255 = 71%
B 236 of 255 = 93%

22
180
236

R + G + B ~ 58%. #16B4EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
22 + 180 + 236 = 438 (100%)
R 22 of 438 ~ 5.02%
G 180 of 438 ~ 41.1%
B 236 of 438 ~ 53.88%

%41.1
%53.88

CMYK color model

#16B4EC color CMYK value is (91,24,0,7).

  • cyan value is 90.68%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(91,24,0,7)
C91M24Y0K7 
(91%,24%,0%,7%)
(0.91/0.24/0.00/0.07)	

CMYK percentages

%90.68
%23.73
%0
%7.45

Codes

Color #16B4EC in popluar color models

16B4EC
RGB22180236
HSL196°84.92%50.59%
HSB/HSV196°90.68%92.55%
CMYK90.68%23.73%0.00%
7.45%

Color #16B4EC in popluar number systems.

HEX16B4EC
Decimal22180236
Binary101101011010011101100
Octal26264354

Shades and tints

Shades of #16B4EC

#16B4EC
(22,180,236)
#14A4D7
(20,164,215)
#1294C2
(18,148,194)
#1084AD
(16,132,173)
#0E7498
(14,116,152)
#0C6483
(12,100,131)
#0A546E
(10,84,110)
#084459
(8,68,89)
#063444
(6,52,68)
#04242F
(4,36,47)
#02141A
(2,20,26)
#000000
(0,0,0)

Tints of #16B4EC

#16B4EC
(22,180,236)
#2BBAED
(43,186,237)
#40C0EE
(64,192,238)
#55C6EF
(85,198,239)
#6ACCF0
(106,204,240)
#7FD2F1
(127,210,241)
#94D8F2
(148,216,242)
#A9DEF3
(169,222,243)
#BEE4F4
(190,228,244)
#D3EAF5
(211,234,245)
#E8F0F6
(232,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #16B4EC color. Also use rgb(22,180,236) instead hex code.

Text Font Color

.myTextColor { color: #16B4EC; }

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

This text font color is #16B4EC.


Background Color

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

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

This div background color is #16B4EC.


Border color

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

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

This div border color is #16B4EC.


Opacity

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

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

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

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

This text has shadow with #16B4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16B4EC on black background.


Color preview on white background

This text has color #16B4EC on white background.



Black color preview on #16B4EC background

This text has black color on #16B4EC background.


White color preview on #16B4EC background

This text has white color on #16B4EC background.