Shades of Fountain Blue #5CA8BA
Tints of Fountain Blue #5CA8BA
RGB
CMYK
RGB Variations
Color information
#5CA8BA (or 0x5CA8BA) is known color: Fountain Blue. HEX triplet: 5C, A8 and BA. RGB value is (92,168,186). Sum of RGB (Red+Green+Blue) = 92+168+186=446 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.63% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CA8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA8BA is #A35745. Grayscale: #939393. Windows color (decimal): -10704710 or 12232796. OLE color: 12232796.
HSL color Cylindrical-coordinate representation of color #5CA8BA: hue angle of 191.49º 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 #5CA8BA is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 168 | 186 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.27 |
| HSL | 191.49º | 0.41% | 0.55% | - |
| HSV(B) | 191.49º | 0.51% | 0.73% | - |
| XYZ | 27.28 | 33.83 | 51.55 | - |
| YUV | 147.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 168 | 186 | 0.51 | 0.10 | 0 | 0.27 | 191.49 | 0.41 | 0.55 |
| Hex | 5C | A8 | BA | 33 | A | 0 | 1B | BF | 29 | 37 |
| Octal | 134 | 250 | 272 | 63 | 12 | 0 | 33 | 277 | 51 | 67 |
| Binary | 1011100 | 10101000 | 10111010 | 110011 | 1010 | 0 | 11011 | 10111111 | 101001 | 110111 |
Color Harmonies of #5CA8BA
Complementary color
Monochromatic Colors of #5CA8BA
Black with #5CA8BA
Text Example
Text Example
White with #5CA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA8BA; }
p { color: rgb(92,168,186); }
H1.HeaderClassName
{
color: #5CA8BA;
}
.AnyTagClassName
{
color: #5CA8BA;
}
</style>
background-color css
<style>
a { background-color: #5CA8BA; }
a { background-color: rgb(92,168,186); }
div.DivClassName
{
background-color: #5CA8BA;
}
.BgClassName
{
background-color: #5CA8BA;
}
</style>
border-color css
<style>
span { border-color: #5CA8BA; }
span { border-color: rgb(92,168,186); }
td.TdClassName
{
border-color: #5CA8BA;
}
.TagClassName
{
border-color: #5CA8BA;
}
</style>