Shades of Fountain Blue #5FACBC
Tints of Fountain Blue #5FACBC
RGB
CMYK
RGB Variations
Color information
#5FACBC (or 0x5FACBC) is known color: Fountain Blue. HEX triplet: 5F, AC and BC. RGB value is (95,172,188). Sum of RGB (Red+Green+Blue) = 95+172+188=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACBC is #A05343. Grayscale: #969696. Windows color (decimal): -10507076 or 12364895. OLE color: 12364895.
HSL color Cylindrical-coordinate representation of color #5FACBC: hue angle of 190.32º 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 #5FACBC is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 172 | 188 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.26 |
| HSL | 190.32º | 0.41% | 0.55% | - |
| HSV(B) | 190.32º | 0.49% | 0.74% | - |
| XYZ | 28.55 | 35.57 | 52.94 | - |
| YUV | 150.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 188 | 0.49 | 0.09 | 0 | 0.26 | 190.32 | 0.41 | 0.55 |
| Hex | 5F | AC | BC | 31 | 9 | 0 | 1A | BE | 29 | 37 |
| Octal | 137 | 254 | 274 | 61 | 11 | 0 | 32 | 276 | 51 | 67 |
| Binary | 1011111 | 10101100 | 10111100 | 110001 | 1001 | 0 | 11010 | 10111110 | 101001 | 110111 |
Color Harmonies of #5FACBC
Complementary color
Monochromatic Colors of #5FACBC
Black with #5FACBC
Text Example
Text Example
White with #5FACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACBC; }
p { color: rgb(95,172,188); }
H1.HeaderClassName
{
color: #5FACBC;
}
.AnyTagClassName
{
color: #5FACBC;
}
</style>
background-color css
<style>
a { background-color: #5FACBC; }
a { background-color: rgb(95,172,188); }
div.DivClassName
{
background-color: #5FACBC;
}
.BgClassName
{
background-color: #5FACBC;
}
</style>
border-color css
<style>
span { border-color: #5FACBC; }
span { border-color: rgb(95,172,188); }
td.TdClassName
{
border-color: #5FACBC;
}
.TagClassName
{
border-color: #5FACBC;
}
</style>