COLOR #16AFE4

HEX: #16AFE4
RGB: (22,175,228)

Color info

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

RGB color model

#16AFE4 color RGB value is (22,175,228).

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

RGB channels and saturation

R 22 of 255 = 9%
G 175 of 255 = 69%
B 228 of 255 = 89%

22
175
228

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

Portions of RGB colors in percentages

R + G + B =
22 + 175 + 228 = 425 (100%)
R 22 of 425 ~ 5.18%
G 175 of 425 ~ 41.18%
B 228 of 425 ~ 53.65%

%41.18
%53.65

CMYK color model

#16AFE4 color CMYK value is (90,23,0,11).

  • cyan value is 90.35%
  • magenta value is 23.25%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(90,23,0,11)
C90M23Y0K11 
(90%,23%,0%,11%)
(0.90/0.23/0.00/0.11)	

CMYK percentages

%90.35
%23.25
%0
%10.59

Codes

Color #16AFE4 in popluar color models

16AFE4
RGB22175228
HSL195°82.40%49.02%
HSB/HSV195°90.35%89.41%
CMYK90.35%23.25%0.00%
10.59%

Color #16AFE4 in popluar number systems.

HEX16AFE4
Decimal22175228
Binary101101010111111100100
Octal26257344

Shades and tints

Shades of #16AFE4

#16AFE4
(22,175,228)
#14A0D0
(20,160,208)
#1291BC
(18,145,188)
#1082A8
(16,130,168)
#0E7394
(14,115,148)
#0C6480
(12,100,128)
#0A556C
(10,85,108)
#084658
(8,70,88)
#063744
(6,55,68)
#042830
(4,40,48)
#02191C
(2,25,28)
#000000
(0,0,0)

Tints of #16AFE4

#16AFE4
(22,175,228)
#2BB6E6
(43,182,230)
#40BDE8
(64,189,232)
#55C4EA
(85,196,234)
#6ACBEC
(106,203,236)
#7FD2EE
(127,210,238)
#94D9F0
(148,217,240)
#A9E0F2
(169,224,242)
#BEE7F4
(190,231,244)
#D3EEF6
(211,238,246)
#E8F5F8
(232,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #16AFE4; }

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

This text font color is #16AFE4.


Background Color

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

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

This div background color is #16AFE4.


Border color

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

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

This div border color is #16AFE4.


Opacity

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

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

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

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

This text has shadow with #16AFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16AFE4 on black background.


Color preview on white background

This text has color #16AFE4 on white background.



Black color preview on #16AFE4 background

This text has black color on #16AFE4 background.


White color preview on #16AFE4 background

This text has white color on #16AFE4 background.