COLOR #55B0D2

HEX: #55B0D2
RGB: (85,176,210)

Color info

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

RGB color model

#55B0D2 color RGB value is (85,176,210).

  • red value is 85;
  • green value is 176;
  • blue value is 210.
RGB:
(85,176,210)
(33%,69%,82%)

RGB channels and saturation

R 85 of 255 = 33%
G 176 of 255 = 69%
B 210 of 255 = 82%

85
176
210

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

Portions of RGB colors in percentages

R + G + B =
85 + 176 + 210 = 471 (100%)
R 85 of 471 ~ 18.05%
G 176 of 471 ~ 37.37%
B 210 of 471 ~ 44.59%

%18.05
%37.37
%44.59

CMYK color model

#55B0D2 color CMYK value is (60,16,0,18).

  • cyan value is 59.52%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(60,16,0,18)
C60M16Y0K18 
(60%,16%,0%,18%)
(0.60/0.16/0.00/0.18)	

CMYK percentages

%59.52
%16.19
%0
%17.65

Codes

Color #55B0D2 in popluar color models

55B0D2
RGB85176210
HSL196°58.14%57.84%
HSB/HSV196°59.52%82.35%
CMYK59.52%16.19%0.00%
17.65%

Color #55B0D2 in popluar number systems.

HEX55B0D2
Decimal85176210
Binary10101011011000011010010
Octal125260322

Shades and tints

Shades of #55B0D2

#55B0D2
(85,176,210)
#4EA0BF
(78,160,191)
#4790AC
(71,144,172)
#408099
(64,128,153)
#397086
(57,112,134)
#326073
(50,96,115)
#2B5060
(43,80,96)
#24404D
(36,64,77)
#1D303A
(29,48,58)
#162027
(22,32,39)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #55B0D2

#55B0D2
(85,176,210)
#64B7D6
(100,183,214)
#73BEDA
(115,190,218)
#82C5DE
(130,197,222)
#91CCE2
(145,204,226)
#A0D3E6
(160,211,230)
#AFDAEA
(175,218,234)
#BEE1EE
(190,225,238)
#CDE8F2
(205,232,242)
#DCEFF6
(220,239,246)
#EBF6FA
(235,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B0D2 color. Also use rgb(85,176,210) instead hex code.

Text Font Color

.myTextColor { color: #55B0D2; }

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

This text font color is #55B0D2.


Background Color

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

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

This div background color is #55B0D2.


Border color

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

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

This div border color is #55B0D2.


Opacity

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

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

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

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

This text has shadow with #55B0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B0D2 on black background.


Color preview on white background

This text has color #55B0D2 on white background.



Black color preview on #55B0D2 background

This text has black color on #55B0D2 background.


White color preview on #55B0D2 background

This text has white color on #55B0D2 background.