COLOR #70C0E3

HEX: #70C0E3 RGB: (112,192,227)

Color info

#70C0E3 contains mainly green and blue colors. Web safe color of #70C0E3 is #66CCCC (or #6CC).

RGB color model

#70C0E3 color RGB value is (112,192,227).

RGB: (112,192,227) (44%, 75%, 89%)

RGB channels and saturation

R 112 of 255 = 44%
G 192 of 255 = 75%
B 227 of 255 = 89%

112
192
227

R + G + B ~ 69%. #70C0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 192 + 227 = 531 (100%)
R 112 of 531 ~ 21.09%
G 192 of 531 ~ 36.16%
B 227 of 531 ~ 42.75'%

%21.09
%36.16
%42.75

CMYK color model

#70C0E3 color CMYK value is (51,15,0,11).

  • cyan value is 50.66%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (51,15,0,11)
C51M15Y0K11 (51%, 15%, 0%, 11%)
(0.51 / 0.15 / 0.00 / 0.11)

CMYK percentages

%50.66
%15.42
%0
%10.98

Codes

Color #70C0E3 in popluar color models

70 C0 E3
RGB 112 192 227
HSL 198° 67.25% 66.47%
HSB/HSV 198° 50.66% 89.02%
CMYK 50.66% 15.42% 0.00%
10.98%

Color #70C0E3 in popluar number systems.

HEX 70 C0 E3
Decimal 112 192 227
Binary 1110000 11000000 11100011
Octal 160 300 343

Shades and tints

Shades of #70C0E3

#70C0E3
(112,192,227)
#66AFCF
(102,175,207)
#5C9EBB
(92,158,187)
#528DA7
(82,141,167)
#487C93
(72,124,147)
#3E6B7F
(62,107,127)
#345A6B
(52,90,107)
#2A4957
(42,73,87)
#203843
(32,56,67)
#16272F
(22,39,47)
#0C161B
(12,22,27)
#000000
(0,0,0)

Tints of #70C0E3

#70C0E3
(112,192,227)
#7DC5E5
(125,197,229)
#8ACAE7
(138,202,231)
#97CFE9
(151,207,233)
#A4D4EB
(164,212,235)
#B1D9ED
(177,217,237)
#BEDEEF
(190,222,239)
#CBE3F1
(203,227,241)
#D8E8F3
(216,232,243)
#E5EDF5
(229,237,245)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C0E3 color. Also use rgb(112,192,227) instead hex code.

Text Font Color

.myTextColor { color: #70C0E3; }

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

This text font color is #70C0E3.

Background Color

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

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

This div background color is #70C0E3.

Border color

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

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

This div border color is #70C0E3.

Opacity

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

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

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

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

This text has shadow with #70C0E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C0E3.

Preview

Color preview on black background

This text has color #70C0E3 on black background.


Color preview on white background

This text has color #70C0E3 on white background.


Black color preview on #70C0E3 background

This text has black color on #70C0E3 background.


White color preview on #70C0E3 background

This text has white color on #70C0E3 background.


Related colors

Complementary color

Complementary color for #hex is #8F3F1C.


I love getcolorcode.com

Triadic colors

1 #E370C0 and #C0E370 with #70C0E3 are triadic colors.

2 #E3C070 and #C070E3 with #70C0E3 are triadic colors.