#57AEBA

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

Shades of Fountain Blue #57AEBA

Tints of Fountain Blue #57AEBA

Color information

#57AEBA (or 0x57AEBA) is unknown color: approx Fountain Blue. HEX triplet: 57, AE and BA. RGB value is (87,174,186). Sum of RGB (Red+Green+Blue) = 87+174+186=447 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.46% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #57AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AEBA is #A85145. Grayscale: #959595. Windows color (decimal): -11030854 or 12234327. OLE color: 12234327.

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

Color convert

RGB87174186-
CMYK0.530.0600.27
HSL187.27º41.77%53.53%-
HSV(B)187.27º53.23%72.94%-
XYZ27.9335.8451.9-
YUV149.35148.6883.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.46%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=19.46%
G=38.93%
B=41.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871741860.530.0600.27187.2741.7753.53
Hex57AEBA35601Bbb2a36
Octal1272562726560332735266
Binary1010111101011101011101011010111001101110111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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