COLOR #55A8D8

HEX: #55A8D8
RGB: (85,168,216)

Color info

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

RGB color model

#55A8D8 color RGB value is (85,168,216).

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

RGB channels and saturation

R 85 of 255 = 33%
G 168 of 255 = 66%
B 216 of 255 = 85%

85
168
216

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

Portions of RGB colors in percentages

R + G + B =
85 + 168 + 216 = 469 (100%)
R 85 of 469 ~ 18.12%
G 168 of 469 ~ 35.82%
B 216 of 469 ~ 46.06%

%18.12
%35.82
%46.06

CMYK color model

#55A8D8 color CMYK value is (61,22,0,15).

  • cyan value is 60.65%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(61,22,0,15)
C61M22Y0K15 
(61%,22%,0%,15%)
(0.61/0.22/0.00/0.15)	

CMYK percentages

%60.65
%22.22
%0
%15.29

Codes

Color #55A8D8 in popluar color models

55A8D8
RGB85168216
HSL202°62.68%59.02%
HSB/HSV202°60.65%84.71%
CMYK60.65%22.22%0.00%
15.29%

Color #55A8D8 in popluar number systems.

HEX55A8D8
Decimal85168216
Binary10101011010100011011000
Octal125250330

Shades and tints

Shades of #55A8D8

#55A8D8
(85,168,216)
#4E99C5
(78,153,197)
#478AB2
(71,138,178)
#407B9F
(64,123,159)
#396C8C
(57,108,140)
#325D79
(50,93,121)
#2B4E66
(43,78,102)
#243F53
(36,63,83)
#1D3040
(29,48,64)
#16212D
(22,33,45)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #55A8D8

#55A8D8
(85,168,216)
#64AFDB
(100,175,219)
#73B6DE
(115,182,222)
#82BDE1
(130,189,225)
#91C4E4
(145,196,228)
#A0CBE7
(160,203,231)
#AFD2EA
(175,210,234)
#BED9ED
(190,217,237)
#CDE0F0
(205,224,240)
#DCE7F3
(220,231,243)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55A8D8; }

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

This text font color is #55A8D8.


Background Color

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

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

This div background color is #55A8D8.


Border color

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

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

This div border color is #55A8D8.


Opacity

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

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

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

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

This text has shadow with #55A8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A8D8 on black background.


Color preview on white background

This text has color #55A8D8 on white background.



Black color preview on #55A8D8 background

This text has black color on #55A8D8 background.


White color preview on #55A8D8 background

This text has white color on #55A8D8 background.