COLOR #13BBEC

HEX: #13BBEC
RGB: (19,187,236)

Color info

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

RGB color model

#13BBEC color RGB value is (19,187,236).

  • red value is 19;
  • green value is 187;
  • blue value is 236.
RGB:
(19,187,236)
(7%,73%,93%)

RGB channels and saturation

R 19 of 255 = 7%
G 187 of 255 = 73%
B 236 of 255 = 93%

19
187
236

R + G + B ~ 58%. #13BBEC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 187 + 236 = 442 (100%)
R 19 of 442 ~ 4.3%
G 187 of 442 ~ 42.31%
B 236 of 442 ~ 53.39%

%42.31
%53.39

CMYK color model

#13BBEC color CMYK value is (92,21,0,7).

  • cyan value is 91.95%
  • magenta value is 20.76%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(92,21,0,7)
C92M21Y0K7 
(92%,21%,0%,7%)
(0.92/0.21/0.00/0.07)	

CMYK percentages

%91.95
%20.76
%0
%7.45

Codes

Color #13BBEC in popluar color models

13BBEC
RGB19187236
HSL194°85.10%50.00%
HSB/HSV194°91.95%92.55%
CMYK91.95%20.76%0.00%
7.45%

Color #13BBEC in popluar number systems.

HEX13BBEC
Decimal19187236
Binary100111011101111101100
Octal23273354

Shades and tints

Shades of #13BBEC

#13BBEC
(19,187,236)
#12AAD7
(18,170,215)
#1199C2
(17,153,194)
#1088AD
(16,136,173)
#0F7798
(15,119,152)
#0E6683
(14,102,131)
#0D556E
(13,85,110)
#0C4459
(12,68,89)
#0B3344
(11,51,68)
#0A222F
(10,34,47)
#09111A
(9,17,26)
#000000
(0,0,0)

Tints of #13BBEC

#13BBEC
(19,187,236)
#28C1ED
(40,193,237)
#3DC7EE
(61,199,238)
#52CDEF
(82,205,239)
#67D3F0
(103,211,240)
#7CD9F1
(124,217,241)
#91DFF2
(145,223,242)
#A6E5F3
(166,229,243)
#BBEBF4
(187,235,244)
#D0F1F5
(208,241,245)
#E5F7F6
(229,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13BBEC color. Also use rgb(19,187,236) instead hex code.

Text Font Color

.myTextColor { color: #13BBEC; }

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

This text font color is #13BBEC.


Background Color

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

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

This div background color is #13BBEC.


Border color

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

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

This div border color is #13BBEC.


Opacity

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

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

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

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

This text has shadow with #13BBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13BBEC on black background.


Color preview on white background

This text has color #13BBEC on white background.



Black color preview on #13BBEC background

This text has black color on #13BBEC background.


White color preview on #13BBEC background

This text has white color on #13BBEC background.