#57AAAF

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

Shades of Fountain Blue #57AAAF

Tints of Fountain Blue #57AAAF

Color information

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

HSL color Cylindrical-coordinate representation of color #57AAAF: hue angle of 183.41º 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 #57AAAF is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87170175-
CMYK0.500.0300.31
HSL183.41º35.48%51.37%-
HSV(B)183.41º50.29%68.63%-
XYZ26.0433.8745.72-
YUV145.75144.586.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871701750.500.0300.31183.4135.4851.37
Hex57AAAF32301Fb72333
Octal1272522576230372674363
Binary101011110101010101011111100101101111110110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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