COLOR #14C5DE

HEX: #14C5DE
RGB: (20,197,222)

Color info

#14C5DE contains mainly green and blue colors. Web safe color of #14C5DE is #00CCCC (or #0CC).

RGB color model

#14C5DE color RGB value is (20,197,222).

  • red value is 20;
  • green value is 197;
  • blue value is 222.
RGB:
(20,197,222)
(8%,77%,87%)

RGB channels and saturation

R 20 of 255 = 8%
G 197 of 255 = 77%
B 222 of 255 = 87%

20
197
222

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

Portions of RGB colors in percentages

R + G + B =
20 + 197 + 222 = 439 (100%)
R 20 of 439 ~ 4.56%
G 197 of 439 ~ 44.87%
B 222 of 439 ~ 50.57%

%44.87
%50.57

CMYK color model

#14C5DE color CMYK value is (91,11,0,13).

  • cyan value is 90.99%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(91,11,0,13)
C91M11Y0K13 
(91%,11%,0%,13%)
(0.91/0.11/0.00/0.13)	

CMYK percentages

%90.99
%11.26
%0
%12.94

Codes

Color #14C5DE in popluar color models

14C5DE
RGB20197222
HSL187°83.47%47.45%
HSB/HSV187°90.99%87.06%
CMYK90.99%11.26%0.00%
12.94%

Color #14C5DE in popluar number systems.

HEX14C5DE
Decimal20197222
Binary101001100010111011110
Octal24305336

Shades and tints

Shades of #14C5DE

#14C5DE
(20,197,222)
#13B4CA
(19,180,202)
#12A3B6
(18,163,182)
#1192A2
(17,146,162)
#10818E
(16,129,142)
#0F707A
(15,112,122)
#0E5F66
(14,95,102)
#0D4E52
(13,78,82)
#0C3D3E
(12,61,62)
#0B2C2A
(11,44,42)
#0A1B16
(10,27,22)
#000000
(0,0,0)

Tints of #14C5DE

#14C5DE
(20,197,222)
#29CAE1
(41,202,225)
#3ECFE4
(62,207,228)
#53D4E7
(83,212,231)
#68D9EA
(104,217,234)
#7DDEED
(125,222,237)
#92E3F0
(146,227,240)
#A7E8F3
(167,232,243)
#BCEDF6
(188,237,246)
#D1F2F9
(209,242,249)
#E6F7FC
(230,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14C5DE color. Also use rgb(20,197,222) instead hex code.

Text Font Color

.myTextColor { color: #14C5DE; }

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

This text font color is #14C5DE.


Background Color

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

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

This div background color is #14C5DE.


Border color

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

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

This div border color is #14C5DE.


Opacity

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

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

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

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

This text has shadow with #14C5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14C5DE on black background.


Color preview on white background

This text has color #14C5DE on white background.



Black color preview on #14C5DE background

This text has black color on #14C5DE background.


White color preview on #14C5DE background

This text has white color on #14C5DE background.