COLOR #55BAD3

HEX: #55BAD3
RGB: (85,186,211)

Color info

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

RGB color model

#55BAD3 color RGB value is (85,186,211).

  • red value is 85;
  • green value is 186;
  • blue value is 211.
RGB:
(85,186,211)
(33%,73%,83%)

RGB channels and saturation

R 85 of 255 = 33%
G 186 of 255 = 73%
B 211 of 255 = 83%

85
186
211

R + G + B ~ 63%. #55BAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 186 + 211 = 482 (100%)
R 85 of 482 ~ 17.63%
G 186 of 482 ~ 38.59%
B 211 of 482 ~ 43.78%

%17.63
%38.59
%43.78

CMYK color model

#55BAD3 color CMYK value is (60,12,0,17).

  • cyan value is 59.72%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(60,12,0,17)
C60M12Y0K17 
(60%,12%,0%,17%)
(0.60/0.12/0.00/0.17)	

CMYK percentages

%59.72
%11.85
%0
%17.25

Codes

Color #55BAD3 in popluar color models

55BAD3
RGB85186211
HSL192°58.88%58.04%
HSB/HSV192°59.72%82.75%
CMYK59.72%11.85%0.00%
17.25%

Color #55BAD3 in popluar number systems.

HEX55BAD3
Decimal85186211
Binary10101011011101011010011
Octal125272323

Shades and tints

Shades of #55BAD3

#55BAD3
(85,186,211)
#4EAAC0
(78,170,192)
#479AAD
(71,154,173)
#408A9A
(64,138,154)
#397A87
(57,122,135)
#326A74
(50,106,116)
#2B5A61
(43,90,97)
#244A4E
(36,74,78)
#1D3A3B
(29,58,59)
#162A28
(22,42,40)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #55BAD3

#55BAD3
(85,186,211)
#64C0D7
(100,192,215)
#73C6DB
(115,198,219)
#82CCDF
(130,204,223)
#91D2E3
(145,210,227)
#A0D8E7
(160,216,231)
#AFDEEB
(175,222,235)
#BEE4EF
(190,228,239)
#CDEAF3
(205,234,243)
#DCF0F7
(220,240,247)
#EBF6FB
(235,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BAD3 color. Also use rgb(85,186,211) instead hex code.

Text Font Color

.myTextColor { color: #55BAD3; }

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

This text font color is #55BAD3.


Background Color

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

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

This div background color is #55BAD3.


Border color

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

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

This div border color is #55BAD3.


Opacity

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

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

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

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

This text has shadow with #55BAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55BAD3 on black background.


Color preview on white background

This text has color #55BAD3 on white background.



Black color preview on #55BAD3 background

This text has black color on #55BAD3 background.


White color preview on #55BAD3 background

This text has white color on #55BAD3 background.