COLOR #57BAFA

HEX: #57BAFA
RGB: (87,186,250)

Color info

#57BAFA contains mainly blue color. Web safe color of #57BAFA is #66CCFF (or #6CF).

RGB color model

#57BAFA color RGB value is (87,186,250).

  • red value is 87;
  • green value is 186;
  • blue value is 250.
RGB:
(87,186,250)
(34%,73%,98%)

RGB channels and saturation

R 87 of 255 = 34%
G 186 of 255 = 73%
B 250 of 255 = 98%

87
186
250

R + G + B ~ 68%. #57BAFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 186 + 250 = 523 (100%)
R 87 of 523 ~ 16.63%
G 186 of 523 ~ 35.56%
B 250 of 523 ~ 47.8%

%16.63
%35.56
%47.8

CMYK color model

#57BAFA color CMYK value is (65,26,0,2).

  • cyan value is 65.20%
  • magenta value is 25.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(65,26,0,2)
C65M26Y0K2 
(65%,26%,0%,2%)
(0.65/0.26/0.00/0.02)	

CMYK percentages

%65.2
%25.6
%0
%1.96

Codes

Color #57BAFA in popluar color models

57BAFA
RGB87186250
HSL204°94.22%66.08%
HSB/HSV204°65.20%98.04%
CMYK65.20%25.60%0.00%
1.96%

Color #57BAFA in popluar number systems.

HEX57BAFA
Decimal87186250
Binary10101111011101011111010
Octal127272372

Shades and tints

Shades of #57BAFA

#57BAFA
(87,186,250)
#50AAE4
(80,170,228)
#499ACE
(73,154,206)
#428AB8
(66,138,184)
#3B7AA2
(59,122,162)
#346A8C
(52,106,140)
#2D5A76
(45,90,118)
#264A60
(38,74,96)
#1F3A4A
(31,58,74)
#182A34
(24,42,52)
#111A1E
(17,26,30)
#000000
(0,0,0)

Tints of #57BAFA

#57BAFA
(87,186,250)
#66C0FA
(102,192,250)
#75C6FA
(117,198,250)
#84CCFA
(132,204,250)
#93D2FA
(147,210,250)
#A2D8FA
(162,216,250)
#B1DEFA
(177,222,250)
#C0E4FA
(192,228,250)
#CFEAFA
(207,234,250)
#DEF0FA
(222,240,250)
#EDF6FA
(237,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57BAFA color. Also use rgb(87,186,250) instead hex code.

Text Font Color

.myTextColor { color: #57BAFA; }

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

This text font color is #57BAFA.


Background Color

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

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

This div background color is #57BAFA.


Border color

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

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

This div border color is #57BAFA.


Opacity

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

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

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

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

This text has shadow with #57BAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57BAFA on black background.


Color preview on white background

This text has color #57BAFA on white background.



Black color preview on #57BAFA background

This text has black color on #57BAFA background.


White color preview on #57BAFA background

This text has white color on #57BAFA background.