#57B0B9

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

Shades of Fountain Blue #57B0B9

Tints of Fountain Blue #57B0B9

Color information

#57B0B9 (or 0x57B0B9) is unknown color: approx Fountain Blue. HEX triplet: 57, B0 and B9. RGB value is (87,176,185). Sum of RGB (Red+Green+Blue) = 87+176+185=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #57B0B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0B9 is #A84F46. Grayscale: #969696. Windows color (decimal): -11030343 or 12169303. OLE color: 12169303.

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

Color convert

RGB87176185-
CMYK0.530.0500.27
HSL185.51º41.18%53.33%-
HSV(B)185.51º52.97%72.55%-
XYZ28.2136.5851.47-
YUV150.42147.5182.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.42%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=19.42%
G=39.29%
B=41.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871761850.530.0500.27185.5141.1853.33
Hex57B0B935501Bba2935
Octal1272602716550332725165
Binary1010111101100001011100111010110101101110111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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