COLOR #57D4FF

HEX: #57D4FF
RGB: (87,212,255)

Color info

#57D4FF contains mainly green and blue colors. Web safe color of #57D4FF is #66CCFF (or #6CF).

RGB color model

#57D4FF color RGB value is (87,212,255).

  • red value is 87;
  • green value is 212;
  • blue value is 255.
RGB:
(87,212,255)
(34%,83%,100%)

RGB channels and saturation

R 87 of 255 = 34%
G 212 of 255 = 83%
B 255 of 255 = 100%

87
212
255

R + G + B ~ 72%. #57D4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 212 + 255 = 554 (100%)
R 87 of 554 ~ 15.7%
G 212 of 554 ~ 38.27%
B 255 of 554 ~ 46.03%

%15.7
%38.27
%46.03

CMYK color model

#57D4FF color CMYK value is (66,17,0,0).

  • cyan value is 65.88%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(66,17,0,0)
C66M17Y0K0 
(66%,17%,0%,0%)
(0.66/0.17/0.00/0.00)	

CMYK percentages

%65.88
%16.86
%0
%0

Codes

Color #57D4FF in popluar color models

57D4FF
RGB87212255
HSL195°100.00%67.06%
HSB/HSV195°65.88%100.00%
CMYK65.88%16.86%0.00%
0.00%

Color #57D4FF in popluar number systems.

HEX57D4FF
Decimal87212255
Binary10101111101010011111111
Octal127324377

Shades and tints

Shades of #57D4FF

#57D4FF
(87,212,255)
#50C1E8
(80,193,232)
#49AED1
(73,174,209)
#429BBA
(66,155,186)
#3B88A3
(59,136,163)
#34758C
(52,117,140)
#2D6275
(45,98,117)
#264F5E
(38,79,94)
#1F3C47
(31,60,71)
#182930
(24,41,48)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #57D4FF

#57D4FF
(87,212,255)
#66D7FF
(102,215,255)
#75DAFF
(117,218,255)
#84DDFF
(132,221,255)
#93E0FF
(147,224,255)
#A2E3FF
(162,227,255)
#B1E6FF
(177,230,255)
#C0E9FF
(192,233,255)
#CFECFF
(207,236,255)
#DEEFFF
(222,239,255)
#EDF2FF
(237,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57D4FF color. Also use rgb(87,212,255) instead hex code.

Text Font Color

.myTextColor { color: #57D4FF; }

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

This text font color is #57D4FF.


Background Color

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

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

This div background color is #57D4FF.


Border color

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

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

This div border color is #57D4FF.


Opacity

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

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

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

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

This text has shadow with #57D4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D4FF on black background.


Color preview on white background

This text has color #57D4FF on white background.



Black color preview on #57D4FF background

This text has black color on #57D4FF background.


White color preview on #57D4FF background

This text has white color on #57D4FF background.