COLOR #70C8EE

HEX: #70C8EE
RGB: (112,200,238)

Color info

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

RGB color model

#70C8EE color RGB value is (112,200,238).

  • red value is 112;
  • green value is 200;
  • blue value is 238.
RGB:
(112,200,238)
(44%,78%,93%)

RGB channels and saturation

R 112 of 255 = 44%
G 200 of 255 = 78%
B 238 of 255 = 93%

112
200
238

R + G + B ~ 72%. #70C8EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 200 + 238 = 550 (100%)
R 112 of 550 ~ 20.36%
G 200 of 550 ~ 36.36%
B 238 of 550 ~ 43.27%

%20.36
%36.36
%43.27

CMYK color model

#70C8EE color CMYK value is (53,16,0,7).

  • cyan value is 52.94%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(53,16,0,7)
C53M16Y0K7 
(53%,16%,0%,7%)
(0.53/0.16/0.00/0.07)	

CMYK percentages

%52.94
%15.97
%0
%6.67

Codes

Color #70C8EE in popluar color models

70C8EE
RGB112200238
HSL198°78.75%68.63%
HSB/HSV198°52.94%93.33%
CMYK52.94%15.97%0.00%
6.67%

Color #70C8EE in popluar number systems.

HEX70C8EE
Decimal112200238
Binary11100001100100011101110
Octal160310356

Shades and tints

Shades of #70C8EE

#70C8EE
(112,200,238)
#66B6D9
(102,182,217)
#5CA4C4
(92,164,196)
#5292AF
(82,146,175)
#48809A
(72,128,154)
#3E6E85
(62,110,133)
#345C70
(52,92,112)
#2A4A5B
(42,74,91)
#203846
(32,56,70)
#162631
(22,38,49)
#0C141C
(12,20,28)
#000000
(0,0,0)

Tints of #70C8EE

#70C8EE
(112,200,238)
#7DCDEF
(125,205,239)
#8AD2F0
(138,210,240)
#97D7F1
(151,215,241)
#A4DCF2
(164,220,242)
#B1E1F3
(177,225,243)
#BEE6F4
(190,230,244)
#CBEBF5
(203,235,245)
#D8F0F6
(216,240,246)
#E5F5F7
(229,245,247)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C8EE color. Also use rgb(112,200,238) instead hex code.

Text Font Color

.myTextColor { color: #70C8EE; }

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

This text font color is #70C8EE.


Background Color

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

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

This div background color is #70C8EE.


Border color

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

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

This div border color is #70C8EE.


Opacity

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

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

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

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

This text has shadow with #70C8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C8EE on black background.


Color preview on white background

This text has color #70C8EE on white background.



Black color preview on #70C8EE background

This text has black color on #70C8EE background.


White color preview on #70C8EE background

This text has white color on #70C8EE background.