Shades of Fountain Blue #57B2BB
Tints of Fountain Blue #57B2BB
RGB
CMYK
RGB Variations
Color information
#57B2BB (or 0x57B2BB) is known color: Fountain Blue. HEX triplet: 57, B2 and BB. RGB value is (87,178,187). Sum of RGB (Red+Green+Blue) = 87+178+187=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #57B2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2BB is #A84D44. Grayscale: #979797. Windows color (decimal): -11029829 or 12300887. OLE color: 12300887.
HSL color Cylindrical-coordinate representation of color #57B2BB: hue angle of 185.4º 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 #57B2BB is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 178 | 187 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.27 |
| HSL | 185.4º | 0.42% | 0.54% | - |
| HSV(B) | 185.4º | 0.53% | 0.73% | - |
| XYZ | 28.82 | 37.45 | 52.72 | - |
| YUV | 151.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 178 | 187 | 0.53 | 0.05 | 0 | 0.27 | 185.4 | 0.42 | 0.54 |
| Hex | 57 | B2 | BB | 35 | 5 | 0 | 1B | B9 | 2A | 36 |
| Octal | 127 | 262 | 273 | 65 | 5 | 0 | 33 | 271 | 52 | 66 |
| Binary | 1010111 | 10110010 | 10111011 | 110101 | 101 | 0 | 11011 | 10111001 | 101010 | 110110 |
Color Harmonies of #57B2BB
Complementary color
Monochromatic Colors of #57B2BB
Black with #57B2BB
Text Example
Text Example
White with #57B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B2BB; }
p { color: rgb(87,178,187); }
H1.HeaderClassName
{
color: #57B2BB;
}
.AnyTagClassName
{
color: #57B2BB;
}
</style>
background-color css
<style>
a { background-color: #57B2BB; }
a { background-color: rgb(87,178,187); }
div.DivClassName
{
background-color: #57B2BB;
}
.BgClassName
{
background-color: #57B2BB;
}
</style>
border-color css
<style>
span { border-color: #57B2BB; }
span { border-color: rgb(87,178,187); }
td.TdClassName
{
border-color: #57B2BB;
}
.TagClassName
{
border-color: #57B2BB;
}
</style>