#57AFAA

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

Shades of Fountain Blue #57AFAA

Tints of Fountain Blue #57AFAA

Color information

#57AFAA (or 0x57AFAA) is unknown color: approx Fountain Blue. HEX triplet: 57, AF and AA. RGB value is (87,175,170). Sum of RGB (Red+Green+Blue) = 87+175+170=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFAA is #A85055. Grayscale: #949494. Windows color (decimal): -11030614 or 11186007. OLE color: 11186007.

HSL color Cylindrical-coordinate representation of color #57AFAA: hue angle of 176.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AFAA is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB87175170-
CMYK0.5000.030.31
HSL176.59º35.48%51.37%-
HSV(B)176.59º50.29%68.63%-
XYZ26.5235.5943.5-
YUV148.12140.3584.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.14%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=20.14%
G=40.51%
B=39.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871751700.5000.030.31176.5935.4851.37
Hex57AFAA32031Fb12333
Octal1272572526203372614363
Binary101011110101111101010101100100111111110110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57AFAA; }

 p { color: rgb(87,175,170); }

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

<style>
 a { background-color: #57AFAA; }

 a { background-color: rgb(87,175,170); }

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

<style>
 span { border-color: #57AFAA; }

 span { border-color: rgb(87,175,170); }

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