#57B8B9

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

Shades of Fountain Blue #57B8B9

Tints of Fountain Blue #57B8B9

Color information

#57B8B9 (or 0x57B8B9) is unknown color: approx Fountain Blue. HEX triplet: 57, B8 and B9. RGB value is (87,184,185). Sum of RGB (Red+Green+Blue) = 87+184+185=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #57B8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8B9 is #A84746. Grayscale: #9B9B9B. Windows color (decimal): -11028295 or 12171351. OLE color: 12171351.

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

Color convert

RGB87184185-
CMYK0.530.0100.27
HSL180.61º41.18%53.33%-
HSV(B)180.61º52.97%72.55%-
XYZ29.8339.8152.01-
YUV155.11144.8679.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.08%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=19.08%
G=40.35%
B=40.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871841850.530.0100.27180.6141.1853.33
Hex57B8B935101Bb52935
Octal1272702716510332655165
Binary10101111011100010111001110101101101110110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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