COLOR #57B8CC

HEX: #57B8CC RGB: (87,184,204)

Color info

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

RGB color model

#57B8CC color RGB value is (87,184,204).

RGB: (87,184,204) (34%, 72%, 80%)

RGB channels and saturation

R 87 of 255 = 34%
G 184 of 255 = 72%
B 204 of 255 = 80%

87
184
204

R + G + B ~ 62%. #57B8CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 87 + 184 + 204 = 475 (100%)
R 87 of 475 ~ 18.32%
G 184 of 475 ~ 38.74%
B 204 of 475 ~ 42.95'%

%18.32
%38.74
%42.95

CMYK color model

#57B8CC color CMYK value is (57,10,0,20).

  • cyan value is 57.35%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (57,10,0,20)
C57M10Y0K20 (57%, 10%, 0%, 20%)
(0.57 / 0.10 / 0.00 / 0.20)

CMYK percentages

%57.35
%9.8
%0
%20

Codes

Color #57B8CC in popluar color models

57 B8 CC
RGB 87 184 204
HSL 190° 53.42% 57.06%
HSB/HSV 190° 57.35% 80.00%
CMYK 57.35% 9.80% 0.00%
20.00%

Color #57B8CC in popluar number systems.

HEX 57 B8 CC
Decimal 87 184 204
Binary 1010111 10111000 11001100
Octal 127 270 314

Shades and tints

Shades of #57B8CC

#57B8CC
(87,184,204)
#50A8BA
(80,168,186)
#4998A8
(73,152,168)
#428896
(66,136,150)
#3B7884
(59,120,132)
#346872
(52,104,114)
#2D5860
(45,88,96)
#26484E
(38,72,78)
#1F383C
(31,56,60)
#18282A
(24,40,42)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #57B8CC

#57B8CC
(87,184,204)
#66BED0
(102,190,208)
#75C4D4
(117,196,212)
#84CAD8
(132,202,216)
#93D0DC
(147,208,220)
#A2D6E0
(162,214,224)
#B1DCE4
(177,220,228)
#C0E2E8
(192,226,232)
#CFE8EC
(207,232,236)
#DEEEF0
(222,238,240)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B8CC color. Also use rgb(87,184,204) instead hex code.

Text Font Color

.myTextColor { color: #57B8CC; }

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

This text font color is #57B8CC.

Background Color

.myBgColor { background-color: #57B8CC; }

<div style="background-color:#57B8CC">Inner text</div>

This div background color is #57B8CC.

Border color

.myBorderColor { border: 1px solid #57B8CC; }

<div style="border:3px solid #57B8CC">Div</div>

This div border color is #57B8CC.

Opacity

.myOpacity80 { color: #57B8CC; opacity: 0.8; }

<p style="color:#57B8CC;opacity:0.8;">80%</p>

Text with #57B8CC 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 #57B8CC;}

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

This text has shadow with #57B8CC color.


.textShadow {text-shadow: 3px 3px 1px #57B8CC', 3px 3px 1px red;}

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

This text has shadow with #57B8CC primary color and red secondary color.


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

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

This text has shadow with #57B8CC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57B8CC; -webkit-box-shadow: 1px 1px 3px 2px #57B8CC; box-shadow:1px 1px 3px 2px #57B8CC;">
Div content here
</div>

This div box has shadow with color #57B8CC.

Preview

Color preview on black background

This text has color #57B8CC on black background.


Color preview on white background

This text has color #57B8CC on white background.


Black color preview on #57B8CC background

This text has black color on #57B8CC background.


White color preview on #57B8CC background

This text has white color on #57B8CC background.


Related colors

Complementary color

Complementary color for #hex is #A84733.


I love getcolorcode.com

Triadic colors

1 #CC57B8 and #B8CC57 with #57B8CC are triadic colors.

2 #CCB857 and #B857CC with #57B8CC are triadic colors.