Html Css Color HEX #59BBBC Fountain Blue

📋 copy color: '#59BBBC'

red 89 ◦ green 187 ◦ blue 188

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

Shades of Fountain Blue #59BBBC

Tints of Fountain Blue #59BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.3%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 19.18%
G = 40.3%
B = 40.52%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#59BBBC (or 0x59BBBC) is known color: Fountain Blue. HEX triplet: 59, BB and BC. RGB value is (89,187,188). Sum of RGB (Red+Green+Blue) = 89+187+188=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #59BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBBC is #A64443. Grayscale: #9D9D9D. Windows color (decimal): -10896452 or 12368729. OLE color: 12368729.

HSL color Cylindrical-coordinate representation of color #59BBBC: hue angle of 180.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BBBC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 187 188 -
CMYK 0.53 0.01 0 0.26
HSL 180.61º 0.42% 0.54% -
HSV(B) 180.61º 0.53% 0.74% -
XYZ 30.97 41.3 53.92 -
YUV 157.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 89 187 188 0.53 0.01 0 0.26 180.61 0.42 0.54
Hex 59 BB BC 35 1 0 1A B5 2A 36
Octal 131 273 274 65 1 0 32 265 52 66
Binary 1011001 10111011 10111100 110101 1 0 11010 10110101 101010 110110

Color Harmonies of #59BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBBC

Black with #59BBBC

Text Example


Text Example

White with #59BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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