COLOR #10A9F8

HEX: #10A9F8
RGB: (16,169,248)

Color info

#10A9F8 contains mainly blue color. Web safe color of #10A9F8 is #0099FF (or #09F).

RGB color model

#10A9F8 color RGB value is (16,169,248).

  • red value is 16;
  • green value is 169;
  • blue value is 248.
RGB:
(16,169,248)
(6%,66%,97%)

RGB channels and saturation

R 16 of 255 = 6%
G 169 of 255 = 66%
B 248 of 255 = 97%

16
169
248

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

Portions of RGB colors in percentages

R + G + B =
16 + 169 + 248 = 433 (100%)
R 16 of 433 ~ 3.7%
G 169 of 433 ~ 39.03%
B 248 of 433 ~ 57.27%

%39.03
%57.27

CMYK color model

#10A9F8 color CMYK value is (94,32,0,3).

  • cyan value is 93.55%
  • magenta value is 31.85%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(94,32,0,3)
C94M32Y0K3 
(94%,32%,0%,3%)
(0.94/0.32/0.00/0.03)	

CMYK percentages

%93.55
%31.85
%0
%2.75

Codes

Color #10A9F8 in popluar color models

10A9F8
RGB16169248
HSL200°94.31%51.76%
HSB/HSV200°93.55%97.25%
CMYK93.55%31.85%0.00%
2.75%

Color #10A9F8 in popluar number systems.

HEX10A9F8
Decimal16169248
Binary100001010100111111000
Octal20251370

Shades and tints

Shades of #10A9F8

#10A9F8
(16,169,248)
#0F9AE2
(15,154,226)
#0E8BCC
(14,139,204)
#0D7CB6
(13,124,182)
#0C6DA0
(12,109,160)
#0B5E8A
(11,94,138)
#0A4F74
(10,79,116)
#09405E
(9,64,94)
#083148
(8,49,72)
#072232
(7,34,50)
#06131C
(6,19,28)
#000000
(0,0,0)

Tints of #10A9F8

#10A9F8
(16,169,248)
#25B0F8
(37,176,248)
#3AB7F8
(58,183,248)
#4FBEF8
(79,190,248)
#64C5F8
(100,197,248)
#79CCF8
(121,204,248)
#8ED3F8
(142,211,248)
#A3DAF8
(163,218,248)
#B8E1F8
(184,225,248)
#CDE8F8
(205,232,248)
#E2EFF8
(226,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10A9F8 color. Also use rgb(16,169,248) instead hex code.

Text Font Color

.myTextColor { color: #10A9F8; }

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

This text font color is #10A9F8.


Background Color

.myBgColor { background-color: #10A9F8; }

<div style="background-color:#10A9F8">Inner text</div>

This div background color is #10A9F8.


Border color

.myBorderColor { border: 1px solid #10A9F8; }

<div style="border:3px solid #10A9F8">Div</div>

This div border color is #10A9F8.


Opacity

.myOpacity80 { color: #10A9F8; opacity: 0.8; }

<p style="color:#10A9F8;opacity:0.8;">80%</p>

Text with #10A9F8 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 #10A9F8;}

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

This text has shadow with #10A9F8 color.

.textShadow {text-shadow: 3px 3px 1px #10A9F8, 3px 3px 1px red;}

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

This text has shadow with #10A9F8 primary color and red secondary color.


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

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

This text has shadow with #10A9F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10A9F8 on black background.


Color preview on white background

This text has color #10A9F8 on white background.



Black color preview on #10A9F8 background

This text has black color on #10A9F8 background.


White color preview on #10A9F8 background

This text has white color on #10A9F8 background.