COLOR #13D5E3

HEX: #13D5E3
RGB: (19,213,227)

Color info

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

RGB color model

#13D5E3 color RGB value is (19,213,227).

  • red value is 19;
  • green value is 213;
  • blue value is 227.
RGB:
(19,213,227)
(7%,84%,89%)

RGB channels and saturation

R 19 of 255 = 7%
G 213 of 255 = 84%
B 227 of 255 = 89%

19
213
227

R + G + B ~ 60%. #13D5E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 213 + 227 = 459 (100%)
R 19 of 459 ~ 4.14%
G 213 of 459 ~ 46.41%
B 227 of 459 ~ 49.46%

%46.41
%49.46

CMYK color model

#13D5E3 color CMYK value is (92,6,0,11).

  • cyan value is 91.63%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(92,6,0,11)
C92M6Y0K11 
(92%,6%,0%,11%)
(0.92/0.06/0.00/0.11)	

CMYK percentages

%91.63
%6.17
%0
%10.98

Codes

Color #13D5E3 in popluar color models

13D5E3
RGB19213227
HSL184°84.55%48.24%
HSB/HSV184°91.63%89.02%
CMYK91.63%6.17%0.00%
10.98%

Color #13D5E3 in popluar number systems.

HEX13D5E3
Decimal19213227
Binary100111101010111100011
Octal23325343

Shades and tints

Shades of #13D5E3

#13D5E3
(19,213,227)
#12C2CF
(18,194,207)
#11AFBB
(17,175,187)
#109CA7
(16,156,167)
#0F8993
(15,137,147)
#0E767F
(14,118,127)
#0D636B
(13,99,107)
#0C5057
(12,80,87)
#0B3D43
(11,61,67)
#0A2A2F
(10,42,47)
#09171B
(9,23,27)
#000000
(0,0,0)

Tints of #13D5E3

#13D5E3
(19,213,227)
#28D8E5
(40,216,229)
#3DDBE7
(61,219,231)
#52DEE9
(82,222,233)
#67E1EB
(103,225,235)
#7CE4ED
(124,228,237)
#91E7EF
(145,231,239)
#A6EAF1
(166,234,241)
#BBEDF3
(187,237,243)
#D0F0F5
(208,240,245)
#E5F3F7
(229,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13D5E3 color. Also use rgb(19,213,227) instead hex code.

Text Font Color

.myTextColor { color: #13D5E3; }

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

This text font color is #13D5E3.


Background Color

.myBgColor { background-color: #13D5E3; }

<div style="background-color:#13D5E3">Inner text</div>

This div background color is #13D5E3.


Border color

.myBorderColor { border: 1px solid #13D5E3; }

<div style="border:3px solid #13D5E3">Div</div>

This div border color is #13D5E3.


Opacity

.myOpacity80 { color: #13D5E3; opacity: 0.8; }

<p style="color:#13D5E3;opacity:0.8;">80%</p>

Text with #13D5E3 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 #13D5E3;}

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

This text has shadow with #13D5E3 color.

.textShadow {text-shadow: 3px 3px 1px #13D5E3, 3px 3px 1px red;}

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

This text has shadow with #13D5E3 primary color and red secondary color.


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

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

This text has shadow with #13D5E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13D5E3 on black background.


Color preview on white background

This text has color #13D5E3 on white background.



Black color preview on #13D5E3 background

This text has black color on #13D5E3 background.


White color preview on #13D5E3 background

This text has white color on #13D5E3 background.