COLOR #13E5FD

HEX: #13E5FD
RGB: (19,229,253)

Color info

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

RGB color model

#13E5FD color RGB value is (19,229,253).

  • red value is 19;
  • green value is 229;
  • blue value is 253.
RGB:
(19,229,253)
(7%,90%,99%)

RGB channels and saturation

R 19 of 255 = 7%
G 229 of 255 = 90%
B 253 of 255 = 99%

19
229
253

R + G + B ~ 65%. #13E5FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
19 + 229 + 253 = 501 (100%)
R 19 of 501 ~ 3.79%
G 229 of 501 ~ 45.71%
B 253 of 501 ~ 50.5%

%45.71
%50.5

CMYK color model

#13E5FD color CMYK value is (92,9,0,1).

  • cyan value is 92.49%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(92,9,0,1)
C92M9Y0K1 
(92%,9%,0%,1%)
(0.92/0.09/0.00/0.01)	

CMYK percentages

%92.49
%9.49
%0
%0.78

Codes

Color #13E5FD in popluar color models

13E5FD
RGB19229253
HSL186°98.32%53.33%
HSB/HSV186°92.49%99.22%
CMYK92.49%9.49%0.00%
0.78%

Color #13E5FD in popluar number systems.

HEX13E5FD
Decimal19229253
Binary100111110010111111101
Octal23345375

Shades and tints

Shades of #13E5FD

#13E5FD
(19,229,253)
#12D1E6
(18,209,230)
#11BDCF
(17,189,207)
#10A9B8
(16,169,184)
#0F95A1
(15,149,161)
#0E818A
(14,129,138)
#0D6D73
(13,109,115)
#0C595C
(12,89,92)
#0B4545
(11,69,69)
#0A312E
(10,49,46)
#091D17
(9,29,23)
#000000
(0,0,0)

Tints of #13E5FD

#13E5FD
(19,229,253)
#28E7FD
(40,231,253)
#3DE9FD
(61,233,253)
#52EBFD
(82,235,253)
#67EDFD
(103,237,253)
#7CEFFD
(124,239,253)
#91F1FD
(145,241,253)
#A6F3FD
(166,243,253)
#BBF5FD
(187,245,253)
#D0F7FD
(208,247,253)
#E5F9FD
(229,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13E5FD color. Also use rgb(19,229,253) instead hex code.

Text Font Color

.myTextColor { color: #13E5FD; }

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

This text font color is #13E5FD.


Background Color

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

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

This div background color is #13E5FD.


Border color

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

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

This div border color is #13E5FD.


Opacity

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

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

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

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

This text has shadow with #13E5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13E5FD on black background.


Color preview on white background

This text has color #13E5FD on white background.



Black color preview on #13E5FD background

This text has black color on #13E5FD background.


White color preview on #13E5FD background

This text has white color on #13E5FD background.