#57BFB9

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

Shades of Fountain Blue #57BFB9

Tints of Fountain Blue #57BFB9

Color information

#57BFB9 (or 0x57BFB9) is unknown color: approx Fountain Blue. HEX triplet: 57, BF and B9. RGB value is (87,191,185). Sum of RGB (Red+Green+Blue) = 87+191+185=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #57BFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFB9 is #A84046. Grayscale: #9F9F9F. Windows color (decimal): -11026503 or 12173143. OLE color: 12173143.

HSL color Cylindrical-coordinate representation of color #57BFB9: hue angle of 176.54º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BFB9 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB87191185-
CMYK0.5400.030.25
HSL176.54º44.83%54.51%-
HSV(B)176.54º54.45%74.9%-
XYZ31.3242.7952.51-
YUV159.22142.5476.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.79%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=18.79%
G=41.25%
B=39.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871911850.5400.030.25176.5444.8354.51
Hex57BFB9360319b12d37
Octal1272772716603312615567
Binary101011110111111101110011101100111100110110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,191,185); }

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

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

 a { background-color: rgb(87,191,185); }

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

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

 span { border-color: rgb(87,191,185); }

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