#59BBBE

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

Shades of Fountain Blue #59BBBE

Tints of Fountain Blue #59BBBE

Color information

#59BBBE (or 0x59BBBE) is unknown color: approx Fountain Blue. HEX triplet: 59, BB and BE. RGB value is (89,187,190). Sum of RGB (Red+Green+Blue) = 89+187+190=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #59BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBBE is #A64441. Grayscale: #9D9D9D. Windows color (decimal): -10896450 or 12499801. OLE color: 12499801.

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

Color convert

RGB89187190-
CMYK0.530.0200.25
HSL181.78º43.72%54.71%-
HSV(B)181.78º53.16%74.51%-
XYZ31.1841.3855.06-
YUV158.04146.0378.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.10%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=19.10%
G=40.13%
B=40.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891871900.530.0200.25181.7843.7254.71
Hex59BBBE352019b62c37
Octal1312732766520312665467
Binary101100110111011101111101101011001100110110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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