Shades of Fountain Blue #57B8BA
Tints of Fountain Blue #57B8BA
RGB
CMYK
RGB Variations
Color information
#57B8BA (or 0x57B8BA) is known color: Fountain Blue. HEX triplet: 57, B8 and BA. RGB value is (87,184,186). Sum of RGB (Red+Green+Blue) = 87+184+186=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #57B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8BA is #A84745. Grayscale: #9B9B9B. Windows color (decimal): -11028294 or 12236887. OLE color: 12236887.
HSL color Cylindrical-coordinate representation of color #57B8BA: hue angle of 181.21º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B8BA is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 184 | 186 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.27 |
| HSL | 181.21º | 0.42% | 0.54% | - |
| HSV(B) | 181.21º | 0.53% | 0.73% | - |
| XYZ | 29.93 | 39.85 | 52.57 | - |
| YUV | 155.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 184 | 186 | 0.53 | 0.01 | 0 | 0.27 | 181.21 | 0.42 | 0.54 |
| Hex | 57 | B8 | BA | 35 | 1 | 0 | 1B | B5 | 2A | 36 |
| Octal | 127 | 270 | 272 | 65 | 1 | 0 | 33 | 265 | 52 | 66 |
| Binary | 1010111 | 10111000 | 10111010 | 110101 | 1 | 0 | 11011 | 10110101 | 101010 | 110110 |
Color Harmonies of #57B8BA
Complementary color
Monochromatic Colors of #57B8BA
Black with #57B8BA
Text Example
Text Example
White with #57B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B8BA; }
p { color: rgb(87,184,186); }
H1.HeaderClassName
{
color: #57B8BA;
}
.AnyTagClassName
{
color: #57B8BA;
}
</style>
background-color css
<style>
a { background-color: #57B8BA; }
a { background-color: rgb(87,184,186); }
div.DivClassName
{
background-color: #57B8BA;
}
.BgClassName
{
background-color: #57B8BA;
}
</style>
border-color css
<style>
span { border-color: #57B8BA; }
span { border-color: rgb(87,184,186); }
td.TdClassName
{
border-color: #57B8BA;
}
.TagClassName
{
border-color: #57B8BA;
}
</style>