Html Css Color HEX #59BCBE Fountain Blue

📋 copy color: '#59BCBE'

red 89 ◦ green 188 ◦ blue 190

#59BCBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #59BCBE

Tints of Fountain Blue #59BCBE

RGB

 RED value IS 89 (35.16% from 255) = 19.06%

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 19.06%
G = 40.26%
B = 40.69%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59BCBE (or 0x59BCBE) is known color: Fountain Blue. HEX triplet: 59, BC and BE. RGB value is (89,188,190). Sum of RGB (Red+Green+Blue) = 89+188+190=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #59BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCBE is #A64341. Grayscale: #9E9E9E. Windows color (decimal): -10896194 or 12500057. OLE color: 12500057.

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

Color convert

RGB 89 188 190 -
CMYK 0.53 0.01 0 0.25
HSL 181.19º 0.44% 0.55% -
HSV(B) 181.19º 0.53% 0.75% -
XYZ 31.4 41.81 55.13 -
YUV 158.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 89 188 190 0.53 0.01 0 0.25 181.19 0.44 0.55
Hex 59 BC BE 35 1 0 19 B5 2C 37
Octal 131 274 276 65 1 0 31 265 54 67
Binary 1011001 10111100 10111110 110101 1 0 11001 10110101 101100 110111

Color Harmonies of #59BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCBE

Black with #59BCBE

Text Example


Text Example

White with #59BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59BCBE;
 }
 .AnyTagClassName
 {
   color: #59BCBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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