Shades of Fountain Blue #57BBBA
Tints of Fountain Blue #57BBBA
RGB
CMYK
RGB Variations
Color information
#57BBBA (or 0x57BBBA) is known color: Fountain Blue. HEX triplet: 57, BB and BA. RGB value is (87,187,186). Sum of RGB (Red+Green+Blue) = 87+187+186=460 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.91% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #57BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBBA is #A84445. Grayscale: #9C9C9C. Windows color (decimal): -11027526 or 12237655. OLE color: 12237655.
HSL color Cylindrical-coordinate representation of color #57BBBA: hue angle of 179.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 #57BBBA is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 187 | 186 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.27 |
| HSL | 179.4º | 0.42% | 0.54% | - |
| HSV(B) | 179.4º | 0.53% | 0.73% | - |
| XYZ | 30.56 | 41.11 | 52.78 | - |
| YUV | 156.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 186 | 0.53 | 0 | 0.01 | 0.27 | 179.4 | 0.42 | 0.54 |
| Hex | 57 | BB | BA | 35 | 0 | 1 | 1B | B3 | 2A | 36 |
| Octal | 127 | 273 | 272 | 65 | 0 | 1 | 33 | 263 | 52 | 66 |
| Binary | 1010111 | 10111011 | 10111010 | 110101 | 0 | 1 | 11011 | 10110011 | 101010 | 110110 |
Color Harmonies of #57BBBA
Complementary color
Monochromatic Colors of #57BBBA
Black with #57BBBA
Text Example
Text Example
White with #57BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBBA; }
p { color: rgb(87,187,186); }
H1.HeaderClassName
{
color: #57BBBA;
}
.AnyTagClassName
{
color: #57BBBA;
}
</style>
background-color css
<style>
a { background-color: #57BBBA; }
a { background-color: rgb(87,187,186); }
div.DivClassName
{
background-color: #57BBBA;
}
.BgClassName
{
background-color: #57BBBA;
}
</style>
border-color css
<style>
span { border-color: #57BBBA; }
span { border-color: rgb(87,187,186); }
td.TdClassName
{
border-color: #57BBBA;
}
.TagClassName
{
border-color: #57BBBA;
}
</style>