Html Css Color HEX #59B5BC Fountain Blue

📋 copy color: '#59B5BC'

red 89 ◦ green 181 ◦ blue 188

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

Shades of Fountain Blue #59B5BC

Tints of Fountain Blue #59B5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.52%

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

R = 19.43%
G = 39.52%
B = 41.05%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#59B5BC (or 0x59B5BC) is known color: Fountain Blue. HEX triplet: 59, B5 and BC. RGB value is (89,181,188). Sum of RGB (Red+Green+Blue) = 89+181+188=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #59B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B5BC is #A64A43. Grayscale: #9A9A9A. Windows color (decimal): -10897988 or 12367193. OLE color: 12367193.

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

Color convert

RGB 89 181 188 -
CMYK 0.53 0.04 0 0.26
HSL 184.24º 0.42% 0.54% -
HSV(B) 184.24º 0.53% 0.74% -
XYZ 29.72 38.8 53.5 -
YUV 154.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 89 181 188 0.53 0.04 0 0.26 184.24 0.42 0.54
Hex 59 B5 BC 35 4 0 1A B8 2A 36
Octal 131 265 274 65 4 0 32 270 52 66
Binary 1011001 10110101 10111100 110101 100 0 11010 10111000 101010 110110

Color Harmonies of #59B5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B5BC

Black with #59B5BC

Text Example


Text Example

White with #59B5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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