COLOR #56A2ED

HEX: #56A2ED RGB: (86,162,237)

Color info

#56A2ED contains mainly blue color. Web safe color of #56A2ED is #6699FF (or #69F).

RGB color model

#56A2ED color RGB value is (86,162,237).

RGB: (86,162,237) (34%, 64%, 93%)

RGB channels and saturation

R 86 of 255 = 34%
G 162 of 255 = 64%
B 237 of 255 = 93%

86
162
237

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

Portions of RGB colors in percentages

R + G + B = 86 + 162 + 237 = 485 (100%)
R 86 of 485 ~ 17.73%
G 162 of 485 ~ 33.4%
B 237 of 485 ~ 48.87'%

%17.73
%33.4
%48.87

CMYK color model

#56A2ED color CMYK value is (64,32,0,7).

  • cyan value is 63.71%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (64,32,0,7)
C64M32Y0K7 (64%, 32%, 0%, 7%)
(0.64 / 0.32 / 0.00 / 0.07)

CMYK percentages

%63.71
%31.65
%0
%7.06

Codes

Color #56A2ED in popluar color models

56 A2 ED
RGB 86 162 237
HSL 210° 80.75% 63.33%
HSB/HSV 210° 63.71% 92.94%
CMYK 63.71% 31.65% 0.00%
7.06%

Color #56A2ED in popluar number systems.

HEX 56 A2 ED
Decimal 86 162 237
Binary 1010110 10100010 11101101
Octal 126 242 355

Shades and tints

Shades of #56A2ED

#56A2ED
(86,162,237)
#4F94D8
(79,148,216)
#4886C3
(72,134,195)
#4178AE
(65,120,174)
#3A6A99
(58,106,153)
#335C84
(51,92,132)
#2C4E6F
(44,78,111)
#25405A
(37,64,90)
#1E3245
(30,50,69)
#172430
(23,36,48)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #56A2ED

#56A2ED
(86,162,237)
#65AAEE
(101,170,238)
#74B2EF
(116,178,239)
#83BAF0
(131,186,240)
#92C2F1
(146,194,241)
#A1CAF2
(161,202,242)
#B0D2F3
(176,210,243)
#BFDAF4
(191,218,244)
#CEE2F5
(206,226,245)
#DDEAF6
(221,234,246)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56A2ED; }

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

This text font color is #56A2ED.

Background Color

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

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

This div background color is #56A2ED.

Border color

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

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

This div border color is #56A2ED.

Opacity

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

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

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

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

This text has shadow with #56A2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56A2ED.

Preview

Color preview on black background

This text has color #56A2ED on black background.


Color preview on white background

This text has color #56A2ED on white background.


Black color preview on #56A2ED background

This text has black color on #56A2ED background.


White color preview on #56A2ED background

This text has white color on #56A2ED background.


Related colors

Complementary color

Complementary color for #hex is #A95D12.


I love getcolorcode.com

Triadic colors

1 #ED56A2 and #A2ED56 with #56A2ED are triadic colors.

2 #EDA256 and #A256ED with #56A2ED are triadic colors.