Shades of Fountain Blue #5CAFBB
Tints of Fountain Blue #5CAFBB
RGB
CMYK
RGB Variations
Color information
#5CAFBB (or 0x5CAFBB) is known color: Fountain Blue. HEX triplet: 5C, AF and BB. RGB value is (92,175,187). Sum of RGB (Red+Green+Blue) = 92+175+187=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #5CAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFBB is #A35044. Grayscale: #979797. Windows color (decimal): -10702917 or 12300124. OLE color: 12300124.
HSL color Cylindrical-coordinate representation of color #5CAFBB: hue angle of 187.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CAFBB is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 175 | 187 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.27 |
| HSL | 187.58º | 0.41% | 0.55% | - |
| HSV(B) | 187.58º | 0.51% | 0.73% | - |
| XYZ | 28.71 | 36.52 | 52.55 | - |
| YUV | 151.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 187 | 0.51 | 0.06 | 0 | 0.27 | 187.58 | 0.41 | 0.55 |
| Hex | 5C | AF | BB | 33 | 6 | 0 | 1B | BC | 29 | 37 |
| Octal | 134 | 257 | 273 | 63 | 6 | 0 | 33 | 274 | 51 | 67 |
| Binary | 1011100 | 10101111 | 10111011 | 110011 | 110 | 0 | 11011 | 10111100 | 101001 | 110111 |
Color Harmonies of #5CAFBB
Complementary color
Monochromatic Colors of #5CAFBB
Black with #5CAFBB
Text Example
Text Example
White with #5CAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFBB; }
p { color: rgb(92,175,187); }
H1.HeaderClassName
{
color: #5CAFBB;
}
.AnyTagClassName
{
color: #5CAFBB;
}
</style>
background-color css
<style>
a { background-color: #5CAFBB; }
a { background-color: rgb(92,175,187); }
div.DivClassName
{
background-color: #5CAFBB;
}
.BgClassName
{
background-color: #5CAFBB;
}
</style>
border-color css
<style>
span { border-color: #5CAFBB; }
span { border-color: rgb(92,175,187); }
td.TdClassName
{
border-color: #5CAFBB;
}
.TagClassName
{
border-color: #5CAFBB;
}
</style>