COLOR #13D4EE

HEX: #13D4EE
RGB: (19,212,238)

Color info

#13D4EE contains mainly green and blue colors. Web safe color of #13D4EE is #00CCFF (or #0CF).

RGB color model

#13D4EE color RGB value is (19,212,238).

  • red value is 19;
  • green value is 212;
  • blue value is 238.
RGB:
(19,212,238)
(7%,83%,93%)

RGB channels and saturation

R 19 of 255 = 7%
G 212 of 255 = 83%
B 238 of 255 = 93%

19
212
238

R + G + B ~ 61%. #13D4EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
19 + 212 + 238 = 469 (100%)
R 19 of 469 ~ 4.05%
G 212 of 469 ~ 45.2%
B 238 of 469 ~ 50.75%

%45.2
%50.75

CMYK color model

#13D4EE color CMYK value is (92,11,0,7).

  • cyan value is 92.02%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(92,11,0,7)
C92M11Y0K7 
(92%,11%,0%,7%)
(0.92/0.11/0.00/0.07)	

CMYK percentages

%92.02
%10.92
%0
%6.67

Codes

Color #13D4EE in popluar color models

13D4EE
RGB19212238
HSL187°86.56%50.39%
HSB/HSV187°92.02%93.33%
CMYK92.02%10.92%0.00%
6.67%

Color #13D4EE in popluar number systems.

HEX13D4EE
Decimal19212238
Binary100111101010011101110
Octal23324356

Shades and tints

Shades of #13D4EE

#13D4EE
(19,212,238)
#12C1D9
(18,193,217)
#11AEC4
(17,174,196)
#109BAF
(16,155,175)
#0F889A
(15,136,154)
#0E7585
(14,117,133)
#0D6270
(13,98,112)
#0C4F5B
(12,79,91)
#0B3C46
(11,60,70)
#0A2931
(10,41,49)
#09161C
(9,22,28)
#000000
(0,0,0)

Tints of #13D4EE

#13D4EE
(19,212,238)
#28D7EF
(40,215,239)
#3DDAF0
(61,218,240)
#52DDF1
(82,221,241)
#67E0F2
(103,224,242)
#7CE3F3
(124,227,243)
#91E6F4
(145,230,244)
#A6E9F5
(166,233,245)
#BBECF6
(187,236,246)
#D0EFF7
(208,239,247)
#E5F2F8
(229,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13D4EE color. Also use rgb(19,212,238) instead hex code.

Text Font Color

.myTextColor { color: #13D4EE; }

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

This text font color is #13D4EE.


Background Color

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

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

This div background color is #13D4EE.


Border color

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

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

This div border color is #13D4EE.


Opacity

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

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

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

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

This text has shadow with #13D4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13D4EE on black background.


Color preview on white background

This text has color #13D4EE on white background.



Black color preview on #13D4EE background

This text has black color on #13D4EE background.


White color preview on #13D4EE background

This text has white color on #13D4EE background.