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