Shades of Fountain Blue #5CB3BA
Tints of Fountain Blue #5CB3BA
RGB
CMYK
RGB Variations
Color information
#5CB3BA (or 0x5CB3BA) is known color: Fountain Blue. HEX triplet: 5C, B3 and BA. RGB value is (92,179,186). Sum of RGB (Red+Green+Blue) = 92+179+186=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB3BA is #A34C45. Grayscale: #999999. Windows color (decimal): -10701894 or 12235612. OLE color: 12235612.
HSL color Cylindrical-coordinate representation of color #5CB3BA: hue angle of 184.47º 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 #5CB3BA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 179 | 186 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.27 |
| HSL | 184.47º | 0.41% | 0.55% | - |
| HSV(B) | 184.47º | 0.51% | 0.73% | - |
| XYZ | 29.4 | 38.06 | 52.25 | - |
| YUV | 153.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 186 | 0.51 | 0.04 | 0 | 0.27 | 184.47 | 0.41 | 0.55 |
| Hex | 5C | B3 | BA | 33 | 4 | 0 | 1B | B8 | 29 | 37 |
| Octal | 134 | 263 | 272 | 63 | 4 | 0 | 33 | 270 | 51 | 67 |
| Binary | 1011100 | 10110011 | 10111010 | 110011 | 100 | 0 | 11011 | 10111000 | 101001 | 110111 |
Color Harmonies of #5CB3BA
Complementary color
Monochromatic Colors of #5CB3BA
Black with #5CB3BA
Text Example
Text Example
White with #5CB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB3BA; }
p { color: rgb(92,179,186); }
H1.HeaderClassName
{
color: #5CB3BA;
}
.AnyTagClassName
{
color: #5CB3BA;
}
</style>
background-color css
<style>
a { background-color: #5CB3BA; }
a { background-color: rgb(92,179,186); }
div.DivClassName
{
background-color: #5CB3BA;
}
.BgClassName
{
background-color: #5CB3BA;
}
</style>
border-color css
<style>
span { border-color: #5CB3BA; }
span { border-color: rgb(92,179,186); }
td.TdClassName
{
border-color: #5CB3BA;
}
.TagClassName
{
border-color: #5CB3BA;
}
</style>