#57BABA

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

Shades of Fountain Blue #57BABA

Tints of Fountain Blue #57BABA

Color information

#57BABA (or 0x57BABA) is unknown color: approx Fountain Blue. HEX triplet: 57, BA and BA. RGB value is (87,186,186). Sum of RGB (Red+Green+Blue) = 87+186+186=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #57BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BABA is #A84545. Grayscale: #9C9C9C. Windows color (decimal): -11027782 or 12237399. OLE color: 12237399.

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

Color convert

RGB87186186-
CMYK0.53000.27
HSL180º41.77%53.53%-
HSV(B)180º53.23%72.94%-
XYZ30.3540.6952.71-
YUV156.4144.778.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.95%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=18.95%
G=40.52%
B=40.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861860.53000.2718041.7753.53
Hex57BABA35001Bb42a36
Octal1272722726500332645266
Binary10101111011101010111010110101001101110110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,186,186); }

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

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

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

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

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

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

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