#59BDBE

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

Shades of Fountain Blue #59BDBE

Tints of Fountain Blue #59BDBE

Color information

#59BDBE (or 0x59BDBE) is unknown color: approx Fountain Blue. HEX triplet: 59, BD and BE. RGB value is (89,189,190). Sum of RGB (Red+Green+Blue) = 89+189+190=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #59BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDBE is #A64241. Grayscale: #9F9F9F. Windows color (decimal): -10895938 or 12500313. OLE color: 12500313.

HSL color Cylindrical-coordinate representation of color #59BDBE: hue angle of 180.59º 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 #59BDBE is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89189190-
CMYK0.530.0100.25
HSL180.59º43.72%54.71%-
HSV(B)180.59º53.16%74.51%-
XYZ31.6142.2455.2-
YUV159.21145.3777.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.02%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=19.02%
G=40.38%
B=40.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891891900.530.0100.25180.5943.7254.71
Hex59BDBE351019b52c37
Octal1312752766510312655467
Binary10110011011110110111110110101101100110110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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