Shades of Fountain Blue #57BBBB
Tints of Fountain Blue #57BBBB
RGB
CMYK
RGB Variations
Color information
#57BBBB (or 0x57BBBB) is known color: Fountain Blue. HEX triplet: 57, BB and BB. RGB value is (87,187,187). Sum of RGB (Red+Green+Blue) = 87+187+187=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #57BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBBB is #A84444. Grayscale: #9D9D9D. Windows color (decimal): -11027525 or 12303191. OLE color: 12303191.
HSL color Cylindrical-coordinate representation of color #57BBBB: hue angle of 180º 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 #57BBBB is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 187 | 187 | - |
| CMYK | 0.53 | 0 | 0 | 0.27 |
| HSL | 180º | 0.42% | 0.54% | - |
| HSV(B) | 180º | 0.53% | 0.73% | - |
| XYZ | 30.67 | 41.15 | 53.34 | - |
| YUV | 157.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 187 | 0.53 | 0 | 0 | 0.27 | 180 | 0.42 | 0.54 |
| Hex | 57 | BB | BB | 35 | 0 | 0 | 1B | B4 | 2A | 36 |
| Octal | 127 | 273 | 273 | 65 | 0 | 0 | 33 | 264 | 52 | 66 |
| Binary | 1010111 | 10111011 | 10111011 | 110101 | 0 | 0 | 11011 | 10110100 | 101010 | 110110 |
Color Harmonies of #57BBBB
Complementary color
Monochromatic Colors of #57BBBB
Black with #57BBBB
Text Example
Text Example
White with #57BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBBB; }
p { color: rgb(87,187,187); }
H1.HeaderClassName
{
color: #57BBBB;
}
.AnyTagClassName
{
color: #57BBBB;
}
</style>
background-color css
<style>
a { background-color: #57BBBB; }
a { background-color: rgb(87,187,187); }
div.DivClassName
{
background-color: #57BBBB;
}
.BgClassName
{
background-color: #57BBBB;
}
</style>
border-color css
<style>
span { border-color: #57BBBB; }
span { border-color: rgb(87,187,187); }
td.TdClassName
{
border-color: #57BBBB;
}
.TagClassName
{
border-color: #57BBBB;
}
</style>