Shades of Fountain Blue #5CB1BA
Tints of Fountain Blue #5CB1BA
RGB
CMYK
RGB Variations
Color information
#5CB1BA (or 0x5CB1BA) is known color: Fountain Blue. HEX triplet: 5C, B1 and BA. RGB value is (92,177,186). Sum of RGB (Red+Green+Blue) = 92+177+186=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB1BA is #A34E45. Grayscale: #989898. Windows color (decimal): -10702406 or 12235100. OLE color: 12235100.
HSL color Cylindrical-coordinate representation of color #5CB1BA: hue angle of 185.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CB1BA is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 177 | 186 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.27 |
| HSL | 185.74º | 0.41% | 0.55% | - |
| HSV(B) | 185.74º | 0.51% | 0.73% | - |
| XYZ | 29 | 37.26 | 52.12 | - |
| YUV | 152.61 | 146.84 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 186 | 0.51 | 0.05 | 0 | 0.27 | 185.74 | 0.41 | 0.55 |
| Hex | 5C | B1 | BA | 33 | 5 | 0 | 1B | BA | 29 | 37 |
| Octal | 134 | 261 | 272 | 63 | 5 | 0 | 33 | 272 | 51 | 67 |
| Binary | 1011100 | 10110001 | 10111010 | 110011 | 101 | 0 | 11011 | 10111010 | 101001 | 110111 |
Color Harmonies of #5CB1BA
Complementary color
Monochromatic Colors of #5CB1BA
Black with #5CB1BA
Text Example
Text Example
White with #5CB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB1BA; }
p { color: rgb(92,177,186); }
H1.HeaderClassName
{
color: #5CB1BA;
}
.AnyTagClassName
{
color: #5CB1BA;
}
</style>
background-color css
<style>
a { background-color: #5CB1BA; }
a { background-color: rgb(92,177,186); }
div.DivClassName
{
background-color: #5CB1BA;
}
.BgClassName
{
background-color: #5CB1BA;
}
</style>
border-color css
<style>
span { border-color: #5CB1BA; }
span { border-color: rgb(92,177,186); }
td.TdClassName
{
border-color: #5CB1BA;
}
.TagClassName
{
border-color: #5CB1BA;
}
</style>