COLOR #13CCFD

HEX: #13CCFD
RGB: (19,204,253)

Color info

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

RGB color model

#13CCFD color RGB value is (19,204,253).

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

RGB channels and saturation

R 19 of 255 = 7%
G 204 of 255 = 80%
B 253 of 255 = 99%

19
204
253

R + G + B ~ 62%. #13CCFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
19 + 204 + 253 = 476 (100%)
R 19 of 476 ~ 3.99%
G 204 of 476 ~ 42.86%
B 253 of 476 ~ 53.15%

%42.86
%53.15

CMYK color model

#13CCFD color CMYK value is (92,19,0,1).

  • cyan value is 92.49%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(92,19,0,1)
C92M19Y0K1 
(92%,19%,0%,1%)
(0.92/0.19/0.00/0.01)	

CMYK percentages

%92.49
%19.37
%0
%0.78

Codes

Color #13CCFD in popluar color models

13CCFD
RGB19204253
HSL193°98.32%53.33%
HSB/HSV193°92.49%99.22%
CMYK92.49%19.37%0.00%
0.78%

Color #13CCFD in popluar number systems.

HEX13CCFD
Decimal19204253
Binary100111100110011111101
Octal23314375

Shades and tints

Shades of #13CCFD

#13CCFD
(19,204,253)
#12BAE6
(18,186,230)
#11A8CF
(17,168,207)
#1096B8
(16,150,184)
#0F84A1
(15,132,161)
#0E728A
(14,114,138)
#0D6073
(13,96,115)
#0C4E5C
(12,78,92)
#0B3C45
(11,60,69)
#0A2A2E
(10,42,46)
#091817
(9,24,23)
#000000
(0,0,0)

Tints of #13CCFD

#13CCFD
(19,204,253)
#28D0FD
(40,208,253)
#3DD4FD
(61,212,253)
#52D8FD
(82,216,253)
#67DCFD
(103,220,253)
#7CE0FD
(124,224,253)
#91E4FD
(145,228,253)
#A6E8FD
(166,232,253)
#BBECFD
(187,236,253)
#D0F0FD
(208,240,253)
#E5F4FD
(229,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13CCFD; }

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

This text font color is #13CCFD.


Background Color

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

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

This div background color is #13CCFD.


Border color

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

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

This div border color is #13CCFD.


Opacity

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

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

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

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

This text has shadow with #13CCFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13CCFD on black background.


Color preview on white background

This text has color #13CCFD on white background.



Black color preview on #13CCFD background

This text has black color on #13CCFD background.


White color preview on #13CCFD background

This text has white color on #13CCFD background.