COLOR #55ABCA

HEX: #55ABCA
RGB: (85,171,202)

Color info

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

RGB color model

#55ABCA color RGB value is (85,171,202).

  • red value is 85;
  • green value is 171;
  • blue value is 202.
RGB:
(85,171,202)
(33%,67%,79%)

RGB channels and saturation

R 85 of 255 = 33%
G 171 of 255 = 67%
B 202 of 255 = 79%

85
171
202

R + G + B ~ 60%. #55ABCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 171 + 202 = 458 (100%)
R 85 of 458 ~ 18.56%
G 171 of 458 ~ 37.34%
B 202 of 458 ~ 44.1%

%18.56
%37.34
%44.1

CMYK color model

#55ABCA color CMYK value is (58,15,0,21).

  • cyan value is 57.92%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(58,15,0,21)
C58M15Y0K21 
(58%,15%,0%,21%)
(0.58/0.15/0.00/0.21)	

CMYK percentages

%57.92
%15.35
%0
%20.78

Codes

Color #55ABCA in popluar color models

55ABCA
RGB85171202
HSL196°52.47%56.27%
HSB/HSV196°57.92%79.22%
CMYK57.92%15.35%0.00%
20.78%

Color #55ABCA in popluar number systems.

HEX55ABCA
Decimal85171202
Binary10101011010101111001010
Octal125253312

Shades and tints

Shades of #55ABCA

#55ABCA
(85,171,202)
#4E9CB8
(78,156,184)
#478DA6
(71,141,166)
#407E94
(64,126,148)
#396F82
(57,111,130)
#326070
(50,96,112)
#2B515E
(43,81,94)
#24424C
(36,66,76)
#1D333A
(29,51,58)
#162428
(22,36,40)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #55ABCA

#55ABCA
(85,171,202)
#64B2CE
(100,178,206)
#73B9D2
(115,185,210)
#82C0D6
(130,192,214)
#91C7DA
(145,199,218)
#A0CEDE
(160,206,222)
#AFD5E2
(175,213,226)
#BEDCE6
(190,220,230)
#CDE3EA
(205,227,234)
#DCEAEE
(220,234,238)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55ABCA color. Also use rgb(85,171,202) instead hex code.

Text Font Color

.myTextColor { color: #55ABCA; }

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

This text font color is #55ABCA.


Background Color

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

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

This div background color is #55ABCA.


Border color

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

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

This div border color is #55ABCA.


Opacity

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

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

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

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

This text has shadow with #55ABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55ABCA on black background.


Color preview on white background

This text has color #55ABCA on white background.



Black color preview on #55ABCA background

This text has black color on #55ABCA background.


White color preview on #55ABCA background

This text has white color on #55ABCA background.