Shades of Fountain Blue #5CBBC0
Tints of Fountain Blue #5CBBC0
RGB
CMYK
RGB Variations
Color information
#5CBBC0 (or 0x5CBBC0) is known color: Fountain Blue. HEX triplet: 5C, BB and C0. RGB value is (92,187,192). Sum of RGB (Red+Green+Blue) = 92+187+192=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #5CBBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBC0 is #A3443F. Grayscale: #9F9F9F. Windows color (decimal): -10699840 or 12630876. OLE color: 12630876.
HSL color Cylindrical-coordinate representation of color #5CBBC0: hue angle of 183º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBBC0 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 187 | 192 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.25 |
| HSL | 183º | 0.44% | 0.56% | - |
| HSV(B) | 183º | 0.52% | 0.75% | - |
| XYZ | 31.7 | 41.62 | 56.23 | - |
| YUV | 159.17 | 146.53 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 187 | 192 | 0.52 | 0.03 | 0 | 0.25 | 183 | 0.44 | 0.56 |
| Hex | 5C | BB | C0 | 34 | 3 | 0 | 19 | B7 | 2C | 38 |
| Octal | 134 | 273 | 300 | 64 | 3 | 0 | 31 | 267 | 54 | 70 |
| Binary | 1011100 | 10111011 | 11000000 | 110100 | 11 | 0 | 11001 | 10110111 | 101100 | 111000 |
Color Harmonies of #5CBBC0
Complementary color
Monochromatic Colors of #5CBBC0
Black with #5CBBC0
Text Example
Text Example
White with #5CBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBBC0; }
p { color: rgb(92,187,192); }
H1.HeaderClassName
{
color: #5CBBC0;
}
.AnyTagClassName
{
color: #5CBBC0;
}
</style>
background-color css
<style>
a { background-color: #5CBBC0; }
a { background-color: rgb(92,187,192); }
div.DivClassName
{
background-color: #5CBBC0;
}
.BgClassName
{
background-color: #5CBBC0;
}
</style>
border-color css
<style>
span { border-color: #5CBBC0; }
span { border-color: rgb(92,187,192); }
td.TdClassName
{
border-color: #5CBBC0;
}
.TagClassName
{
border-color: #5CBBC0;
}
</style>