Shades of Fountain Blue #5FB3BC
Tints of Fountain Blue #5FB3BC
RGB
CMYK
RGB Variations
Color information
#5FB3BC (or 0x5FB3BC) is known color: Fountain Blue. HEX triplet: 5F, B3 and BC. RGB value is (95,179,188). Sum of RGB (Red+Green+Blue) = 95+179+188=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FB3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB3BC is #A04C43. Grayscale: #9A9A9A. Windows color (decimal): -10505284 or 12366687. OLE color: 12366687.
HSL color Cylindrical-coordinate representation of color #5FB3BC: hue angle of 185.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB3BC is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 179 | 188 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.26 |
| HSL | 185.81º | 0.41% | 0.55% | - |
| HSV(B) | 185.81º | 0.49% | 0.74% | - |
| XYZ | 29.92 | 38.3 | 53.39 | - |
| YUV | 154.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 188 | 0.49 | 0.05 | 0 | 0.26 | 185.81 | 0.41 | 0.55 |
| Hex | 5F | B3 | BC | 31 | 5 | 0 | 1A | BA | 29 | 37 |
| Octal | 137 | 263 | 274 | 61 | 5 | 0 | 32 | 272 | 51 | 67 |
| Binary | 1011111 | 10110011 | 10111100 | 110001 | 101 | 0 | 11010 | 10111010 | 101001 | 110111 |
Color Harmonies of #5FB3BC
Complementary color
Monochromatic Colors of #5FB3BC
Black with #5FB3BC
Text Example
Text Example
White with #5FB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB3BC; }
p { color: rgb(95,179,188); }
H1.HeaderClassName
{
color: #5FB3BC;
}
.AnyTagClassName
{
color: #5FB3BC;
}
</style>
background-color css
<style>
a { background-color: #5FB3BC; }
a { background-color: rgb(95,179,188); }
div.DivClassName
{
background-color: #5FB3BC;
}
.BgClassName
{
background-color: #5FB3BC;
}
</style>
border-color css
<style>
span { border-color: #5FB3BC; }
span { border-color: rgb(95,179,188); }
td.TdClassName
{
border-color: #5FB3BC;
}
.TagClassName
{
border-color: #5FB3BC;
}
</style>