COLOR #16B3E6

HEX: #16B3E6
RGB: (22,179,230)

Color info

#16B3E6 contains mainly green and blue colors. Web safe color of #16B3E6 is #0099CC (or #09C).

RGB color model

#16B3E6 color RGB value is (22,179,230).

  • red value is 22;
  • green value is 179;
  • blue value is 230.
RGB:
(22,179,230)
(9%,70%,90%)

RGB channels and saturation

R 22 of 255 = 9%
G 179 of 255 = 70%
B 230 of 255 = 90%

22
179
230

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

Portions of RGB colors in percentages

R + G + B =
22 + 179 + 230 = 431 (100%)
R 22 of 431 ~ 5.1%
G 179 of 431 ~ 41.53%
B 230 of 431 ~ 53.36%

%41.53
%53.36

CMYK color model

#16B3E6 color CMYK value is (90,22,0,10).

  • cyan value is 90.43%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(90,22,0,10)
C90M22Y0K10 
(90%,22%,0%,10%)
(0.90/0.22/0.00/0.10)	

CMYK percentages

%90.43
%22.17
%0
%9.8

Codes

Color #16B3E6 in popluar color models

16B3E6
RGB22179230
HSL195°82.54%49.41%
HSB/HSV195°90.43%90.20%
CMYK90.43%22.17%0.00%
9.80%

Color #16B3E6 in popluar number systems.

HEX16B3E6
Decimal22179230
Binary101101011001111100110
Octal26263346

Shades and tints

Shades of #16B3E6

#16B3E6
(22,179,230)
#14A3D2
(20,163,210)
#1293BE
(18,147,190)
#1083AA
(16,131,170)
#0E7396
(14,115,150)
#0C6382
(12,99,130)
#0A536E
(10,83,110)
#08435A
(8,67,90)
#063346
(6,51,70)
#042332
(4,35,50)
#02131E
(2,19,30)
#000000
(0,0,0)

Tints of #16B3E6

#16B3E6
(22,179,230)
#2BB9E8
(43,185,232)
#40BFEA
(64,191,234)
#55C5EC
(85,197,236)
#6ACBEE
(106,203,238)
#7FD1F0
(127,209,240)
#94D7F2
(148,215,242)
#A9DDF4
(169,221,244)
#BEE3F6
(190,227,246)
#D3E9F8
(211,233,248)
#E8EFFA
(232,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #16B3E6 color. Also use rgb(22,179,230) instead hex code.

Text Font Color

.myTextColor { color: #16B3E6; }

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

This text font color is #16B3E6.


Background Color

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

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

This div background color is #16B3E6.


Border color

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

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

This div border color is #16B3E6.


Opacity

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

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

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

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

This text has shadow with #16B3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16B3E6 on black background.


Color preview on white background

This text has color #16B3E6 on white background.



Black color preview on #16B3E6 background

This text has black color on #16B3E6 background.


White color preview on #16B3E6 background

This text has white color on #16B3E6 background.