Shades of Fountain Blue #5FABB7
Tints of Fountain Blue #5FABB7
RGB
CMYK
RGB Variations
Color information
#5FABB7 (or 0x5FABB7) is known color: Fountain Blue. HEX triplet: 5F, AB and B7. RGB value is (95,171,183). Sum of RGB (Red+Green+Blue) = 95+171+183=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: blue. Hex color #5FABB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABB7 is #A05448. Grayscale: #959595. Windows color (decimal): -10507337 or 12036959. OLE color: 12036959.
HSL color Cylindrical-coordinate representation of color #5FABB7: hue angle of 188.18º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FABB7 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 171 | 183 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.28 |
| HSL | 188.18º | 0.38% | 0.55% | - |
| HSV(B) | 188.18º | 0.48% | 0.72% | - |
| XYZ | 27.83 | 34.98 | 50.08 | - |
| YUV | 149.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 183 | 0.48 | 0.07 | 0 | 0.28 | 188.18 | 0.38 | 0.55 |
| Hex | 5F | AB | B7 | 30 | 7 | 0 | 1C | BC | 26 | 37 |
| Octal | 137 | 253 | 267 | 60 | 7 | 0 | 34 | 274 | 46 | 67 |
| Binary | 1011111 | 10101011 | 10110111 | 110000 | 111 | 0 | 11100 | 10111100 | 100110 | 110111 |
Color Harmonies of #5FABB7
Complementary color
Monochromatic Colors of #5FABB7
Black with #5FABB7
Text Example
Text Example
White with #5FABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FABB7; }
p { color: rgb(95,171,183); }
H1.HeaderClassName
{
color: #5FABB7;
}
.AnyTagClassName
{
color: #5FABB7;
}
</style>
background-color css
<style>
a { background-color: #5FABB7; }
a { background-color: rgb(95,171,183); }
div.DivClassName
{
background-color: #5FABB7;
}
.BgClassName
{
background-color: #5FABB7;
}
</style>
border-color css
<style>
span { border-color: #5FABB7; }
span { border-color: rgb(95,171,183); }
td.TdClassName
{
border-color: #5FABB7;
}
.TagClassName
{
border-color: #5FABB7;
}
</style>