COLOR #70C9DF

HEX: #70C9DF RGB: (112,201,223)

Color info

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

RGB color model

#70C9DF color RGB value is (112,201,223).

RGB: (112,201,223) (44%, 79%, 87%)

RGB channels and saturation

R 112 of 255 = 44%
G 201 of 255 = 79%
B 223 of 255 = 87%

112
201
223

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

Portions of RGB colors in percentages

R + G + B = 112 + 201 + 223 = 536 (100%)
R 112 of 536 ~ 20.9%
G 201 of 536 ~ 37.5%
B 223 of 536 ~ 41.6'%

%20.9
%37.5
%41.6

CMYK color model

#70C9DF color CMYK value is (50,10,0,13).

  • cyan value is 49.78%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (50,10,0,13)
C50M10Y0K13 (50%, 10%, 0%, 13%)
(0.50 / 0.10 / 0.00 / 0.13)

CMYK percentages

%49.78
%9.87
%0
%12.55

Codes

Color #70C9DF in popluar color models

70 C9 DF
RGB 112 201 223
HSL 192° 63.43% 65.69%
HSB/HSV 192° 49.78% 87.45%
CMYK 49.78% 9.87% 0.00%
12.55%

Color #70C9DF in popluar number systems.

HEX 70 C9 DF
Decimal 112 201 223
Binary 1110000 11001001 11011111
Octal 160 311 337

Shades and tints

Shades of #70C9DF

#70C9DF
(112,201,223)
#66B7CB
(102,183,203)
#5CA5B7
(92,165,183)
#5293A3
(82,147,163)
#48818F
(72,129,143)
#3E6F7B
(62,111,123)
#345D67
(52,93,103)
#2A4B53
(42,75,83)
#20393F
(32,57,63)
#16272B
(22,39,43)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #70C9DF

#70C9DF
(112,201,223)
#7DCDE1
(125,205,225)
#8AD1E3
(138,209,227)
#97D5E5
(151,213,229)
#A4D9E7
(164,217,231)
#B1DDE9
(177,221,233)
#BEE1EB
(190,225,235)
#CBE5ED
(203,229,237)
#D8E9EF
(216,233,239)
#E5EDF1
(229,237,241)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C9DF color. Also use rgb(112,201,223) instead hex code.

Text Font Color

.myTextColor { color: #70C9DF; }

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

This text font color is #70C9DF.

Background Color

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

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

This div background color is #70C9DF.

Border color

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

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

This div border color is #70C9DF.

Opacity

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

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

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

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

This text has shadow with #70C9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C9DF.

Preview

Color preview on black background

This text has color #70C9DF on black background.


Color preview on white background

This text has color #70C9DF on white background.


Black color preview on #70C9DF background

This text has black color on #70C9DF background.


White color preview on #70C9DF background

This text has white color on #70C9DF background.


Related colors

Complementary color

Complementary color for #hex is #8F3620.


I love getcolorcode.com

Triadic colors

1 #DF70C9 and #C9DF70 with #70C9DF are triadic colors.

2 #DFC970 and #C970DF with #70C9DF are triadic colors.