Html Css Color HEX #59AFBC Fountain Blue

📋 copy color: '#59AFBC'

red 89 ◦ green 175 ◦ blue 188

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

Shades of Fountain Blue #59AFBC

Tints of Fountain Blue #59AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.72%

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

R = 19.69%
G = 38.72%
B = 41.59%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#59AFBC (or 0x59AFBC) is known color: Fountain Blue. HEX triplet: 59, AF and BC. RGB value is (89,175,188). Sum of RGB (Red+Green+Blue) = 89+175+188=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #59AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFBC is #A65043. Grayscale: #969696. Windows color (decimal): -10899524 or 12365657. OLE color: 12365657.

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

Color convert

RGB 89 175 188 -
CMYK 0.53 0.07 0 0.26
HSL 187.88º 0.42% 0.54% -
HSV(B) 187.88º 0.53% 0.74% -
XYZ 28.53 36.41 53.1 -
YUV 150.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 89 175 188 0.53 0.07 0 0.26 187.88 0.42 0.54
Hex 59 AF BC 35 7 0 1A BC 2A 36
Octal 131 257 274 65 7 0 32 274 52 66
Binary 1011001 10101111 10111100 110101 111 0 11010 10111100 101010 110110

Color Harmonies of #59AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFBC

Black with #59AFBC

Text Example


Text Example

White with #59AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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