COLOR #56B4ED

HEX: #56B4ED
RGB: (86,180,237)

Color info

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

RGB color model

#56B4ED color RGB value is (86,180,237).

  • red value is 86;
  • green value is 180;
  • blue value is 237.
RGB:
(86,180,237)
(34%,71%,93%)

RGB channels and saturation

R 86 of 255 = 34%
G 180 of 255 = 71%
B 237 of 255 = 93%

86
180
237

R + G + B ~ 66%. #56B4ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 180 + 237 = 503 (100%)
R 86 of 503 ~ 17.1%
G 180 of 503 ~ 35.79%
B 237 of 503 ~ 47.12%

%17.1
%35.79
%47.12

CMYK color model

#56B4ED color CMYK value is (64,24,0,7).

  • cyan value is 63.71%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(64,24,0,7)
C64M24Y0K7 
(64%,24%,0%,7%)
(0.64/0.24/0.00/0.07)	

CMYK percentages

%63.71
%24.05
%0
%7.06

Codes

Color #56B4ED in popluar color models

56B4ED
RGB86180237
HSL203°80.75%63.33%
HSB/HSV203°63.71%92.94%
CMYK63.71%24.05%0.00%
7.06%

Color #56B4ED in popluar number systems.

HEX56B4ED
Decimal86180237
Binary10101101011010011101101
Octal126264355

Shades and tints

Shades of #56B4ED

#56B4ED
(86,180,237)
#4FA4D8
(79,164,216)
#4894C3
(72,148,195)
#4184AE
(65,132,174)
#3A7499
(58,116,153)
#336484
(51,100,132)
#2C546F
(44,84,111)
#25445A
(37,68,90)
#1E3445
(30,52,69)
#172430
(23,36,48)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #56B4ED

#56B4ED
(86,180,237)
#65BAEE
(101,186,238)
#74C0EF
(116,192,239)
#83C6F0
(131,198,240)
#92CCF1
(146,204,241)
#A1D2F2
(161,210,242)
#B0D8F3
(176,216,243)
#BFDEF4
(191,222,244)
#CEE4F5
(206,228,245)
#DDEAF6
(221,234,246)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B4ED color. Also use rgb(86,180,237) instead hex code.

Text Font Color

.myTextColor { color: #56B4ED; }

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

This text font color is #56B4ED.


Background Color

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

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

This div background color is #56B4ED.


Border color

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

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

This div border color is #56B4ED.


Opacity

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

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

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

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

This text has shadow with #56B4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B4ED on black background.


Color preview on white background

This text has color #56B4ED on white background.



Black color preview on #56B4ED background

This text has black color on #56B4ED background.


White color preview on #56B4ED background

This text has white color on #56B4ED background.