Shades of Fountain Blue #5FB3BB
Tints of Fountain Blue #5FB3BB
RGB
CMYK
RGB Variations
Color information
#5FB3BB (or 0x5FB3BB) is known color: Fountain Blue. HEX triplet: 5F, B3 and BB. RGB value is (95,179,187). Sum of RGB (Red+Green+Blue) = 95+179+187=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #5FB3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB3BB is #A04C44. Grayscale: #9A9A9A. Windows color (decimal): -10505285 or 12301151. OLE color: 12301151.
HSL color Cylindrical-coordinate representation of color #5FB3BB: hue angle of 185.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB3BB is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 179 | 187 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.27 |
| HSL | 185.22º | 0.4% | 0.55% | - |
| HSV(B) | 185.22º | 0.49% | 0.73% | - |
| XYZ | 29.81 | 38.26 | 52.83 | - |
| YUV | 154.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 187 | 0.49 | 0.04 | 0 | 0.27 | 185.22 | 0.4 | 0.55 |
| Hex | 5F | B3 | BB | 31 | 4 | 0 | 1B | B9 | 28 | 37 |
| Octal | 137 | 263 | 273 | 61 | 4 | 0 | 33 | 271 | 50 | 67 |
| Binary | 1011111 | 10110011 | 10111011 | 110001 | 100 | 0 | 11011 | 10111001 | 101000 | 110111 |
Color Harmonies of #5FB3BB
Complementary color
Monochromatic Colors of #5FB3BB
Black with #5FB3BB
Text Example
Text Example
White with #5FB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB3BB; }
p { color: rgb(95,179,187); }
H1.HeaderClassName
{
color: #5FB3BB;
}
.AnyTagClassName
{
color: #5FB3BB;
}
</style>
background-color css
<style>
a { background-color: #5FB3BB; }
a { background-color: rgb(95,179,187); }
div.DivClassName
{
background-color: #5FB3BB;
}
.BgClassName
{
background-color: #5FB3BB;
}
</style>
border-color css
<style>
span { border-color: #5FB3BB; }
span { border-color: rgb(95,179,187); }
td.TdClassName
{
border-color: #5FB3BB;
}
.TagClassName
{
border-color: #5FB3BB;
}
</style>