Shades of Fountain Blue #5BAFBB
Tints of Fountain Blue #5BAFBB
RGB
CMYK
RGB Variations
Color information
#5BAFBB (or 0x5BAFBB) is known color: Fountain Blue. HEX triplet: 5B, AF and BB. RGB value is (91,175,187). Sum of RGB (Red+Green+Blue) = 91+175+187=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #5BAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFBB is #A45044. Grayscale: #979797. Windows color (decimal): -10768453 or 12300123. OLE color: 12300123.
HSL color Cylindrical-coordinate representation of color #5BAFBB: hue angle of 187.5º 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 #5BAFBB is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 175 | 187 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.27 |
| HSL | 187.5º | 0.41% | 0.55% | - |
| HSV(B) | 187.5º | 0.51% | 0.73% | - |
| XYZ | 28.61 | 36.47 | 52.55 | - |
| YUV | 151.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 187 | 0.51 | 0.06 | 0 | 0.27 | 187.5 | 0.41 | 0.55 |
| Hex | 5B | AF | BB | 33 | 6 | 0 | 1B | BC | 29 | 37 |
| Octal | 133 | 257 | 273 | 63 | 6 | 0 | 33 | 274 | 51 | 67 |
| Binary | 1011011 | 10101111 | 10111011 | 110011 | 110 | 0 | 11011 | 10111100 | 101001 | 110111 |
Color Harmonies of #5BAFBB
Complementary color
Monochromatic Colors of #5BAFBB
Black with #5BAFBB
Text Example
Text Example
White with #5BAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFBB; }
p { color: rgb(91,175,187); }
H1.HeaderClassName
{
color: #5BAFBB;
}
.AnyTagClassName
{
color: #5BAFBB;
}
</style>
background-color css
<style>
a { background-color: #5BAFBB; }
a { background-color: rgb(91,175,187); }
div.DivClassName
{
background-color: #5BAFBB;
}
.BgClassName
{
background-color: #5BAFBB;
}
</style>
border-color css
<style>
span { border-color: #5BAFBB; }
span { border-color: rgb(91,175,187); }
td.TdClassName
{
border-color: #5BAFBB;
}
.TagClassName
{
border-color: #5BAFBB;
}
</style>