Shades of Fountain Blue #5CB2BA
Tints of Fountain Blue #5CB2BA
RGB
CMYK
RGB Variations
Color information
#5CB2BA (or 0x5CB2BA) is known color: Fountain Blue. HEX triplet: 5C, B2 and BA. RGB value is (92,178,186). Sum of RGB (Red+Green+Blue) = 92+178+186=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB2BA is #A34D45. Grayscale: #999999. Windows color (decimal): -10702150 or 12235356. OLE color: 12235356.
HSL color Cylindrical-coordinate representation of color #5CB2BA: hue angle of 185.11º 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 #5CB2BA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 178 | 186 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.27 |
| HSL | 185.11º | 0.41% | 0.55% | - |
| HSV(B) | 185.11º | 0.51% | 0.73% | - |
| XYZ | 29.2 | 37.66 | 52.18 | - |
| YUV | 153.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 186 | 0.51 | 0.04 | 0 | 0.27 | 185.11 | 0.41 | 0.55 |
| Hex | 5C | B2 | BA | 33 | 4 | 0 | 1B | B9 | 29 | 37 |
| Octal | 134 | 262 | 272 | 63 | 4 | 0 | 33 | 271 | 51 | 67 |
| Binary | 1011100 | 10110010 | 10111010 | 110011 | 100 | 0 | 11011 | 10111001 | 101001 | 110111 |
Color Harmonies of #5CB2BA
Complementary color
Monochromatic Colors of #5CB2BA
Black with #5CB2BA
Text Example
Text Example
White with #5CB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB2BA; }
p { color: rgb(92,178,186); }
H1.HeaderClassName
{
color: #5CB2BA;
}
.AnyTagClassName
{
color: #5CB2BA;
}
</style>
background-color css
<style>
a { background-color: #5CB2BA; }
a { background-color: rgb(92,178,186); }
div.DivClassName
{
background-color: #5CB2BA;
}
.BgClassName
{
background-color: #5CB2BA;
}
</style>
border-color css
<style>
span { border-color: #5CB2BA; }
span { border-color: rgb(92,178,186); }
td.TdClassName
{
border-color: #5CB2BA;
}
.TagClassName
{
border-color: #5CB2BA;
}
</style>