Shades of Fountain Blue #5CB8BA
Tints of Fountain Blue #5CB8BA
RGB
CMYK
RGB Variations
Color information
#5CB8BA (or 0x5CB8BA) is known color: Fountain Blue. HEX triplet: 5C, B8 and BA. RGB value is (92,184,186). Sum of RGB (Red+Green+Blue) = 92+184+186=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB8BA is #A34745. Grayscale: #9C9C9C. Windows color (decimal): -10700614 or 12236892. OLE color: 12236892.
HSL color Cylindrical-coordinate representation of color #5CB8BA: hue angle of 181.28º 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 #5CB8BA is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 184 | 186 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.27 |
| HSL | 181.28º | 0.41% | 0.55% | - |
| HSV(B) | 181.28º | 0.51% | 0.73% | - |
| XYZ | 30.42 | 40.1 | 52.59 | - |
| YUV | 156.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 184 | 186 | 0.51 | 0.01 | 0 | 0.27 | 181.28 | 0.41 | 0.55 |
| Hex | 5C | B8 | BA | 33 | 1 | 0 | 1B | B5 | 29 | 37 |
| Octal | 134 | 270 | 272 | 63 | 1 | 0 | 33 | 265 | 51 | 67 |
| Binary | 1011100 | 10111000 | 10111010 | 110011 | 1 | 0 | 11011 | 10110101 | 101001 | 110111 |
Color Harmonies of #5CB8BA
Complementary color
Monochromatic Colors of #5CB8BA
Black with #5CB8BA
Text Example
Text Example
White with #5CB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB8BA; }
p { color: rgb(92,184,186); }
H1.HeaderClassName
{
color: #5CB8BA;
}
.AnyTagClassName
{
color: #5CB8BA;
}
</style>
background-color css
<style>
a { background-color: #5CB8BA; }
a { background-color: rgb(92,184,186); }
div.DivClassName
{
background-color: #5CB8BA;
}
.BgClassName
{
background-color: #5CB8BA;
}
</style>
border-color css
<style>
span { border-color: #5CB8BA; }
span { border-color: rgb(92,184,186); }
td.TdClassName
{
border-color: #5CB8BA;
}
.TagClassName
{
border-color: #5CB8BA;
}
</style>