#57b7bb

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

Shades of Fountain Blue #57B7BB

Tints of Fountain Blue #57B7BB

Color information

#57B7BB (or 0x57B7BB) is unknown color: approx Fountain Blue. HEX triplet: 57, B7 and BB. RGB value is (87,183,187). Sum of RGB (Red+Green+Blue) = 87+183+187=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #57B7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B7BB is #A84844. Grayscale: #9A9A9A. Windows color (decimal): -11028549 or 12302167. OLE color: 12302167.

HSL color Cylindrical-coordinate representation of color #57B7BB: hue angle of 182.4º 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 #57B7BB is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87183187-
CMYK0.530.0200.27
HSL182.4º42.37%53.73%-
HSV(B)182.4º53.48%73.33%-
XYZ29.8339.4853.06-
YUV154.75146.279.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.04%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=19.04%
G=40.04%
B=40.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871831870.530.0200.27182.442.3753.73
Hex57B7BB35201Bb62a36
Octal1272672736520332665266
Binary101011110110111101110111101011001101110110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57b7bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,183,187); }

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

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

 a { background-color: rgb(87,183,187); }

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

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

 span { border-color: rgb(87,183,187); }

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