#59AFB1

Color #59AFB1 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #59AFB1

Tints of Fountain Blue #59AFB1

Color information

#59AFB1 (or 0x59AFB1) is unknown color: approx Fountain Blue. HEX triplet: 59, AF and B1. RGB value is (89,175,177). Sum of RGB (Red+Green+Blue) = 89+175+177=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #59AFB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AFB1 is #A6504E. Grayscale: #959595. Windows color (decimal): -10899535 or 11644761. OLE color: 11644761.

HSL color Cylindrical-coordinate representation of color #59AFB1: hue angle of 181.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59AFB1 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89175177-
CMYK0.500.0100.31
HSL181.36º36.07%52.16%-
HSV(B)181.36º49.72%69.41%-
XYZ27.3935.9647.09-
YUV149.51143.5184.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.18%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=20.18%
G=39.68%
B=40.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891751770.500.0100.31181.3636.0752.16
Hex59AFB132101Fb52434
Octal1312572616210372654464
Binary10110011010111110110001110010101111110110101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59AFB1;
 }
 .AnyTagClassName
 {
   color: #59AFB1;
 }
</style>
background-color css

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

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

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

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

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

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