COLOR #70BDE8

HEX: #70BDE8
RGB: (112,189,232)

Color info

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

RGB color model

#70BDE8 color RGB value is (112,189,232).

  • red value is 112;
  • green value is 189;
  • blue value is 232.
RGB:
(112,189,232)
(44%,74%,91%)

RGB channels and saturation

R 112 of 255 = 44%
G 189 of 255 = 74%
B 232 of 255 = 91%

112
189
232

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

Portions of RGB colors in percentages

R + G + B =
112 + 189 + 232 = 533 (100%)
R 112 of 533 ~ 21.01%
G 189 of 533 ~ 35.46%
B 232 of 533 ~ 43.53%

%21.01
%35.46
%43.53

CMYK color model

#70BDE8 color CMYK value is (52,19,0,9).

  • cyan value is 51.72%
  • magenta value is 18.53%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(52,19,0,9)
C52M19Y0K9 
(52%,19%,0%,9%)
(0.52/0.19/0.00/0.09)	

CMYK percentages

%51.72
%18.53
%0
%9.02

Codes

Color #70BDE8 in popluar color models

70BDE8
RGB112189232
HSL202°72.29%67.45%
HSB/HSV202°51.72%90.98%
CMYK51.72%18.53%0.00%
9.02%

Color #70BDE8 in popluar number systems.

HEX70BDE8
Decimal112189232
Binary11100001011110111101000
Octal160275350

Shades and tints

Shades of #70BDE8

#70BDE8
(112,189,232)
#66ACD3
(102,172,211)
#5C9BBE
(92,155,190)
#528AA9
(82,138,169)
#487994
(72,121,148)
#3E687F
(62,104,127)
#34576A
(52,87,106)
#2A4655
(42,70,85)
#203540
(32,53,64)
#16242B
(22,36,43)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #70BDE8

#70BDE8
(112,189,232)
#7DC3EA
(125,195,234)
#8AC9EC
(138,201,236)
#97CFEE
(151,207,238)
#A4D5F0
(164,213,240)
#B1DBF2
(177,219,242)
#BEE1F4
(190,225,244)
#CBE7F6
(203,231,246)
#D8EDF8
(216,237,248)
#E5F3FA
(229,243,250)
#F2F9FC
(242,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BDE8 color. Also use rgb(112,189,232) instead hex code.

Text Font Color

.myTextColor { color: #70BDE8; }

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

This text font color is #70BDE8.


Background Color

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

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

This div background color is #70BDE8.


Border color

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

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

This div border color is #70BDE8.


Opacity

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

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

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

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

This text has shadow with #70BDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BDE8 on black background.


Color preview on white background

This text has color #70BDE8 on white background.



Black color preview on #70BDE8 background

This text has black color on #70BDE8 background.


White color preview on #70BDE8 background

This text has white color on #70BDE8 background.