Shades of Fountain Blue #57B8B9
Tints of Fountain Blue #57B8B9
RGB
CMYK
RGB Variations
Color information
#57B8B9 (or 0x57B8B9) is known color: Fountain Blue. HEX triplet: 57, B8 and B9. RGB value is (87,184,185). Sum of RGB (Red+Green+Blue) = 87+184+185=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #57B8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8B9 is #A84746. Grayscale: #9B9B9B. Windows color (decimal): -11028295 or 12171351. OLE color: 12171351.
HSL color Cylindrical-coordinate representation of color #57B8B9: hue angle of 180.61º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B8B9 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 184 | 185 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.27 |
| HSL | 180.61º | 0.41% | 0.53% | - |
| HSV(B) | 180.61º | 0.53% | 0.73% | - |
| XYZ | 29.83 | 39.81 | 52.01 | - |
| YUV | 155.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 184 | 185 | 0.53 | 0.01 | 0 | 0.27 | 180.61 | 0.41 | 0.53 |
| Hex | 57 | B8 | B9 | 35 | 1 | 0 | 1B | B5 | 29 | 35 |
| Octal | 127 | 270 | 271 | 65 | 1 | 0 | 33 | 265 | 51 | 65 |
| Binary | 1010111 | 10111000 | 10111001 | 110101 | 1 | 0 | 11011 | 10110101 | 101001 | 110101 |
Color Harmonies of #57B8B9
Complementary color
Monochromatic Colors of #57B8B9
Black with #57B8B9
Text Example
Text Example
White with #57B8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B8B9; }
p { color: rgb(87,184,185); }
H1.HeaderClassName
{
color: #57B8B9;
}
.AnyTagClassName
{
color: #57B8B9;
}
</style>
background-color css
<style>
a { background-color: #57B8B9; }
a { background-color: rgb(87,184,185); }
div.DivClassName
{
background-color: #57B8B9;
}
.BgClassName
{
background-color: #57B8B9;
}
</style>
border-color css
<style>
span { border-color: #57B8B9; }
span { border-color: rgb(87,184,185); }
td.TdClassName
{
border-color: #57B8B9;
}
.TagClassName
{
border-color: #57B8B9;
}
</style>