Shades of Fountain Blue #5FBDBB
Tints of Fountain Blue #5FBDBB
RGB
CMYK
RGB Variations
Color information
#5FBDBB (or 0x5FBDBB) is known color: Fountain Blue. HEX triplet: 5F, BD and BB. RGB value is (95,189,187). Sum of RGB (Red+Green+Blue) = 95+189+187=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDBB is #A04244. Grayscale: #A0A0A0. Windows color (decimal): -10502725 or 12303711. OLE color: 12303711.
HSL color Cylindrical-coordinate representation of color #5FBDBB: hue angle of 178.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBDBB is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 189 | 187 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.26 |
| HSL | 178.72º | 0.42% | 0.56% | - |
| HSV(B) | 178.72º | 0.5% | 0.74% | - |
| XYZ | 31.89 | 42.42 | 53.52 | - |
| YUV | 160.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 187 | 0.50 | 0 | 0.01 | 0.26 | 178.72 | 0.42 | 0.56 |
| Hex | 5F | BD | BB | 32 | 0 | 1 | 1A | B3 | 2A | 38 |
| Octal | 137 | 275 | 273 | 62 | 0 | 1 | 32 | 263 | 52 | 70 |
| Binary | 1011111 | 10111101 | 10111011 | 110010 | 0 | 1 | 11010 | 10110011 | 101010 | 111000 |
Color Harmonies of #5FBDBB
Complementary color
Monochromatic Colors of #5FBDBB
Black with #5FBDBB
Text Example
Text Example
White with #5FBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDBB; }
p { color: rgb(95,189,187); }
H1.HeaderClassName
{
color: #5FBDBB;
}
.AnyTagClassName
{
color: #5FBDBB;
}
</style>
background-color css
<style>
a { background-color: #5FBDBB; }
a { background-color: rgb(95,189,187); }
div.DivClassName
{
background-color: #5FBDBB;
}
.BgClassName
{
background-color: #5FBDBB;
}
</style>
border-color css
<style>
span { border-color: #5FBDBB; }
span { border-color: rgb(95,189,187); }
td.TdClassName
{
border-color: #5FBDBB;
}
.TagClassName
{
border-color: #5FBDBB;
}
</style>