COLOR #10ADF4

HEX: #10ADF4
RGB: (16,173,244)

Color info

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

RGB color model

#10ADF4 color RGB value is (16,173,244).

  • red value is 16;
  • green value is 173;
  • blue value is 244.
RGB:
(16,173,244)
(6%,68%,96%)

RGB channels and saturation

R 16 of 255 = 6%
G 173 of 255 = 68%
B 244 of 255 = 96%

16
173
244

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

Portions of RGB colors in percentages

R + G + B =
16 + 173 + 244 = 433 (100%)
R 16 of 433 ~ 3.7%
G 173 of 433 ~ 39.95%
B 244 of 433 ~ 56.35%

%39.95
%56.35

CMYK color model

#10ADF4 color CMYK value is (93,29,0,4).

  • cyan value is 93.44%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(93,29,0,4)
C93M29Y0K4 
(93%,29%,0%,4%)
(0.93/0.29/0.00/0.04)	

CMYK percentages

%93.44
%29.1
%0
%4.31

Codes

Color #10ADF4 in popluar color models

10ADF4
RGB16173244
HSL199°91.20%50.98%
HSB/HSV199°93.44%95.69%
CMYK93.44%29.10%0.00%
4.31%

Color #10ADF4 in popluar number systems.

HEX10ADF4
Decimal16173244
Binary100001010110111110100
Octal20255364

Shades and tints

Shades of #10ADF4

#10ADF4
(16,173,244)
#0F9EDE
(15,158,222)
#0E8FC8
(14,143,200)
#0D80B2
(13,128,178)
#0C719C
(12,113,156)
#0B6286
(11,98,134)
#0A5370
(10,83,112)
#09445A
(9,68,90)
#083544
(8,53,68)
#07262E
(7,38,46)
#061718
(6,23,24)
#000000
(0,0,0)

Tints of #10ADF4

#10ADF4
(16,173,244)
#25B4F5
(37,180,245)
#3ABBF6
(58,187,246)
#4FC2F7
(79,194,247)
#64C9F8
(100,201,248)
#79D0F9
(121,208,249)
#8ED7FA
(142,215,250)
#A3DEFB
(163,222,251)
#B8E5FC
(184,229,252)
#CDECFD
(205,236,253)
#E2F3FE
(226,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10ADF4 color. Also use rgb(16,173,244) instead hex code.

Text Font Color

.myTextColor { color: #10ADF4; }

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

This text font color is #10ADF4.


Background Color

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

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

This div background color is #10ADF4.


Border color

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

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

This div border color is #10ADF4.


Opacity

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

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

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

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

This text has shadow with #10ADF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10ADF4 on black background.


Color preview on white background

This text has color #10ADF4 on white background.



Black color preview on #10ADF4 background

This text has black color on #10ADF4 background.


White color preview on #10ADF4 background

This text has white color on #10ADF4 background.