COLOR #10A3EB

HEX: #10A3EB
RGB: (16,163,235)

Color info

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

RGB color model

#10A3EB color RGB value is (16,163,235).

  • red value is 16;
  • green value is 163;
  • blue value is 235.
RGB:
(16,163,235)
(6%,64%,92%)

RGB channels and saturation

R 16 of 255 = 6%
G 163 of 255 = 64%
B 235 of 255 = 92%

16
163
235

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

Portions of RGB colors in percentages

R + G + B =
16 + 163 + 235 = 414 (100%)
R 16 of 414 ~ 3.86%
G 163 of 414 ~ 39.37%
B 235 of 414 ~ 56.76%

%39.37
%56.76

CMYK color model

#10A3EB color CMYK value is (93,31,0,8).

  • cyan value is 93.19%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(93,31,0,8)
C93M31Y0K8 
(93%,31%,0%,8%)
(0.93/0.31/0.00/0.08)	

CMYK percentages

%93.19
%30.64
%0
%7.84

Codes

Color #10A3EB in popluar color models

10A3EB
RGB16163235
HSL200°87.25%49.22%
HSB/HSV200°93.19%92.16%
CMYK93.19%30.64%0.00%
7.84%

Color #10A3EB in popluar number systems.

HEX10A3EB
Decimal16163235
Binary100001010001111101011
Octal20243353

Shades and tints

Shades of #10A3EB

#10A3EB
(16,163,235)
#0F95D6
(15,149,214)
#0E87C1
(14,135,193)
#0D79AC
(13,121,172)
#0C6B97
(12,107,151)
#0B5D82
(11,93,130)
#0A4F6D
(10,79,109)
#094158
(9,65,88)
#083343
(8,51,67)
#07252E
(7,37,46)
#061719
(6,23,25)
#000000
(0,0,0)

Tints of #10A3EB

#10A3EB
(16,163,235)
#25ABEC
(37,171,236)
#3AB3ED
(58,179,237)
#4FBBEE
(79,187,238)
#64C3EF
(100,195,239)
#79CBF0
(121,203,240)
#8ED3F1
(142,211,241)
#A3DBF2
(163,219,242)
#B8E3F3
(184,227,243)
#CDEBF4
(205,235,244)
#E2F3F5
(226,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10A3EB color. Also use rgb(16,163,235) instead hex code.

Text Font Color

.myTextColor { color: #10A3EB; }

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

This text font color is #10A3EB.


Background Color

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

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

This div background color is #10A3EB.


Border color

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

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

This div border color is #10A3EB.


Opacity

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

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

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

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

This text has shadow with #10A3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10A3EB on black background.


Color preview on white background

This text has color #10A3EB on white background.



Black color preview on #10A3EB background

This text has black color on #10A3EB background.


White color preview on #10A3EB background

This text has white color on #10A3EB background.