COLOR #56BCDA

HEX: #56BCDA
RGB: (86,188,218)

Color info

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

RGB color model

#56BCDA color RGB value is (86,188,218).

  • red value is 86;
  • green value is 188;
  • blue value is 218.
RGB:
(86,188,218)
(34%,74%,85%)

RGB channels and saturation

R 86 of 255 = 34%
G 188 of 255 = 74%
B 218 of 255 = 85%

86
188
218

R + G + B ~ 64%. #56BCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 188 + 218 = 492 (100%)
R 86 of 492 ~ 17.48%
G 188 of 492 ~ 38.21%
B 218 of 492 ~ 44.31%

%17.48
%38.21
%44.31

CMYK color model

#56BCDA color CMYK value is (61,14,0,15).

  • cyan value is 60.55%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(61,14,0,15)
C61M14Y0K15 
(61%,14%,0%,15%)
(0.61/0.14/0.00/0.15)	

CMYK percentages

%60.55
%13.76
%0
%14.51

Codes

Color #56BCDA in popluar color models

56BCDA
RGB86188218
HSL194°64.08%59.61%
HSB/HSV194°60.55%85.49%
CMYK60.55%13.76%0.00%
14.51%

Color #56BCDA in popluar number systems.

HEX56BCDA
Decimal86188218
Binary10101101011110011011010
Octal126274332

Shades and tints

Shades of #56BCDA

#56BCDA
(86,188,218)
#4FABC7
(79,171,199)
#489AB4
(72,154,180)
#4189A1
(65,137,161)
#3A788E
(58,120,142)
#33677B
(51,103,123)
#2C5668
(44,86,104)
#254555
(37,69,85)
#1E3442
(30,52,66)
#17232F
(23,35,47)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #56BCDA

#56BCDA
(86,188,218)
#65C2DD
(101,194,221)
#74C8E0
(116,200,224)
#83CEE3
(131,206,227)
#92D4E6
(146,212,230)
#A1DAE9
(161,218,233)
#B0E0EC
(176,224,236)
#BFE6EF
(191,230,239)
#CEECF2
(206,236,242)
#DDF2F5
(221,242,245)
#ECF8F8
(236,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56BCDA color. Also use rgb(86,188,218) instead hex code.

Text Font Color

.myTextColor { color: #56BCDA; }

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

This text font color is #56BCDA.


Background Color

.myBgColor { background-color: #56BCDA; }

<div style="background-color:#56BCDA">Inner text</div>

This div background color is #56BCDA.


Border color

.myBorderColor { border: 1px solid #56BCDA; }

<div style="border:3px solid #56BCDA">Div</div>

This div border color is #56BCDA.


Opacity

.myOpacity80 { color: #56BCDA; opacity: 0.8; }

<p style="color:#56BCDA;opacity:0.8;">80%</p>

Text with #56BCDA 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 #56BCDA;}

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

This text has shadow with #56BCDA color.

.textShadow {text-shadow: 3px 3px 1px #56BCDA, 3px 3px 1px red;}

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

This text has shadow with #56BCDA primary color and red secondary color.


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

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

This text has shadow with #56BCDA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56BCDA on black background.


Color preview on white background

This text has color #56BCDA on white background.



Black color preview on #56BCDA background

This text has black color on #56BCDA background.


White color preview on #56BCDA background

This text has white color on #56BCDA background.