#57AFBA

Color #57AFBA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #57AFBA

Tints of Fountain Blue #57AFBA

Color information

#57AFBA (or 0x57AFBA) is unknown color: approx Fountain Blue. HEX triplet: 57, AF and BA. RGB value is (87,175,186). Sum of RGB (Red+Green+Blue) = 87+175+186=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #57AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFBA is #A85045. Grayscale: #959595. Windows color (decimal): -11030598 or 12234583. OLE color: 12234583.

HSL color Cylindrical-coordinate representation of color #57AFBA: hue angle of 186.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57AFBA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87175186-
CMYK0.530.0600.27
HSL186.67º41.77%53.53%-
HSV(B)186.67º53.23%72.94%-
XYZ28.1236.2351.97-
YUV149.94148.3583.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 19.42%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=19.42%
G=39.06%
B=41.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871751860.530.0600.27186.6741.7753.53
Hex57AFBA35601Bbb2a36
Octal1272572726560332735266
Binary1010111101011111011101011010111001101110111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57AFBA; }

 p { color: rgb(87,175,186); }

 H1.HeaderClassName
 {
   color: #57AFBA;
 }
 .AnyTagClassName
 {
   color: #57AFBA;
 }
</style>
background-color css

<style>
 a { background-color: #57AFBA; }

 a { background-color: rgb(87,175,186); }

 div.DivClassName
 {
   background-color: #57AFBA;
 }
 .BgClassName
 {
   background-color: #57AFBA;
 }
</style>
border-color css

<style>
 span { border-color: #57AFBA; }

 span { border-color: rgb(87,175,186); }

 td.TdClassName
 {
   border-color: #57AFBA;
 }
 .TagClassName
 {
   border-color: #57AFBA;
 }
</style>