COLOR #57ABFF

HEX: #57ABFF
RGB: (87,171,255)

Color info

#57ABFF contains mainly blue color. Web safe color of #57ABFF is #6699FF (or #69F).

RGB color model

#57ABFF color RGB value is (87,171,255).

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

RGB channels and saturation

R 87 of 255 = 34%
G 171 of 255 = 67%
B 255 of 255 = 100%

87
171
255

R + G + B ~ 67%. #57ABFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 171 + 255 = 513 (100%)
R 87 of 513 ~ 16.96%
G 171 of 513 ~ 33.33%
B 255 of 513 ~ 49.71%

%16.96
%33.33
%49.71

CMYK color model

#57ABFF color CMYK value is (66,33,0,0).

  • cyan value is 65.88%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(66,33,0,0)
C66M33Y0K0 
(66%,33%,0%,0%)
(0.66/0.33/0.00/0.00)	

CMYK percentages

%65.88
%32.94
%0
%0

Codes

Color #57ABFF in popluar color models

57ABFF
RGB87171255
HSL210°100.00%67.06%
HSB/HSV210°65.88%100.00%
CMYK65.88%32.94%0.00%
0.00%

Color #57ABFF in popluar number systems.

HEX57ABFF
Decimal87171255
Binary10101111010101111111111
Octal127253377

Shades and tints

Shades of #57ABFF

#57ABFF
(87,171,255)
#509CE8
(80,156,232)
#498DD1
(73,141,209)
#427EBA
(66,126,186)
#3B6FA3
(59,111,163)
#34608C
(52,96,140)
#2D5175
(45,81,117)
#26425E
(38,66,94)
#1F3347
(31,51,71)
#182430
(24,36,48)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #57ABFF

#57ABFF
(87,171,255)
#66B2FF
(102,178,255)
#75B9FF
(117,185,255)
#84C0FF
(132,192,255)
#93C7FF
(147,199,255)
#A2CEFF
(162,206,255)
#B1D5FF
(177,213,255)
#C0DCFF
(192,220,255)
#CFE3FF
(207,227,255)
#DEEAFF
(222,234,255)
#EDF1FF
(237,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57ABFF; }

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

This text font color is #57ABFF.


Background Color

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

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

This div background color is #57ABFF.


Border color

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

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

This div border color is #57ABFF.


Opacity

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

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

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

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

This text has shadow with #57ABFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57ABFF on black background.


Color preview on white background

This text has color #57ABFF on white background.



Black color preview on #57ABFF background

This text has black color on #57ABFF background.


White color preview on #57ABFF background

This text has white color on #57ABFF background.