COLOR #70D0ED

HEX: #70D0ED RGB: (112,208,237)

Color info

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

RGB color model

#70D0ED color RGB value is (112,208,237).

RGB: (112,208,237) (44%, 82%, 93%)

RGB channels and saturation

R 112 of 255 = 44%
G 208 of 255 = 82%
B 237 of 255 = 93%

112
208
237

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

Portions of RGB colors in percentages

R + G + B = 112 + 208 + 237 = 557 (100%)
R 112 of 557 ~ 20.11%
G 208 of 557 ~ 37.34%
B 237 of 557 ~ 42.55'%

%20.11
%37.34
%42.55

CMYK color model

#70D0ED color CMYK value is (53,12,0,7).

  • cyan value is 52.74%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (53,12,0,7)
C53M12Y0K7 (53%, 12%, 0%, 7%)
(0.53 / 0.12 / 0.00 / 0.07)

CMYK percentages

%52.74
%12.24
%0
%7.06

Codes

Color #70D0ED in popluar color models

70 D0 ED
RGB 112 208 237
HSL 194° 77.64% 68.43%
HSB/HSV 194° 52.74% 92.94%
CMYK 52.74% 12.24% 0.00%
7.06%

Color #70D0ED in popluar number systems.

HEX 70 D0 ED
Decimal 112 208 237
Binary 1110000 11010000 11101101
Octal 160 320 355

Shades and tints

Shades of #70D0ED

#70D0ED
(112,208,237)
#66BED8
(102,190,216)
#5CACC3
(92,172,195)
#529AAE
(82,154,174)
#488899
(72,136,153)
#3E7684
(62,118,132)
#34646F
(52,100,111)
#2A525A
(42,82,90)
#204045
(32,64,69)
#162E30
(22,46,48)
#0C1C1B
(12,28,27)
#000000
(0,0,0)

Tints of #70D0ED

#70D0ED
(112,208,237)
#7DD4EE
(125,212,238)
#8AD8EF
(138,216,239)
#97DCF0
(151,220,240)
#A4E0F1
(164,224,241)
#B1E4F2
(177,228,242)
#BEE8F3
(190,232,243)
#CBECF4
(203,236,244)
#D8F0F5
(216,240,245)
#E5F4F6
(229,244,246)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D0ED color. Also use rgb(112,208,237) instead hex code.

Text Font Color

.myTextColor { color: #70D0ED; }

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

This text font color is #70D0ED.

Background Color

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

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

This div background color is #70D0ED.

Border color

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

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

This div border color is #70D0ED.

Opacity

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

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

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

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

This text has shadow with #70D0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70D0ED.

Preview

Color preview on black background

This text has color #70D0ED on black background.


Color preview on white background

This text has color #70D0ED on white background.


Black color preview on #70D0ED background

This text has black color on #70D0ED background.


White color preview on #70D0ED background

This text has white color on #70D0ED background.


Related colors

Complementary color

Complementary color for #hex is #8F2F12.


I love getcolorcode.com

Triadic colors

1 #ED70D0 and #D0ED70 with #70D0ED are triadic colors.

2 #EDD070 and #D070ED with #70D0ED are triadic colors.