Shades of Fountain Blue #57ACB7
Tints of Fountain Blue #57ACB7
RGB
CMYK
RGB Variations
Color information
#57ACB7 (or 0x57ACB7) is known color: Fountain Blue. HEX triplet: 57, AC and B7. RGB value is (87,172,183). Sum of RGB (Red+Green+Blue) = 87+172+183=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #57ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACB7 is #A85348. Grayscale: #939393. Windows color (decimal): -11031369 or 12037207. OLE color: 12037207.
HSL color Cylindrical-coordinate representation of color #57ACB7: hue angle of 186.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57ACB7 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 172 | 183 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.28 |
| HSL | 186.88º | 0.4% | 0.53% | - |
| HSV(B) | 186.88º | 0.52% | 0.72% | - |
| XYZ | 27.23 | 34.95 | 50.11 | - |
| YUV | 147.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 172 | 183 | 0.52 | 0.06 | 0 | 0.28 | 186.88 | 0.4 | 0.53 |
| Hex | 57 | AC | B7 | 34 | 6 | 0 | 1C | BB | 28 | 35 |
| Octal | 127 | 254 | 267 | 64 | 6 | 0 | 34 | 273 | 50 | 65 |
| Binary | 1010111 | 10101100 | 10110111 | 110100 | 110 | 0 | 11100 | 10111011 | 101000 | 110101 |
Color Harmonies of #57ACB7
Complementary color
Monochromatic Colors of #57ACB7
Black with #57ACB7
Text Example
Text Example
White with #57ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ACB7; }
p { color: rgb(87,172,183); }
H1.HeaderClassName
{
color: #57ACB7;
}
.AnyTagClassName
{
color: #57ACB7;
}
</style>
background-color css
<style>
a { background-color: #57ACB7; }
a { background-color: rgb(87,172,183); }
div.DivClassName
{
background-color: #57ACB7;
}
.BgClassName
{
background-color: #57ACB7;
}
</style>
border-color css
<style>
span { border-color: #57ACB7; }
span { border-color: rgb(87,172,183); }
td.TdClassName
{
border-color: #57ACB7;
}
.TagClassName
{
border-color: #57ACB7;
}
</style>