COLOR #13DBF8

HEX: #13DBF8
RGB: (19,219,248)

Color info

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

RGB color model

#13DBF8 color RGB value is (19,219,248).

  • red value is 19;
  • green value is 219;
  • blue value is 248.
RGB:
(19,219,248)
(7%,86%,97%)

RGB channels and saturation

R 19 of 255 = 7%
G 219 of 255 = 86%
B 248 of 255 = 97%

19
219
248

R + G + B ~ 63%. #13DBF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
19 + 219 + 248 = 486 (100%)
R 19 of 486 ~ 3.91%
G 219 of 486 ~ 45.06%
B 248 of 486 ~ 51.03%

%45.06
%51.03

CMYK color model

#13DBF8 color CMYK value is (92,12,0,3).

  • cyan value is 92.34%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(92,12,0,3)
C92M12Y0K3 
(92%,12%,0%,3%)
(0.92/0.12/0.00/0.03)	

CMYK percentages

%92.34
%11.69
%0
%2.75

Codes

Color #13DBF8 in popluar color models

13DBF8
RGB19219248
HSL188°94.24%52.35%
HSB/HSV188°92.34%97.25%
CMYK92.34%11.69%0.00%
2.75%

Color #13DBF8 in popluar number systems.

HEX13DBF8
Decimal19219248
Binary100111101101111111000
Octal23333370

Shades and tints

Shades of #13DBF8

#13DBF8
(19,219,248)
#12C8E2
(18,200,226)
#11B5CC
(17,181,204)
#10A2B6
(16,162,182)
#0F8FA0
(15,143,160)
#0E7C8A
(14,124,138)
#0D6974
(13,105,116)
#0C565E
(12,86,94)
#0B4348
(11,67,72)
#0A3032
(10,48,50)
#091D1C
(9,29,28)
#000000
(0,0,0)

Tints of #13DBF8

#13DBF8
(19,219,248)
#28DEF8
(40,222,248)
#3DE1F8
(61,225,248)
#52E4F8
(82,228,248)
#67E7F8
(103,231,248)
#7CEAF8
(124,234,248)
#91EDF8
(145,237,248)
#A6F0F8
(166,240,248)
#BBF3F8
(187,243,248)
#D0F6F8
(208,246,248)
#E5F9F8
(229,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13DBF8 color. Also use rgb(19,219,248) instead hex code.

Text Font Color

.myTextColor { color: #13DBF8; }

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

This text font color is #13DBF8.


Background Color

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

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

This div background color is #13DBF8.


Border color

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

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

This div border color is #13DBF8.


Opacity

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

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

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

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

This text has shadow with #13DBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13DBF8 on black background.


Color preview on white background

This text has color #13DBF8 on white background.



Black color preview on #13DBF8 background

This text has black color on #13DBF8 background.


White color preview on #13DBF8 background

This text has white color on #13DBF8 background.