Shades of Fountain Blue #57A8AE
Tints of Fountain Blue #57A8AE
RGB
CMYK
RGB Variations
Color information
#57A8AE (or 0x57A8AE) is known color: Fountain Blue. HEX triplet: 57, A8 and AE. RGB value is (87,168,174). Sum of RGB (Red+Green+Blue) = 87+168+174=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #57A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A8AE is #A85751. Grayscale: #909090. Windows color (decimal): -11032402 or 11446359. OLE color: 11446359.
HSL color Cylindrical-coordinate representation of color #57A8AE: hue angle of 184.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57A8AE is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 168 | 174 | - |
| CMYK | 0.5 | 0.03 | 0 | 0.32 |
| HSL | 184.14º | 0.35% | 0.51% | - |
| HSV(B) | 184.14º | 0.5% | 0.68% | - |
| XYZ | 25.57 | 33.09 | 45.08 | - |
| YUV | 144.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 174 | 0.5 | 0.03 | 0 | 0.32 | 184.14 | 0.35 | 0.51 |
| Hex | 57 | A8 | AE | 32 | 3 | 0 | 20 | B8 | 23 | 33 |
| Octal | 127 | 250 | 256 | 62 | 3 | 0 | 40 | 270 | 43 | 63 |
| Binary | 1010111 | 10101000 | 10101110 | 110010 | 11 | 0 | 100000 | 10111000 | 100011 | 110011 |
Color Harmonies of #57A8AE
Complementary color
Monochromatic Colors of #57A8AE
Black with #57A8AE
Text Example
Text Example
White with #57A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8AE; }
p { color: rgb(87,168,174); }
H1.HeaderClassName
{
color: #57A8AE;
}
.AnyTagClassName
{
color: #57A8AE;
}
</style>
background-color css
<style>
a { background-color: #57A8AE; }
a { background-color: rgb(87,168,174); }
div.DivClassName
{
background-color: #57A8AE;
}
.BgClassName
{
background-color: #57A8AE;
}
</style>
border-color css
<style>
span { border-color: #57A8AE; }
span { border-color: rgb(87,168,174); }
td.TdClassName
{
border-color: #57A8AE;
}
.TagClassName
{
border-color: #57A8AE;
}
</style>