COLOR #10D3E5

HEX: #10D3E5
RGB: (16,211,229)

Color info

#10D3E5 contains mainly green and blue colors. Web safe color of #10D3E5 is #00CCCC (or #0CC).

RGB color model

#10D3E5 color RGB value is (16,211,229).

  • red value is 16;
  • green value is 211;
  • blue value is 229.
RGB:
(16,211,229)
(6%,83%,90%)

RGB channels and saturation

R 16 of 255 = 6%
G 211 of 255 = 83%
B 229 of 255 = 90%

16
211
229

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

Portions of RGB colors in percentages

R + G + B =
16 + 211 + 229 = 456 (100%)
R 16 of 456 ~ 3.51%
G 211 of 456 ~ 46.27%
B 229 of 456 ~ 50.22%

%46.27
%50.22

CMYK color model

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

  • cyan value is 93.01%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(93,8,0,10)
C93M8Y0K10 
(93%,8%,0%,10%)
(0.93/0.08/0.00/0.10)	

CMYK percentages

%93.01
%7.86
%0
%10.2

Codes

Color #10D3E5 in popluar color models

10D3E5
RGB16211229
HSL185°86.94%48.04%
HSB/HSV185°93.01%89.80%
CMYK93.01%7.86%0.00%
10.20%

Color #10D3E5 in popluar number systems.

HEX10D3E5
Decimal16211229
Binary100001101001111100101
Octal20323345

Shades and tints

Shades of #10D3E5

#10D3E5
(16,211,229)
#0FC0D1
(15,192,209)
#0EADBD
(14,173,189)
#0D9AA9
(13,154,169)
#0C8795
(12,135,149)
#0B7481
(11,116,129)
#0A616D
(10,97,109)
#094E59
(9,78,89)
#083B45
(8,59,69)
#072831
(7,40,49)
#06151D
(6,21,29)
#000000
(0,0,0)

Tints of #10D3E5

#10D3E5
(16,211,229)
#25D7E7
(37,215,231)
#3ADBE9
(58,219,233)
#4FDFEB
(79,223,235)
#64E3ED
(100,227,237)
#79E7EF
(121,231,239)
#8EEBF1
(142,235,241)
#A3EFF3
(163,239,243)
#B8F3F5
(184,243,245)
#CDF7F7
(205,247,247)
#E2FBF9
(226,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10D3E5 color. Also use rgb(16,211,229) instead hex code.

Text Font Color

.myTextColor { color: #10D3E5; }

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

This text font color is #10D3E5.


Background Color

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

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

This div background color is #10D3E5.


Border color

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

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

This div border color is #10D3E5.


Opacity

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

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

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

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

This text has shadow with #10D3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10D3E5 on black background.


Color preview on white background

This text has color #10D3E5 on white background.



Black color preview on #10D3E5 background

This text has black color on #10D3E5 background.


White color preview on #10D3E5 background

This text has white color on #10D3E5 background.