COLOR #70D4EC

HEX: #70D4EC
RGB: (112,212,236)

Color info

#70D4EC contains mainly green and blue colors. Web safe color of #70D4EC is #66CCFF (or #6CF).

RGB color model

#70D4EC color RGB value is (112,212,236).

  • red value is 112;
  • green value is 212;
  • blue value is 236.
RGB:
(112,212,236)
(44%,83%,93%)

RGB channels and saturation

R 112 of 255 = 44%
G 212 of 255 = 83%
B 236 of 255 = 93%

112
212
236

R + G + B ~ 73%. #70D4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 212 + 236 = 560 (100%)
R 112 of 560 ~ 20%
G 212 of 560 ~ 37.86%
B 236 of 560 ~ 42.14%

%20
%37.86
%42.14

CMYK color model

#70D4EC color CMYK value is (53,10,0,7).

  • cyan value is 52.54%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(53,10,0,7)
C53M10Y0K7 
(53%,10%,0%,7%)
(0.53/0.10/0.00/0.07)	

CMYK percentages

%52.54
%10.17
%0
%7.45

Codes

Color #70D4EC in popluar color models

70D4EC
RGB112212236
HSL192°76.54%68.24%
HSB/HSV192°52.54%92.55%
CMYK52.54%10.17%0.00%
7.45%

Color #70D4EC in popluar number systems.

HEX70D4EC
Decimal112212236
Binary11100001101010011101100
Octal160324354

Shades and tints

Shades of #70D4EC

#70D4EC
(112,212,236)
#66C1D7
(102,193,215)
#5CAEC2
(92,174,194)
#529BAD
(82,155,173)
#488898
(72,136,152)
#3E7583
(62,117,131)
#34626E
(52,98,110)
#2A4F59
(42,79,89)
#203C44
(32,60,68)
#16292F
(22,41,47)
#0C161A
(12,22,26)
#000000
(0,0,0)

Tints of #70D4EC

#70D4EC
(112,212,236)
#7DD7ED
(125,215,237)
#8ADAEE
(138,218,238)
#97DDEF
(151,221,239)
#A4E0F0
(164,224,240)
#B1E3F1
(177,227,241)
#BEE6F2
(190,230,242)
#CBE9F3
(203,233,243)
#D8ECF4
(216,236,244)
#E5EFF5
(229,239,245)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D4EC color. Also use rgb(112,212,236) instead hex code.

Text Font Color

.myTextColor { color: #70D4EC; }

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

This text font color is #70D4EC.


Background Color

.myBgColor { background-color: #70D4EC; }

<div style="background-color:#70D4EC">Inner text</div>

This div background color is #70D4EC.


Border color

.myBorderColor { border: 1px solid #70D4EC; }

<div style="border:3px solid #70D4EC">Div</div>

This div border color is #70D4EC.


Opacity

.myOpacity80 { color: #70D4EC; opacity: 0.8; }

<p style="color:#70D4EC;opacity:0.8;">80%</p>

Text with #70D4EC 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 #70D4EC;}

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

This text has shadow with #70D4EC color.

.textShadow {text-shadow: 3px 3px 1px #70D4EC, 3px 3px 1px red;}

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

This text has shadow with #70D4EC primary color and red secondary color.


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

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

This text has shadow with #70D4EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D4EC on black background.


Color preview on white background

This text has color #70D4EC on white background.



Black color preview on #70D4EC background

This text has black color on #70D4EC background.


White color preview on #70D4EC background

This text has white color on #70D4EC background.