COLOR #70CCF6

HEX: #70CCF6 RGB: (112,204,246)

Color info

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

RGB color model

#70CCF6 color RGB value is (112,204,246).

RGB: (112,204,246) (44%, 80%, 96%)

RGB channels and saturation

R 112 of 255 = 44%
G 204 of 255 = 80%
B 246 of 255 = 96%

112
204
246

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

Portions of RGB colors in percentages

R + G + B = 112 + 204 + 246 = 562 (100%)
R 112 of 562 ~ 19.93%
G 204 of 562 ~ 36.3%
B 246 of 562 ~ 43.77'%

%19.93
%36.3
%43.77

CMYK color model

#70CCF6 color CMYK value is (54,17,0,4).

  • cyan value is 54.47%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (54,17,0,4)
C54M17Y0K4 (54%, 17%, 0%, 4%)
(0.54 / 0.17 / 0.00 / 0.04)

CMYK percentages

%54.47
%17.07
%0
%3.53

Codes

Color #70CCF6 in popluar color models

70 CC F6
RGB 112 204 246
HSL 199° 88.16% 70.20%
HSB/HSV 199° 54.47% 96.47%
CMYK 54.47% 17.07% 0.00%
3.53%

Color #70CCF6 in popluar number systems.

HEX 70 CC F6
Decimal 112 204 246
Binary 1110000 11001100 11110110
Octal 160 314 366

Shades and tints

Shades of #70CCF6

#70CCF6
(112,204,246)
#66BAE0
(102,186,224)
#5CA8CA
(92,168,202)
#5296B4
(82,150,180)
#48849E
(72,132,158)
#3E7288
(62,114,136)
#346072
(52,96,114)
#2A4E5C
(42,78,92)
#203C46
(32,60,70)
#162A30
(22,42,48)
#0C181A
(12,24,26)
#000000
(0,0,0)

Tints of #70CCF6

#70CCF6
(112,204,246)
#7DD0F6
(125,208,246)
#8AD4F6
(138,212,246)
#97D8F6
(151,216,246)
#A4DCF6
(164,220,246)
#B1E0F6
(177,224,246)
#BEE4F6
(190,228,246)
#CBE8F6
(203,232,246)
#D8ECF6
(216,236,246)
#E5F0F6
(229,240,246)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70CCF6 color. Also use rgb(112,204,246) instead hex code.

Text Font Color

.myTextColor { color: #70CCF6; }

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

This text font color is #70CCF6.

Background Color

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

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

This div background color is #70CCF6.

Border color

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

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

This div border color is #70CCF6.

Opacity

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

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

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

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

This text has shadow with #70CCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70CCF6.

Preview

Color preview on black background

This text has color #70CCF6 on black background.


Color preview on white background

This text has color #70CCF6 on white background.


Black color preview on #70CCF6 background

This text has black color on #70CCF6 background.


White color preview on #70CCF6 background

This text has white color on #70CCF6 background.


Related colors

Complementary color

Complementary color for #hex is #8F3309.


I love getcolorcode.com

Triadic colors

1 #F670CC and #CCF670 with #70CCF6 are triadic colors.

2 #F6CC70 and #CC70F6 with #70CCF6 are triadic colors.