COLOR #70C9DA

HEX: #70C9DA RGB: (112,201,218)

Color info

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

RGB color model

#70C9DA color RGB value is (112,201,218).

RGB: (112,201,218) (44%, 79%, 85%)

RGB channels and saturation

R 112 of 255 = 44%
G 201 of 255 = 79%
B 218 of 255 = 85%

112
201
218

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

Portions of RGB colors in percentages

R + G + B = 112 + 201 + 218 = 531 (100%)
R 112 of 531 ~ 21.09%
G 201 of 531 ~ 37.85%
B 218 of 531 ~ 41.05'%

%21.09
%37.85
%41.05

CMYK color model

#70C9DA color CMYK value is (49,8,0,15).

  • cyan value is 48.62%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (49,8,0,15)
C49M8Y0K15 (49%, 8%, 0%, 15%)
(0.49 / 0.08 / 0.00 / 0.15)

CMYK percentages

%48.62
%7.8
%0
%14.51

Codes

Color #70C9DA in popluar color models

70 C9 DA
RGB 112 201 218
HSL 190° 58.89% 64.71%
HSB/HSV 190° 48.62% 85.49%
CMYK 48.62% 7.80% 0.00%
14.51%

Color #70C9DA in popluar number systems.

HEX 70 C9 DA
Decimal 112 201 218
Binary 1110000 11001001 11011010
Octal 160 311 332

Shades and tints

Shades of #70C9DA

#70C9DA
(112,201,218)
#66B7C7
(102,183,199)
#5CA5B4
(92,165,180)
#5293A1
(82,147,161)
#48818E
(72,129,142)
#3E6F7B
(62,111,123)
#345D68
(52,93,104)
#2A4B55
(42,75,85)
#203942
(32,57,66)
#16272F
(22,39,47)
#0C151C
(12,21,28)
#000000
(0,0,0)

Tints of #70C9DA

#70C9DA
(112,201,218)
#7DCDDD
(125,205,221)
#8AD1E0
(138,209,224)
#97D5E3
(151,213,227)
#A4D9E6
(164,217,230)
#B1DDE9
(177,221,233)
#BEE1EC
(190,225,236)
#CBE5EF
(203,229,239)
#D8E9F2
(216,233,242)
#E5EDF5
(229,237,245)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70C9DA; }

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

This text font color is #70C9DA.

Background Color

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

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

This div background color is #70C9DA.

Border color

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

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

This div border color is #70C9DA.

Opacity

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

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

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

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

This text has shadow with #70C9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C9DA.

Preview

Color preview on black background

This text has color #70C9DA on black background.


Color preview on white background

This text has color #70C9DA on white background.


Black color preview on #70C9DA background

This text has black color on #70C9DA background.


White color preview on #70C9DA background

This text has white color on #70C9DA background.


Related colors

Complementary color

Complementary color for #hex is #8F3625.


I love getcolorcode.com

Triadic colors

1 #DA70C9 and #C9DA70 with #70C9DA are triadic colors.

2 #DAC970 and #C970DA with #70C9DA are triadic colors.