Html Css Color HEX #59AFBA Fountain Blue

📋 copy color: '#59AFBA'

red 89 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #59AFBA

Tints of Fountain Blue #59AFBA

RGB

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

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

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

R = 19.78%
G = 38.89%
B = 41.33%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#59AFBA (or 0x59AFBA) is known color: Fountain Blue. HEX triplet: 59, AF and BA. RGB value is (89,175,186). Sum of RGB (Red+Green+Blue) = 89+175+186=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #59AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFBA is #A65045. Grayscale: #969696. Windows color (decimal): -10899526 or 12234585. OLE color: 12234585.

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

Color convert

RGB 89 175 186 -
CMYK 0.52 0.06 0 0.27
HSL 186.8º 0.41% 0.54% -
HSV(B) 186.8º 0.52% 0.73% -
XYZ 28.31 36.33 51.97 -
YUV 150.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 89 175 186 0.52 0.06 0 0.27 186.8 0.41 0.54
Hex 59 AF BA 34 6 0 1B BB 29 36
Octal 131 257 272 64 6 0 33 273 51 66
Binary 1011001 10101111 10111010 110100 110 0 11011 10111011 101001 110110

Color Harmonies of #59AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFBA

Black with #59AFBA

Text Example


Text Example

White with #59AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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