COLOR #13AFE8

HEX: #13AFE8
RGB: (19,175,232)

Color info

#13AFE8 contains mainly green and blue colors. Web safe color of #13AFE8 is #0099FF (or #09F).

RGB color model

#13AFE8 color RGB value is (19,175,232).

  • red value is 19;
  • green value is 175;
  • blue value is 232.
RGB:
(19,175,232)
(7%,69%,91%)

RGB channels and saturation

R 19 of 255 = 7%
G 175 of 255 = 69%
B 232 of 255 = 91%

19
175
232

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

Portions of RGB colors in percentages

R + G + B =
19 + 175 + 232 = 426 (100%)
R 19 of 426 ~ 4.46%
G 175 of 426 ~ 41.08%
B 232 of 426 ~ 54.46%

%41.08
%54.46

CMYK color model

#13AFE8 color CMYK value is (92,25,0,9).

  • cyan value is 91.81%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(92,25,0,9)
C92M25Y0K9 
(92%,25%,0%,9%)
(0.92/0.25/0.00/0.09)	

CMYK percentages

%91.81
%24.57
%0
%9.02

Codes

Color #13AFE8 in popluar color models

13AFE8
RGB19175232
HSL196°84.86%49.22%
HSB/HSV196°91.81%90.98%
CMYK91.81%24.57%0.00%
9.02%

Color #13AFE8 in popluar number systems.

HEX13AFE8
Decimal19175232
Binary100111010111111101000
Octal23257350

Shades and tints

Shades of #13AFE8

#13AFE8
(19,175,232)
#12A0D3
(18,160,211)
#1191BE
(17,145,190)
#1082A9
(16,130,169)
#0F7394
(15,115,148)
#0E647F
(14,100,127)
#0D556A
(13,85,106)
#0C4655
(12,70,85)
#0B3740
(11,55,64)
#0A282B
(10,40,43)
#091916
(9,25,22)
#000000
(0,0,0)

Tints of #13AFE8

#13AFE8
(19,175,232)
#28B6EA
(40,182,234)
#3DBDEC
(61,189,236)
#52C4EE
(82,196,238)
#67CBF0
(103,203,240)
#7CD2F2
(124,210,242)
#91D9F4
(145,217,244)
#A6E0F6
(166,224,246)
#BBE7F8
(187,231,248)
#D0EEFA
(208,238,250)
#E5F5FC
(229,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13AFE8 color. Also use rgb(19,175,232) instead hex code.

Text Font Color

.myTextColor { color: #13AFE8; }

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

This text font color is #13AFE8.


Background Color

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

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

This div background color is #13AFE8.


Border color

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

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

This div border color is #13AFE8.


Opacity

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

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

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

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

This text has shadow with #13AFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13AFE8 on black background.


Color preview on white background

This text has color #13AFE8 on white background.



Black color preview on #13AFE8 background

This text has black color on #13AFE8 background.


White color preview on #13AFE8 background

This text has white color on #13AFE8 background.