COLOR #70BEE4

HEX: #70BEE4 RGB: (112,190,228)

Color info

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

RGB color model

#70BEE4 color RGB value is (112,190,228).

RGB: (112,190,228) (44%, 75%, 89%)

RGB channels and saturation

R 112 of 255 = 44%
G 190 of 255 = 75%
B 228 of 255 = 89%

112
190
228

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

Portions of RGB colors in percentages

R + G + B = 112 + 190 + 228 = 530 (100%)
R 112 of 530 ~ 21.13%
G 190 of 530 ~ 35.85%
B 228 of 530 ~ 43.02'%

%21.13
%35.85
%43.02

CMYK color model

#70BEE4 color CMYK value is (51,17,0,11).

  • cyan value is 50.88%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (51,17,0,11)
C51M17Y0K11 (51%, 17%, 0%, 11%)
(0.51 / 0.17 / 0.00 / 0.11)

CMYK percentages

%50.88
%16.67
%0
%10.59

Codes

Color #70BEE4 in popluar color models

70 BE E4
RGB 112 190 228
HSL 200° 68.24% 66.67%
HSB/HSV 200° 50.88% 89.41%
CMYK 50.88% 16.67% 0.00%
10.59%

Color #70BEE4 in popluar number systems.

HEX 70 BE E4
Decimal 112 190 228
Binary 1110000 10111110 11100100
Octal 160 276 344

Shades and tints

Shades of #70BEE4

#70BEE4
(112,190,228)
#66ADD0
(102,173,208)
#5C9CBC
(92,156,188)
#528BA8
(82,139,168)
#487A94
(72,122,148)
#3E6980
(62,105,128)
#34586C
(52,88,108)
#2A4758
(42,71,88)
#203644
(32,54,68)
#162530
(22,37,48)
#0C141C
(12,20,28)
#000000
(0,0,0)

Tints of #70BEE4

#70BEE4
(112,190,228)
#7DC3E6
(125,195,230)
#8AC8E8
(138,200,232)
#97CDEA
(151,205,234)
#A4D2EC
(164,210,236)
#B1D7EE
(177,215,238)
#BEDCF0
(190,220,240)
#CBE1F2
(203,225,242)
#D8E6F4
(216,230,244)
#E5EBF6
(229,235,246)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BEE4 color. Also use rgb(112,190,228) instead hex code.

Text Font Color

.myTextColor { color: #70BEE4; }

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

This text font color is #70BEE4.

Background Color

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

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

This div background color is #70BEE4.

Border color

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

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

This div border color is #70BEE4.

Opacity

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

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

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

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

This text has shadow with #70BEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70BEE4.

Preview

Color preview on black background

This text has color #70BEE4 on black background.


Color preview on white background

This text has color #70BEE4 on white background.


Black color preview on #70BEE4 background

This text has black color on #70BEE4 background.


White color preview on #70BEE4 background

This text has white color on #70BEE4 background.


Related colors

Complementary color

Complementary color for #hex is #8F411B.


I love getcolorcode.com

Triadic colors

1 #E470BE and #BEE470 with #70BEE4 are triadic colors.

2 #E4BE70 and #BE70E4 with #70BEE4 are triadic colors.