#57BEB8

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

Shades of Fountain Blue #57BEB8

Tints of Fountain Blue #57BEB8

Color information

#57BEB8 (or 0x57BEB8) is unknown color: approx Fountain Blue. HEX triplet: 57, BE and B8. RGB value is (87,190,184). Sum of RGB (Red+Green+Blue) = 87+190+184=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEB8 is #A84147. Grayscale: #9E9E9E. Windows color (decimal): -11026760 or 12107351. OLE color: 12107351.

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

Color convert

RGB87190184-
CMYK0.5400.030.25
HSL176.5º44.21%54.31%-
HSV(B)176.5º54.21%74.51%-
XYZ3142.3151.88-
YUV158.52142.3876.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.87%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=18.87%
G=41.21%
B=39.91%

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
Decimal871901840.5400.030.25176.544.2154.31
Hex57BEB8360319b12c36
Octal1272762706603312615466
Binary101011110111110101110001101100111100110110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,190,184); }

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

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

 a { background-color: rgb(87,190,184); }

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

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

 span { border-color: rgb(87,190,184); }

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