#59AEBB

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

Shades of Fountain Blue #59AEBB

Tints of Fountain Blue #59AEBB

Color information

#59AEBB (or 0x59AEBB) is unknown color: approx Fountain Blue. HEX triplet: 59, AE and BB. RGB value is (89,174,187). Sum of RGB (Red+Green+Blue) = 89+174+187=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #59AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEBB is #A65144. Grayscale: #959595. Windows color (decimal): -10899781 or 12299865. OLE color: 12299865.

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

Color convert

RGB89174187-
CMYK0.520.0700.27
HSL187.96º41.88%54.12%-
HSV(B)187.96º52.41%73.33%-
XYZ28.2335.9852.47-
YUV150.07148.8484.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=19.78%
G=38.67%
B=41.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891741870.520.0700.27187.9641.8854.12
Hex59AEBB34701Bbc2a36
Octal1312562736470332745266
Binary1011001101011101011101111010011101101110111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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