Shades of Fountain Blue #57ACB3
Tints of Fountain Blue #57ACB3
RGB
CMYK
RGB Variations
Color information
#57ACB3 (or 0x57ACB3) is known color: Fountain Blue. HEX triplet: 57, AC and B3. RGB value is (87,172,179). Sum of RGB (Red+Green+Blue) = 87+172+179=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #57ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACB3 is #A8534C. Grayscale: #939393. Windows color (decimal): -11031373 or 11775063. OLE color: 11775063.
HSL color Cylindrical-coordinate representation of color #57ACB3: hue angle of 184.57º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57ACB3 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 172 | 179 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.30 |
| HSL | 184.57º | 0.38% | 0.52% | - |
| HSV(B) | 184.57º | 0.51% | 0.7% | - |
| XYZ | 26.82 | 34.79 | 47.95 | - |
| YUV | 147.38 | 145.84 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 172 | 179 | 0.51 | 0.04 | 0 | 0.30 | 184.57 | 0.38 | 0.52 |
| Hex | 57 | AC | B3 | 33 | 4 | 0 | 1E | B9 | 26 | 34 |
| Octal | 127 | 254 | 263 | 63 | 4 | 0 | 36 | 271 | 46 | 64 |
| Binary | 1010111 | 10101100 | 10110011 | 110011 | 100 | 0 | 11110 | 10111001 | 100110 | 110100 |
Color Harmonies of #57ACB3
Complementary color
Monochromatic Colors of #57ACB3
Black with #57ACB3
Text Example
Text Example
White with #57ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ACB3; }
p { color: rgb(87,172,179); }
H1.HeaderClassName
{
color: #57ACB3;
}
.AnyTagClassName
{
color: #57ACB3;
}
</style>
background-color css
<style>
a { background-color: #57ACB3; }
a { background-color: rgb(87,172,179); }
div.DivClassName
{
background-color: #57ACB3;
}
.BgClassName
{
background-color: #57ACB3;
}
</style>
border-color css
<style>
span { border-color: #57ACB3; }
span { border-color: rgb(87,172,179); }
td.TdClassName
{
border-color: #57ACB3;
}
.TagClassName
{
border-color: #57ACB3;
}
</style>