Shades of Fountain Blue #5FABBE
Tints of Fountain Blue #5FABBE
RGB
CMYK
RGB Variations
Color information
#5FABBE (or 0x5FABBE) is known color: Fountain Blue. HEX triplet: 5F, AB and BE. RGB value is (95,171,190). Sum of RGB (Red+Green+Blue) = 95+171+190=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #5FABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABBE is #A05441. Grayscale: #969696. Windows color (decimal): -10507330 or 12495711. OLE color: 12495711.
HSL color Cylindrical-coordinate representation of color #5FABBE: hue angle of 192º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FABBE is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 171 | 190 | - |
| CMYK | 0.5 | 0.10 | 0 | 0.25 |
| HSL | 192º | 0.42% | 0.56% | - |
| HSV(B) | 192º | 0.5% | 0.75% | - |
| XYZ | 28.58 | 35.28 | 54.02 | - |
| YUV | 150.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 190 | 0.5 | 0.10 | 0 | 0.25 | 192 | 0.42 | 0.56 |
| Hex | 5F | AB | BE | 32 | A | 0 | 19 | C0 | 2A | 38 |
| Octal | 137 | 253 | 276 | 62 | 12 | 0 | 31 | 300 | 52 | 70 |
| Binary | 1011111 | 10101011 | 10111110 | 110010 | 1010 | 0 | 11001 | 11000000 | 101010 | 111000 |
Color Harmonies of #5FABBE
Complementary color
Monochromatic Colors of #5FABBE
Black with #5FABBE
Text Example
Text Example
White with #5FABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FABBE; }
p { color: rgb(95,171,190); }
H1.HeaderClassName
{
color: #5FABBE;
}
.AnyTagClassName
{
color: #5FABBE;
}
</style>
background-color css
<style>
a { background-color: #5FABBE; }
a { background-color: rgb(95,171,190); }
div.DivClassName
{
background-color: #5FABBE;
}
.BgClassName
{
background-color: #5FABBE;
}
</style>
border-color css
<style>
span { border-color: #5FABBE; }
span { border-color: rgb(95,171,190); }
td.TdClassName
{
border-color: #5FABBE;
}
.TagClassName
{
border-color: #5FABBE;
}
</style>