COLOR #55B6E6

HEX: #55B6E6
RGB: (85,182,230)

Color info

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

RGB color model

#55B6E6 color RGB value is (85,182,230).

  • red value is 85;
  • green value is 182;
  • blue value is 230.
RGB:
(85,182,230)
(33%,71%,90%)

RGB channels and saturation

R 85 of 255 = 33%
G 182 of 255 = 71%
B 230 of 255 = 90%

85
182
230

R + G + B ~ 65%. #55B6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 182 + 230 = 497 (100%)
R 85 of 497 ~ 17.1%
G 182 of 497 ~ 36.62%
B 230 of 497 ~ 46.28%

%17.1
%36.62
%46.28

CMYK color model

#55B6E6 color CMYK value is (63,21,0,10).

  • cyan value is 63.04%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(63,21,0,10)
C63M21Y0K10 
(63%,21%,0%,10%)
(0.63/0.21/0.00/0.10)	

CMYK percentages

%63.04
%20.87
%0
%9.8

Codes

Color #55B6E6 in popluar color models

55B6E6
RGB85182230
HSL200°74.36%61.76%
HSB/HSV200°63.04%90.20%
CMYK63.04%20.87%0.00%
9.80%

Color #55B6E6 in popluar number systems.

HEX55B6E6
Decimal85182230
Binary10101011011011011100110
Octal125266346

Shades and tints

Shades of #55B6E6

#55B6E6
(85,182,230)
#4EA6D2
(78,166,210)
#4796BE
(71,150,190)
#4086AA
(64,134,170)
#397696
(57,118,150)
#326682
(50,102,130)
#2B566E
(43,86,110)
#24465A
(36,70,90)
#1D3646
(29,54,70)
#162632
(22,38,50)
#0F161E
(15,22,30)
#000000
(0,0,0)

Tints of #55B6E6

#55B6E6
(85,182,230)
#64BCE8
(100,188,232)
#73C2EA
(115,194,234)
#82C8EC
(130,200,236)
#91CEEE
(145,206,238)
#A0D4F0
(160,212,240)
#AFDAF2
(175,218,242)
#BEE0F4
(190,224,244)
#CDE6F6
(205,230,246)
#DCECF8
(220,236,248)
#EBF2FA
(235,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B6E6 color. Also use rgb(85,182,230) instead hex code.

Text Font Color

.myTextColor { color: #55B6E6; }

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

This text font color is #55B6E6.


Background Color

.myBgColor { background-color: #55B6E6; }

<div style="background-color:#55B6E6">Inner text</div>

This div background color is #55B6E6.


Border color

.myBorderColor { border: 1px solid #55B6E6; }

<div style="border:3px solid #55B6E6">Div</div>

This div border color is #55B6E6.


Opacity

.myOpacity80 { color: #55B6E6; opacity: 0.8; }

<p style="color:#55B6E6;opacity:0.8;">80%</p>

Text with #55B6E6 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 #55B6E6;}

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

This text has shadow with #55B6E6 color.

.textShadow {text-shadow: 3px 3px 1px #55B6E6, 3px 3px 1px red;}

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

This text has shadow with #55B6E6 primary color and red secondary color.


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

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

This text has shadow with #55B6E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B6E6 on black background.


Color preview on white background

This text has color #55B6E6 on white background.



Black color preview on #55B6E6 background

This text has black color on #55B6E6 background.


White color preview on #55B6E6 background

This text has white color on #55B6E6 background.