#59B9BE

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

Shades of Fountain Blue #59B9BE

Tints of Fountain Blue #59B9BE

Color information

#59B9BE (or 0x59B9BE) is unknown color: approx Fountain Blue. HEX triplet: 59, B9 and BE. RGB value is (89,185,190). Sum of RGB (Red+Green+Blue) = 89+185+190=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #59B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B9BE is #A64641. Grayscale: #9C9C9C. Windows color (decimal): -10896962 or 12499289. OLE color: 12499289.

HSL color Cylindrical-coordinate representation of color #59B9BE: hue angle of 182.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59B9BE is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89185190-
CMYK0.530.0300.25
HSL182.97º43.72%54.71%-
HSV(B)182.97º53.16%74.51%-
XYZ30.7640.5454.92-
YUV156.87146.779.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.18%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=19.18%
G=39.87%
B=40.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891851900.530.0300.25182.9743.7254.71
Hex59B9BE353019b72c37
Octal1312712766530312675467
Binary101100110111001101111101101011101100110110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,185,190); }

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

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

 a { background-color: rgb(89,185,190); }

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

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

 span { border-color: rgb(89,185,190); }

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