COLOR #56ACE1

HEX: #56ACE1
RGB: (86,172,225)

Color info

#56ACE1 contains mainly green and blue colors. Web safe color of #56ACE1 is #6699CC (or #69C).

RGB color model

#56ACE1 color RGB value is (86,172,225).

  • red value is 86;
  • green value is 172;
  • blue value is 225.
RGB:
(86,172,225)
(34%,67%,88%)

RGB channels and saturation

R 86 of 255 = 34%
G 172 of 255 = 67%
B 225 of 255 = 88%

86
172
225

R + G + B ~ 63%. #56ACE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 172 + 225 = 483 (100%)
R 86 of 483 ~ 17.81%
G 172 of 483 ~ 35.61%
B 225 of 483 ~ 46.58%

%17.81
%35.61
%46.58

CMYK color model

#56ACE1 color CMYK value is (62,24,0,12).

  • cyan value is 61.78%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(62,24,0,12)
C62M24Y0K12 
(62%,24%,0%,12%)
(0.62/0.24/0.00/0.12)	

CMYK percentages

%61.78
%23.56
%0
%11.76

Codes

Color #56ACE1 in popluar color models

56ACE1
RGB86172225
HSL203°69.85%60.98%
HSB/HSV203°61.78%88.24%
CMYK61.78%23.56%0.00%
11.76%

Color #56ACE1 in popluar number systems.

HEX56ACE1
Decimal86172225
Binary10101101010110011100001
Octal126254341

Shades and tints

Shades of #56ACE1

#56ACE1
(86,172,225)
#4F9DCD
(79,157,205)
#488EB9
(72,142,185)
#417FA5
(65,127,165)
#3A7091
(58,112,145)
#33617D
(51,97,125)
#2C5269
(44,82,105)
#254355
(37,67,85)
#1E3441
(30,52,65)
#17252D
(23,37,45)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #56ACE1

#56ACE1
(86,172,225)
#65B3E3
(101,179,227)
#74BAE5
(116,186,229)
#83C1E7
(131,193,231)
#92C8E9
(146,200,233)
#A1CFEB
(161,207,235)
#B0D6ED
(176,214,237)
#BFDDEF
(191,221,239)
#CEE4F1
(206,228,241)
#DDEBF3
(221,235,243)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56ACE1 color. Also use rgb(86,172,225) instead hex code.

Text Font Color

.myTextColor { color: #56ACE1; }

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

This text font color is #56ACE1.


Background Color

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

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

This div background color is #56ACE1.


Border color

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

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

This div border color is #56ACE1.


Opacity

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

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

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

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

This text has shadow with #56ACE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56ACE1 on black background.


Color preview on white background

This text has color #56ACE1 on white background.



Black color preview on #56ACE1 background

This text has black color on #56ACE1 background.


White color preview on #56ACE1 background

This text has white color on #56ACE1 background.