COLOR #55A8D6

HEX: #55A8D6
RGB: (85,168,214)

Color info

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

RGB color model

#55A8D6 color RGB value is (85,168,214).

  • red value is 85;
  • green value is 168;
  • blue value is 214.
RGB:
(85,168,214)
(33%,66%,84%)

RGB channels and saturation

R 85 of 255 = 33%
G 168 of 255 = 66%
B 214 of 255 = 84%

85
168
214

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

Portions of RGB colors in percentages

R + G + B =
85 + 168 + 214 = 467 (100%)
R 85 of 467 ~ 18.2%
G 168 of 467 ~ 35.97%
B 214 of 467 ~ 45.82%

%18.2
%35.97
%45.82

CMYK color model

#55A8D6 color CMYK value is (60,21,0,16).

  • cyan value is 60.28%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(60,21,0,16)
C60M21Y0K16 
(60%,21%,0%,16%)
(0.60/0.21/0.00/0.16)	

CMYK percentages

%60.28
%21.5
%0
%16.08

Codes

Color #55A8D6 in popluar color models

55A8D6
RGB85168214
HSL201°61.14%58.63%
HSB/HSV201°60.28%83.92%
CMYK60.28%21.50%0.00%
16.08%

Color #55A8D6 in popluar number systems.

HEX55A8D6
Decimal85168214
Binary10101011010100011010110
Octal125250326

Shades and tints

Shades of #55A8D6

#55A8D6
(85,168,214)
#4E99C3
(78,153,195)
#478AB0
(71,138,176)
#407B9D
(64,123,157)
#396C8A
(57,108,138)
#325D77
(50,93,119)
#2B4E64
(43,78,100)
#243F51
(36,63,81)
#1D303E
(29,48,62)
#16212B
(22,33,43)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #55A8D6

#55A8D6
(85,168,214)
#64AFD9
(100,175,217)
#73B6DC
(115,182,220)
#82BDDF
(130,189,223)
#91C4E2
(145,196,226)
#A0CBE5
(160,203,229)
#AFD2E8
(175,210,232)
#BED9EB
(190,217,235)
#CDE0EE
(205,224,238)
#DCE7F1
(220,231,241)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A8D6 color. Also use rgb(85,168,214) instead hex code.

Text Font Color

.myTextColor { color: #55A8D6; }

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

This text font color is #55A8D6.


Background Color

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

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

This div background color is #55A8D6.


Border color

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

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

This div border color is #55A8D6.


Opacity

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

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

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

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

This text has shadow with #55A8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A8D6 on black background.


Color preview on white background

This text has color #55A8D6 on white background.



Black color preview on #55A8D6 background

This text has black color on #55A8D6 background.


White color preview on #55A8D6 background

This text has white color on #55A8D6 background.