#59ABBB

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

Shades of Fountain Blue #59ABBB

Tints of Fountain Blue #59ABBB

Color information

#59ABBB (or 0x59ABBB) is unknown color: approx Fountain Blue. HEX triplet: 59, AB and BB. RGB value is (89,171,187). Sum of RGB (Red+Green+Blue) = 89+171+187=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #59ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABBB is #A65444. Grayscale: #949494. Windows color (decimal): -10900549 or 12299097. OLE color: 12299097.

HSL color Cylindrical-coordinate representation of color #59ABBB: hue angle of 189.8º 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 #59ABBB is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89171187-
CMYK0.520.0900.27
HSL189.8º41.88%54.12%-
HSV(B)189.8º52.41%73.33%-
XYZ27.6534.8452.28-
YUV148.31149.8385.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=19.91%
G=38.26%
B=41.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891711870.520.0900.27189.841.8854.12
Hex59ABBB34901Bbe2a36
Octal13125327364110332765266
Binary10110011010101110111011110100100101101110111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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