COLOR #14B0DA

HEX: #14B0DA
RGB: (20,176,218)

Color info

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

RGB color model

#14B0DA color RGB value is (20,176,218).

  • red value is 20;
  • green value is 176;
  • blue value is 218.
RGB:
(20,176,218)
(8%,69%,85%)

RGB channels and saturation

R 20 of 255 = 8%
G 176 of 255 = 69%
B 218 of 255 = 85%

20
176
218

R + G + B ~ 54%. #14B0DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 176 + 218 = 414 (100%)
R 20 of 414 ~ 4.83%
G 176 of 414 ~ 42.51%
B 218 of 414 ~ 52.66%

%42.51
%52.66

CMYK color model

#14B0DA color CMYK value is (91,19,0,15).

  • cyan value is 90.83%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(91,19,0,15)
C91M19Y0K15 
(91%,19%,0%,15%)
(0.91/0.19/0.00/0.15)	

CMYK percentages

%90.83
%19.27
%0
%14.51

Codes

Color #14B0DA in popluar color models

14B0DA
RGB20176218
HSL193°83.19%46.67%
HSB/HSV193°90.83%85.49%
CMYK90.83%19.27%0.00%
14.51%

Color #14B0DA in popluar number systems.

HEX14B0DA
Decimal20176218
Binary101001011000011011010
Octal24260332

Shades and tints

Shades of #14B0DA

#14B0DA
(20,176,218)
#13A0C7
(19,160,199)
#1290B4
(18,144,180)
#1180A1
(17,128,161)
#10708E
(16,112,142)
#0F607B
(15,96,123)
#0E5068
(14,80,104)
#0D4055
(13,64,85)
#0C3042
(12,48,66)
#0B202F
(11,32,47)
#0A101C
(10,16,28)
#000000
(0,0,0)

Tints of #14B0DA

#14B0DA
(20,176,218)
#29B7DD
(41,183,221)
#3EBEE0
(62,190,224)
#53C5E3
(83,197,227)
#68CCE6
(104,204,230)
#7DD3E9
(125,211,233)
#92DAEC
(146,218,236)
#A7E1EF
(167,225,239)
#BCE8F2
(188,232,242)
#D1EFF5
(209,239,245)
#E6F6F8
(230,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14B0DA color. Also use rgb(20,176,218) instead hex code.

Text Font Color

.myTextColor { color: #14B0DA; }

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

This text font color is #14B0DA.


Background Color

.myBgColor { background-color: #14B0DA; }

<div style="background-color:#14B0DA">Inner text</div>

This div background color is #14B0DA.


Border color

.myBorderColor { border: 1px solid #14B0DA; }

<div style="border:3px solid #14B0DA">Div</div>

This div border color is #14B0DA.


Opacity

.myOpacity80 { color: #14B0DA; opacity: 0.8; }

<p style="color:#14B0DA;opacity:0.8;">80%</p>

Text with #14B0DA 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 #14B0DA;}

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

This text has shadow with #14B0DA color.

.textShadow {text-shadow: 3px 3px 1px #14B0DA, 3px 3px 1px red;}

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

This text has shadow with #14B0DA primary color and red secondary color.


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

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

This text has shadow with #14B0DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14B0DA on black background.


Color preview on white background

This text has color #14B0DA on white background.



Black color preview on #14B0DA background

This text has black color on #14B0DA background.


White color preview on #14B0DA background

This text has white color on #14B0DA background.