Shades of Fountain Blue #5CB9BC
Tints of Fountain Blue #5CB9BC
RGB
CMYK
RGB Variations
Color information
#5CB9BC (or 0x5CB9BC) is known color: Fountain Blue. HEX triplet: 5C, B9 and BC. RGB value is (92,185,188). Sum of RGB (Red+Green+Blue) = 92+185+188=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CB9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB9BC is #A34643. Grayscale: #9D9D9D. Windows color (decimal): -10700356 or 12368220. OLE color: 12368220.
HSL color Cylindrical-coordinate representation of color #5CB9BC: hue angle of 181.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CB9BC is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 185 | 188 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.26 |
| HSL | 181.88º | 0.42% | 0.55% | - |
| HSV(B) | 181.88º | 0.51% | 0.74% | - |
| XYZ | 30.84 | 40.6 | 53.79 | - |
| YUV | 157.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 185 | 188 | 0.51 | 0.02 | 0 | 0.26 | 181.88 | 0.42 | 0.55 |
| Hex | 5C | B9 | BC | 33 | 2 | 0 | 1A | B6 | 2A | 37 |
| Octal | 134 | 271 | 274 | 63 | 2 | 0 | 32 | 266 | 52 | 67 |
| Binary | 1011100 | 10111001 | 10111100 | 110011 | 10 | 0 | 11010 | 10110110 | 101010 | 110111 |
Color Harmonies of #5CB9BC
Complementary color
Monochromatic Colors of #5CB9BC
Black with #5CB9BC
Text Example
Text Example
White with #5CB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB9BC; }
p { color: rgb(92,185,188); }
H1.HeaderClassName
{
color: #5CB9BC;
}
.AnyTagClassName
{
color: #5CB9BC;
}
</style>
background-color css
<style>
a { background-color: #5CB9BC; }
a { background-color: rgb(92,185,188); }
div.DivClassName
{
background-color: #5CB9BC;
}
.BgClassName
{
background-color: #5CB9BC;
}
</style>
border-color css
<style>
span { border-color: #5CB9BC; }
span { border-color: rgb(92,185,188); }
td.TdClassName
{
border-color: #5CB9BC;
}
.TagClassName
{
border-color: #5CB9BC;
}
</style>