#59AEBC

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

Shades of Fountain Blue #59AEBC

Tints of Fountain Blue #59AEBC

Color information

#59AEBC (or 0x59AEBC) is unknown color: approx Fountain Blue. HEX triplet: 59, AE and BC. RGB value is (89,174,188). Sum of RGB (Red+Green+Blue) = 89+174+188=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #59AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEBC is #A65143. Grayscale: #969696. Windows color (decimal): -10899780 or 12365401. OLE color: 12365401.

HSL color Cylindrical-coordinate representation of color #59AEBC: hue angle of 188.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59AEBC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89174188-
CMYK0.530.0700.26
HSL188.48º42.49%54.31%-
HSV(B)188.48º52.66%73.73%-
XYZ28.3336.0353.04-
YUV150.18149.3484.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.73%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=19.73%
G=38.58%
B=41.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891741880.530.0700.26188.4842.4954.31
Hex59AEBC35701Abc2a36
Octal1312562746570322745266
Binary1011001101011101011110011010111101101010111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59AEBC; }

 p { color: rgb(89,174,188); }

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

<style>
 a { background-color: #59AEBC; }

 a { background-color: rgb(89,174,188); }

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

<style>
 span { border-color: #59AEBC; }

 span { border-color: rgb(89,174,188); }

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