COLOR #70C2EB

HEX: #70C2EB
RGB: (112,194,235)

Color info

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

RGB color model

#70C2EB color RGB value is (112,194,235).

  • red value is 112;
  • green value is 194;
  • blue value is 235.
RGB:
(112,194,235)
(44%,76%,92%)

RGB channels and saturation

R 112 of 255 = 44%
G 194 of 255 = 76%
B 235 of 255 = 92%

112
194
235

R + G + B ~ 71%. #70C2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 194 + 235 = 541 (100%)
R 112 of 541 ~ 20.7%
G 194 of 541 ~ 35.86%
B 235 of 541 ~ 43.44%

%20.7
%35.86
%43.44

CMYK color model

#70C2EB color CMYK value is (52,17,0,8).

  • cyan value is 52.34%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(52,17,0,8)
C52M17Y0K8 
(52%,17%,0%,8%)
(0.52/0.17/0.00/0.08)	

CMYK percentages

%52.34
%17.45
%0
%7.84

Codes

Color #70C2EB in popluar color models

70C2EB
RGB112194235
HSL200°75.46%68.04%
HSB/HSV200°52.34%92.16%
CMYK52.34%17.45%0.00%
7.84%

Color #70C2EB in popluar number systems.

HEX70C2EB
Decimal112194235
Binary11100001100001011101011
Octal160302353

Shades and tints

Shades of #70C2EB

#70C2EB
(112,194,235)
#66B1D6
(102,177,214)
#5CA0C1
(92,160,193)
#528FAC
(82,143,172)
#487E97
(72,126,151)
#3E6D82
(62,109,130)
#345C6D
(52,92,109)
#2A4B58
(42,75,88)
#203A43
(32,58,67)
#16292E
(22,41,46)
#0C1819
(12,24,25)
#000000
(0,0,0)

Tints of #70C2EB

#70C2EB
(112,194,235)
#7DC7EC
(125,199,236)
#8ACCED
(138,204,237)
#97D1EE
(151,209,238)
#A4D6EF
(164,214,239)
#B1DBF0
(177,219,240)
#BEE0F1
(190,224,241)
#CBE5F2
(203,229,242)
#D8EAF3
(216,234,243)
#E5EFF4
(229,239,244)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C2EB color. Also use rgb(112,194,235) instead hex code.

Text Font Color

.myTextColor { color: #70C2EB; }

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

This text font color is #70C2EB.


Background Color

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

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

This div background color is #70C2EB.


Border color

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

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

This div border color is #70C2EB.


Opacity

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

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

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

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

This text has shadow with #70C2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C2EB on black background.


Color preview on white background

This text has color #70C2EB on white background.



Black color preview on #70C2EB background

This text has black color on #70C2EB background.


White color preview on #70C2EB background

This text has white color on #70C2EB background.