COLOR #56BEE1

HEX: #56BEE1 RGB: (86,190,225)

Color info

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

RGB color model

#56BEE1 color RGB value is (86,190,225).

RGB: (86,190,225) (34%, 75%, 88%)

RGB channels and saturation

R 86 of 255 = 34%
G 190 of 255 = 75%
B 225 of 255 = 88%

86
190
225

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

Portions of RGB colors in percentages

R + G + B = 86 + 190 + 225 = 501 (100%)
R 86 of 501 ~ 17.17%
G 190 of 501 ~ 37.92%
B 225 of 501 ~ 44.91'%

%17.17
%37.92
%44.91

CMYK color model

#56BEE1 color CMYK value is (62,16,0,12).

  • cyan value is 61.78%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (62,16,0,12)
C62M16Y0K12 (62%, 16%, 0%, 12%)
(0.62 / 0.16 / 0.00 / 0.12)

CMYK percentages

%61.78
%15.56
%0
%11.76

Codes

Color #56BEE1 in popluar color models

56 BE E1
RGB 86 190 225
HSL 195° 69.85% 60.98%
HSB/HSV 195° 61.78% 88.24%
CMYK 61.78% 15.56% 0.00%
11.76%

Color #56BEE1 in popluar number systems.

HEX 56 BE E1
Decimal 86 190 225
Binary 1010110 10111110 11100001
Octal 126 276 341

Shades and tints

Shades of #56BEE1

#56BEE1
(86,190,225)
#4FADCD
(79,173,205)
#489CB9
(72,156,185)
#418BA5
(65,139,165)
#3A7A91
(58,122,145)
#33697D
(51,105,125)
#2C5869
(44,88,105)
#254755
(37,71,85)
#1E3641
(30,54,65)
#17252D
(23,37,45)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #56BEE1

#56BEE1
(86,190,225)
#65C3E3
(101,195,227)
#74C8E5
(116,200,229)
#83CDE7
(131,205,231)
#92D2E9
(146,210,233)
#A1D7EB
(161,215,235)
#B0DCED
(176,220,237)
#BFE1EF
(191,225,239)
#CEE6F1
(206,230,241)
#DDEBF3
(221,235,243)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56BEE1; }

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

This text font color is #56BEE1.

Background Color

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

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

This div background color is #56BEE1.

Border color

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

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

This div border color is #56BEE1.

Opacity

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

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

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

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

This text has shadow with #56BEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56BEE1.

Preview

Color preview on black background

This text has color #56BEE1 on black background.


Color preview on white background

This text has color #56BEE1 on white background.


Black color preview on #56BEE1 background

This text has black color on #56BEE1 background.


White color preview on #56BEE1 background

This text has white color on #56BEE1 background.


Related colors

Complementary color

Complementary color for #hex is #A9411E.


I love getcolorcode.com

Triadic colors

1 #E156BE and #BEE156 with #56BEE1 are triadic colors.

2 #E1BE56 and #BE56E1 with #56BEE1 are triadic colors.