Html Css Color HEX #59BBB8 Fountain Blue

📋 copy color: '#59BBB8'

red 89 ◦ green 187 ◦ blue 184

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

Shades of Fountain Blue #59BBB8

Tints of Fountain Blue #59BBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40%

R = 19.35%
G = 40.65%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#59BBB8 (or 0x59BBB8) is known color: Fountain Blue. HEX triplet: 59, BB and B8. RGB value is (89,187,184). Sum of RGB (Red+Green+Blue) = 89+187+184=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBB8 is #A64447. Grayscale: #9D9D9D. Windows color (decimal): -10896456 or 12106585. OLE color: 12106585.

HSL color Cylindrical-coordinate representation of color #59BBB8: hue angle of 178.16º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BBB8 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 187 184 -
CMYK 0.52 0 0.02 0.27
HSL 178.16º 0.42% 0.54% -
HSV(B) 178.16º 0.52% 0.73% -
XYZ 30.54 41.13 51.68 -
YUV 157.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 89 187 184 0.52 0 0.02 0.27 178.16 0.42 0.54
Hex 59 BB B8 34 0 2 1B B2 2A 36
Octal 131 273 270 64 0 2 33 262 52 66
Binary 1011001 10111011 10111000 110100 0 10 11011 10110010 101010 110110

Color Harmonies of #59BBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBB8

Black with #59BBB8

Text Example


Text Example

White with #59BBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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