Shades of Fountain Blue #5CACBC
Tints of Fountain Blue #5CACBC
RGB
CMYK
RGB Variations
Color information
#5CACBC (or 0x5CACBC) is known color: Fountain Blue. HEX triplet: 5C, AC and BC. RGB value is (92,172,188). Sum of RGB (Red+Green+Blue) = 92+172+188=452 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.35% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACBC is #A35343. Grayscale: #959595. Windows color (decimal): -10703684 or 12364892. OLE color: 12364892.
HSL color Cylindrical-coordinate representation of color #5CACBC: hue angle of 190º 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 #5CACBC is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 172 | 188 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.26 |
| HSL | 190º | 0.42% | 0.55% | - |
| HSV(B) | 190º | 0.51% | 0.74% | - |
| XYZ | 28.24 | 35.41 | 52.92 | - |
| YUV | 149.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 188 | 0.51 | 0.09 | 0 | 0.26 | 190 | 0.42 | 0.55 |
| Hex | 5C | AC | BC | 33 | 9 | 0 | 1A | BE | 2A | 37 |
| Octal | 134 | 254 | 274 | 63 | 11 | 0 | 32 | 276 | 52 | 67 |
| Binary | 1011100 | 10101100 | 10111100 | 110011 | 1001 | 0 | 11010 | 10111110 | 101010 | 110111 |
Color Harmonies of #5CACBC
Complementary color
Monochromatic Colors of #5CACBC
Black with #5CACBC
Text Example
Text Example
White with #5CACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACBC; }
p { color: rgb(92,172,188); }
H1.HeaderClassName
{
color: #5CACBC;
}
.AnyTagClassName
{
color: #5CACBC;
}
</style>
background-color css
<style>
a { background-color: #5CACBC; }
a { background-color: rgb(92,172,188); }
div.DivClassName
{
background-color: #5CACBC;
}
.BgClassName
{
background-color: #5CACBC;
}
</style>
border-color css
<style>
span { border-color: #5CACBC; }
span { border-color: rgb(92,172,188); }
td.TdClassName
{
border-color: #5CACBC;
}
.TagClassName
{
border-color: #5CACBC;
}
</style>