Shades of Fountain Blue #5BBABD
Tints of Fountain Blue #5BBABD
RGB
CMYK
RGB Variations
Color information
#5BBABD (or 0x5BBABD) is known color: Fountain Blue. HEX triplet: 5B, BA and BD. RGB value is (91,186,189). Sum of RGB (Red+Green+Blue) = 91+186+189=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #5BBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBABD is #A44542. Grayscale: #9D9D9D. Windows color (decimal): -10765635 or 12434011. OLE color: 12434011.
HSL color Cylindrical-coordinate representation of color #5BBABD: hue angle of 181.84º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBABD is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 186 | 189 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.26 |
| HSL | 181.84º | 0.43% | 0.55% | - |
| HSV(B) | 181.84º | 0.52% | 0.74% | - |
| XYZ | 31.06 | 41.02 | 54.42 | - |
| YUV | 157.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 189 | 0.52 | 0.02 | 0 | 0.26 | 181.84 | 0.43 | 0.55 |
| Hex | 5B | BA | BD | 34 | 2 | 0 | 1A | B6 | 2B | 37 |
| Octal | 133 | 272 | 275 | 64 | 2 | 0 | 32 | 266 | 53 | 67 |
| Binary | 1011011 | 10111010 | 10111101 | 110100 | 10 | 0 | 11010 | 10110110 | 101011 | 110111 |
Color Harmonies of #5BBABD
Complementary color
Monochromatic Colors of #5BBABD
Black with #5BBABD
Text Example
Text Example
White with #5BBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBABD; }
p { color: rgb(91,186,189); }
H1.HeaderClassName
{
color: #5BBABD;
}
.AnyTagClassName
{
color: #5BBABD;
}
</style>
background-color css
<style>
a { background-color: #5BBABD; }
a { background-color: rgb(91,186,189); }
div.DivClassName
{
background-color: #5BBABD;
}
.BgClassName
{
background-color: #5BBABD;
}
</style>
border-color css
<style>
span { border-color: #5BBABD; }
span { border-color: rgb(91,186,189); }
td.TdClassName
{
border-color: #5BBABD;
}
.TagClassName
{
border-color: #5BBABD;
}
</style>