Html Css Color HEX #59A8BB Fountain Blue

📋 copy color: '#59A8BB'

red 89 ◦ green 168 ◦ blue 187

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

Shades of Fountain Blue #59A8BB

Tints of Fountain Blue #59A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.84%

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 20.05%
G = 37.84%
B = 42.12%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#59A8BB (or 0x59A8BB) is known color: Fountain Blue. HEX triplet: 59, A8 and BB. RGB value is (89,168,187). Sum of RGB (Red+Green+Blue) = 89+168+187=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #59A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A8BB is #A65744. Grayscale: #929292. Windows color (decimal): -10901317 or 12298329. OLE color: 12298329.

HSL color Cylindrical-coordinate representation of color #59A8BB: hue angle of 191.63º 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 #59A8BB is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 168 187 -
CMYK 0.52 0.10 0 0.27
HSL 191.63º 0.42% 0.54% -
HSV(B) 191.63º 0.52% 0.73% -
XYZ 27.09 33.72 52.09 -
YUV 146.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 89 168 187 0.52 0.10 0 0.27 191.63 0.42 0.54
Hex 59 A8 BB 34 A 0 1B C0 2A 36
Octal 131 250 273 64 12 0 33 300 52 66
Binary 1011001 10101000 10111011 110100 1010 0 11011 11000000 101010 110110

Color Harmonies of #59A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A8BB

Black with #59A8BB

Text Example


Text Example

White with #59A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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