Shades of Fountain Blue #5CB7BF
Tints of Fountain Blue #5CB7BF
RGB
CMYK
RGB Variations
Color information
#5CB7BF (or 0x5CB7BF) is known color: Fountain Blue. HEX triplet: 5C, B7 and BF. RGB value is (92,183,191). Sum of RGB (Red+Green+Blue) = 92+183+191=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #5CB7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB7BF is #A34840. Grayscale: #9C9C9C. Windows color (decimal): -10700865 or 12564316. OLE color: 12564316.
HSL color Cylindrical-coordinate representation of color #5CB7BF: hue angle of 184.85º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CB7BF is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 183 | 191 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.25 |
| HSL | 184.85º | 0.44% | 0.55% | - |
| HSV(B) | 184.85º | 0.52% | 0.75% | - |
| XYZ | 30.75 | 39.9 | 55.37 | - |
| YUV | 156.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 191 | 0.52 | 0.04 | 0 | 0.25 | 184.85 | 0.44 | 0.55 |
| Hex | 5C | B7 | BF | 34 | 4 | 0 | 19 | B9 | 2C | 37 |
| Octal | 134 | 267 | 277 | 64 | 4 | 0 | 31 | 271 | 54 | 67 |
| Binary | 1011100 | 10110111 | 10111111 | 110100 | 100 | 0 | 11001 | 10111001 | 101100 | 110111 |
Color Harmonies of #5CB7BF
Complementary color
Monochromatic Colors of #5CB7BF
Black with #5CB7BF
Text Example
Text Example
White with #5CB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB7BF; }
p { color: rgb(92,183,191); }
H1.HeaderClassName
{
color: #5CB7BF;
}
.AnyTagClassName
{
color: #5CB7BF;
}
</style>
background-color css
<style>
a { background-color: #5CB7BF; }
a { background-color: rgb(92,183,191); }
div.DivClassName
{
background-color: #5CB7BF;
}
.BgClassName
{
background-color: #5CB7BF;
}
</style>
border-color css
<style>
span { border-color: #5CB7BF; }
span { border-color: rgb(92,183,191); }
td.TdClassName
{
border-color: #5CB7BF;
}
.TagClassName
{
border-color: #5CB7BF;
}
</style>