Shades of Fountain Blue #57BDBD
Tints of Fountain Blue #57BDBD
RGB
CMYK
RGB Variations
Color information
#57BDBD (or 0x57BDBD) is known color: Fountain Blue. HEX triplet: 57, BD and BD. RGB value is (87,189,189). Sum of RGB (Red+Green+Blue) = 87+189+189=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #57BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDBD is #A84242. Grayscale: #9E9E9E. Windows color (decimal): -11027011 or 12434775. OLE color: 12434775.
HSL color Cylindrical-coordinate representation of color #57BDBD: hue angle of 180º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BDBD is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 189 | - |
| CMYK | 0.54 | 0 | 0 | 0.26 |
| HSL | 180º | 0.44% | 0.54% | - |
| HSV(B) | 180º | 0.54% | 0.74% | - |
| XYZ | 31.31 | 42.1 | 54.62 | - |
| YUV | 158.5 | 145.21 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 189 | 0.54 | 0 | 0 | 0.26 | 180 | 0.44 | 0.54 |
| Hex | 57 | BD | BD | 36 | 0 | 0 | 1A | B4 | 2C | 36 |
| Octal | 127 | 275 | 275 | 66 | 0 | 0 | 32 | 264 | 54 | 66 |
| Binary | 1010111 | 10111101 | 10111101 | 110110 | 0 | 0 | 11010 | 10110100 | 101100 | 110110 |
Color Harmonies of #57BDBD
Complementary color
Monochromatic Colors of #57BDBD
Black with #57BDBD
Text Example
Text Example
White with #57BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDBD; }
p { color: rgb(87,189,189); }
H1.HeaderClassName
{
color: #57BDBD;
}
.AnyTagClassName
{
color: #57BDBD;
}
</style>
background-color css
<style>
a { background-color: #57BDBD; }
a { background-color: rgb(87,189,189); }
div.DivClassName
{
background-color: #57BDBD;
}
.BgClassName
{
background-color: #57BDBD;
}
</style>
border-color css
<style>
span { border-color: #57BDBD; }
span { border-color: rgb(87,189,189); }
td.TdClassName
{
border-color: #57BDBD;
}
.TagClassName
{
border-color: #57BDBD;
}
</style>