Shades of Fountain Blue #5CAFBC
Tints of Fountain Blue #5CAFBC
RGB
CMYK
RGB Variations
Color information
#5CAFBC (or 0x5CAFBC) is known color: Fountain Blue. HEX triplet: 5C, AF and BC. RGB value is (92,175,188). Sum of RGB (Red+Green+Blue) = 92+175+188=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFBC is #A35043. Grayscale: #979797. Windows color (decimal): -10702916 or 12365660. OLE color: 12365660.
HSL color Cylindrical-coordinate representation of color #5CAFBC: hue angle of 188.12º 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 #5CAFBC is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 175 | 188 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.26 |
| HSL | 188.13º | 0.42% | 0.55% | - |
| HSV(B) | 188.13º | 0.51% | 0.74% | - |
| XYZ | 28.82 | 36.57 | 53.12 | - |
| YUV | 151.67 | 148.5 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 188 | 0.51 | 0.07 | 0 | 0.26 | 188.13 | 0.42 | 0.55 |
| Hex | 5C | AF | BC | 33 | 7 | 0 | 1A | BC | 2A | 37 |
| Octal | 134 | 257 | 274 | 63 | 7 | 0 | 32 | 274 | 52 | 67 |
| Binary | 1011100 | 10101111 | 10111100 | 110011 | 111 | 0 | 11010 | 10111100 | 101010 | 110111 |
Color Harmonies of #5CAFBC
Complementary color
Monochromatic Colors of #5CAFBC
Black with #5CAFBC
Text Example
Text Example
White with #5CAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFBC; }
p { color: rgb(92,175,188); }
H1.HeaderClassName
{
color: #5CAFBC;
}
.AnyTagClassName
{
color: #5CAFBC;
}
</style>
background-color css
<style>
a { background-color: #5CAFBC; }
a { background-color: rgb(92,175,188); }
div.DivClassName
{
background-color: #5CAFBC;
}
.BgClassName
{
background-color: #5CAFBC;
}
</style>
border-color css
<style>
span { border-color: #5CAFBC; }
span { border-color: rgb(92,175,188); }
td.TdClassName
{
border-color: #5CAFBC;
}
.TagClassName
{
border-color: #5CAFBC;
}
</style>