COLOR #13F9EB

HEX: #13F9EB
RGB: (19,249,235)

Color info

#13F9EB contains mainly green and blue colors. Web safe color of #13F9EB is #00FFFF (or #0FF).

RGB color model

#13F9EB color RGB value is (19,249,235).

  • red value is 19;
  • green value is 249;
  • blue value is 235.
RGB:
(19,249,235)
(7%,98%,92%)

RGB channels and saturation

R 19 of 255 = 7%
G 249 of 255 = 98%
B 235 of 255 = 92%

19
249
235

R + G + B ~ 66%. #13F9EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
19 + 249 + 235 = 503 (100%)
R 19 of 503 ~ 3.78%
G 249 of 503 ~ 49.5%
B 235 of 503 ~ 46.72%

%49.5
%46.72

CMYK color model

#13F9EB color CMYK value is (92,0,6,2).

  • cyan value is 92.37%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(92,0,6,2)
C92M0Y6K2 
(92%,0%,6%,2%)
(0.92/0.00/0.06/0.02)	

CMYK percentages

%92.37
%0
%5.62
%2.35

Codes

Color #13F9EB in popluar color models

13F9EB
RGB19249235
HSL176°95.04%52.55%
HSB/HSV176°92.37%97.65%
CMYK92.37%0.00%5.62%
2.35%

Color #13F9EB in popluar number systems.

HEX13F9EB
Decimal19249235
Binary100111111100111101011
Octal23371353

Shades and tints

Shades of #13F9EB

#13F9EB
(19,249,235)
#12E3D6
(18,227,214)
#11CDC1
(17,205,193)
#10B7AC
(16,183,172)
#0FA197
(15,161,151)
#0E8B82
(14,139,130)
#0D756D
(13,117,109)
#0C5F58
(12,95,88)
#0B4943
(11,73,67)
#0A332E
(10,51,46)
#091D19
(9,29,25)
#000000
(0,0,0)

Tints of #13F9EB

#13F9EB
(19,249,235)
#28F9EC
(40,249,236)
#3DF9ED
(61,249,237)
#52F9EE
(82,249,238)
#67F9EF
(103,249,239)
#7CF9F0
(124,249,240)
#91F9F1
(145,249,241)
#A6F9F2
(166,249,242)
#BBF9F3
(187,249,243)
#D0F9F4
(208,249,244)
#E5F9F5
(229,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13F9EB color. Also use rgb(19,249,235) instead hex code.

Text Font Color

.myTextColor { color: #13F9EB; }

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

This text font color is #13F9EB.


Background Color

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

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

This div background color is #13F9EB.


Border color

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

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

This div border color is #13F9EB.


Opacity

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

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

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

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

This text has shadow with #13F9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13F9EB on black background.


Color preview on white background

This text has color #13F9EB on white background.



Black color preview on #13F9EB background

This text has black color on #13F9EB background.


White color preview on #13F9EB background

This text has white color on #13F9EB background.