COLOR #55BDC2

HEX: #55BDC2
RGB: (85,189,194)

Color info

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

RGB color model

#55BDC2 color RGB value is (85,189,194).

  • red value is 85;
  • green value is 189;
  • blue value is 194.
RGB:
(85,189,194)
(33%,74%,76%)

RGB channels and saturation

R 85 of 255 = 33%
G 189 of 255 = 74%
B 194 of 255 = 76%

85
189
194

R + G + B ~ 61%. #55BDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 189 + 194 = 468 (100%)
R 85 of 468 ~ 18.16%
G 189 of 468 ~ 40.38%
B 194 of 468 ~ 41.45%

%18.16
%40.38
%41.45

CMYK color model

#55BDC2 color CMYK value is (56,3,0,24).

  • cyan value is 56.19%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(56,3,0,24)
C56M3Y0K24 
(56%,3%,0%,24%)
(0.56/0.03/0.00/0.24)	

CMYK percentages

%56.19
%2.58
%0
%23.92

Codes

Color #55BDC2 in popluar color models

55BDC2
RGB85189194
HSL183°47.19%54.71%
HSB/HSV183°56.19%76.08%
CMYK56.19%2.58%0.00%
23.92%

Color #55BDC2 in popluar number systems.

HEX55BDC2
Decimal85189194
Binary10101011011110111000010
Octal125275302

Shades and tints

Shades of #55BDC2

#55BDC2
(85,189,194)
#4EACB1
(78,172,177)
#479BA0
(71,155,160)
#408A8F
(64,138,143)
#39797E
(57,121,126)
#32686D
(50,104,109)
#2B575C
(43,87,92)
#24464B
(36,70,75)
#1D353A
(29,53,58)
#162429
(22,36,41)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #55BDC2

#55BDC2
(85,189,194)
#64C3C7
(100,195,199)
#73C9CC
(115,201,204)
#82CFD1
(130,207,209)
#91D5D6
(145,213,214)
#A0DBDB
(160,219,219)
#AFE1E0
(175,225,224)
#BEE7E5
(190,231,229)
#CDEDEA
(205,237,234)
#DCF3EF
(220,243,239)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BDC2 color. Also use rgb(85,189,194) instead hex code.

Text Font Color

.myTextColor { color: #55BDC2; }

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

This text font color is #55BDC2.


Background Color

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

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

This div background color is #55BDC2.


Border color

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

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

This div border color is #55BDC2.


Opacity

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

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

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

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

This text has shadow with #55BDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55BDC2 on black background.


Color preview on white background

This text has color #55BDC2 on white background.



Black color preview on #55BDC2 background

This text has black color on #55BDC2 background.


White color preview on #55BDC2 background

This text has white color on #55BDC2 background.