COLOR #14A3D2

HEX: #14A3D2
RGB: (20,163,210)

Color info

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

RGB color model

#14A3D2 color RGB value is (20,163,210).

  • red value is 20;
  • green value is 163;
  • blue value is 210.
RGB:
(20,163,210)
(8%,64%,82%)

RGB channels and saturation

R 20 of 255 = 8%
G 163 of 255 = 64%
B 210 of 255 = 82%

20
163
210

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

Portions of RGB colors in percentages

R + G + B =
20 + 163 + 210 = 393 (100%)
R 20 of 393 ~ 5.09%
G 163 of 393 ~ 41.48%
B 210 of 393 ~ 53.44%

%41.48
%53.44

CMYK color model

#14A3D2 color CMYK value is (90,22,0,18).

  • cyan value is 90.48%
  • magenta value is 22.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(90,22,0,18)
C90M22Y0K18 
(90%,22%,0%,18%)
(0.90/0.22/0.00/0.18)	

CMYK percentages

%90.48
%22.38
%0
%17.65

Codes

Color #14A3D2 in popluar color models

14A3D2
RGB20163210
HSL195°82.61%45.10%
HSB/HSV195°90.48%82.35%
CMYK90.48%22.38%0.00%
17.65%

Color #14A3D2 in popluar number systems.

HEX14A3D2
Decimal20163210
Binary101001010001111010010
Octal24243322

Shades and tints

Shades of #14A3D2

#14A3D2
(20,163,210)
#1395BF
(19,149,191)
#1287AC
(18,135,172)
#117999
(17,121,153)
#106B86
(16,107,134)
#0F5D73
(15,93,115)
#0E4F60
(14,79,96)
#0D414D
(13,65,77)
#0C333A
(12,51,58)
#0B2527
(11,37,39)
#0A1714
(10,23,20)
#000000
(0,0,0)

Tints of #14A3D2

#14A3D2
(20,163,210)
#29ABD6
(41,171,214)
#3EB3DA
(62,179,218)
#53BBDE
(83,187,222)
#68C3E2
(104,195,226)
#7DCBE6
(125,203,230)
#92D3EA
(146,211,234)
#A7DBEE
(167,219,238)
#BCE3F2
(188,227,242)
#D1EBF6
(209,235,246)
#E6F3FA
(230,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14A3D2 color. Also use rgb(20,163,210) instead hex code.

Text Font Color

.myTextColor { color: #14A3D2; }

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

This text font color is #14A3D2.


Background Color

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

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

This div background color is #14A3D2.


Border color

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

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

This div border color is #14A3D2.


Opacity

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

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

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

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

This text has shadow with #14A3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14A3D2 on black background.


Color preview on white background

This text has color #14A3D2 on white background.



Black color preview on #14A3D2 background

This text has black color on #14A3D2 background.


White color preview on #14A3D2 background

This text has white color on #14A3D2 background.