Html Css Color HEX #59ADBA Fountain Blue

📋 copy color: '#59ADBA'

red 89 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #59ADBA

Tints of Fountain Blue #59ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 19.87%
G = 38.62%
B = 41.52%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#59ADBA (or 0x59ADBA) is known color: Fountain Blue. HEX triplet: 59, AD and BA. RGB value is (89,173,186). Sum of RGB (Red+Green+Blue) = 89+173+186=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #59ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADBA is #A65245. Grayscale: #959595. Windows color (decimal): -10900038 or 12234073. OLE color: 12234073.

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

Color convert

RGB 89 173 186 -
CMYK 0.52 0.07 0 0.27
HSL 188.04º 0.41% 0.54% -
HSV(B) 188.04º 0.52% 0.73% -
XYZ 27.93 35.56 51.85 -
YUV 149.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 89 173 186 0.52 0.07 0 0.27 188.04 0.41 0.54
Hex 59 AD BA 34 7 0 1B BC 29 36
Octal 131 255 272 64 7 0 33 274 51 66
Binary 1011001 10101101 10111010 110100 111 0 11011 10111100 101001 110110

Color Harmonies of #59ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADBA

Black with #59ADBA

Text Example


Text Example

White with #59ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,173,186); }

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

background-color css

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

 a { background-color: rgb(89,173,186); }

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

border-color css

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

 span { border-color: rgb(89,173,186); }

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