Html Css Color HEX #59ACB9 Fountain Blue

📋 copy color: '#59ACB9'

red 89 ◦ green 172 ◦ blue 185

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

Shades of Fountain Blue #59ACB9

Tints of Fountain Blue #59ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 19.96%
G = 38.57%
B = 41.48%

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

#59ACB9 (or 0x59ACB9) is known color: Fountain Blue. HEX triplet: 59, AC and B9. RGB value is (89,172,185). Sum of RGB (Red+Green+Blue) = 89+172+185=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #59ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACB9 is #A65346. Grayscale: #949494. Windows color (decimal): -10900295 or 12168281. OLE color: 12168281.

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

Color convert

RGB 89 172 185 -
CMYK 0.52 0.07 0 0.27
HSL 188.13º 0.41% 0.54% -
HSV(B) 188.13º 0.52% 0.73% -
XYZ 27.63 35.13 51.22 -
YUV 148.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 89 172 185 0.52 0.07 0 0.27 188.13 0.41 0.54
Hex 59 AC B9 34 7 0 1B BC 29 36
Octal 131 254 271 64 7 0 33 274 51 66
Binary 1011001 10101100 10111001 110100 111 0 11011 10111100 101001 110110

Color Harmonies of #59ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACB9

Black with #59ACB9

Text Example


Text Example

White with #59ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,172,185); }

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

background-color css

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

 a { background-color: rgb(89,172,185); }

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

border-color css

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

 span { border-color: rgb(89,172,185); }

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