Shades of Fountain Blue #5FAABA
Tints of Fountain Blue #5FAABA
RGB
CMYK
RGB Variations
Color information
#5FAABA (or 0x5FAABA) is known color: Fountain Blue. HEX triplet: 5F, AA and BA. RGB value is (95,170,186). Sum of RGB (Red+Green+Blue) = 95+170+186=451 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.06% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #5FAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAABA is #A05545. Grayscale: #959595. Windows color (decimal): -10507590 or 12233311. OLE color: 12233311.
HSL color Cylindrical-coordinate representation of color #5FAABA: hue angle of 190.55º 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 #5FAABA is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 170 | 186 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.27 |
| HSL | 190.55º | 0.4% | 0.55% | - |
| HSV(B) | 190.55º | 0.49% | 0.73% | - |
| XYZ | 27.96 | 34.73 | 51.68 | - |
| YUV | 149.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 186 | 0.49 | 0.09 | 0 | 0.27 | 190.55 | 0.4 | 0.55 |
| Hex | 5F | AA | BA | 31 | 9 | 0 | 1B | BF | 28 | 37 |
| Octal | 137 | 252 | 272 | 61 | 11 | 0 | 33 | 277 | 50 | 67 |
| Binary | 1011111 | 10101010 | 10111010 | 110001 | 1001 | 0 | 11011 | 10111111 | 101000 | 110111 |
Color Harmonies of #5FAABA
Complementary color
Monochromatic Colors of #5FAABA
Black with #5FAABA
Text Example
Text Example
White with #5FAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAABA; }
p { color: rgb(95,170,186); }
H1.HeaderClassName
{
color: #5FAABA;
}
.AnyTagClassName
{
color: #5FAABA;
}
</style>
background-color css
<style>
a { background-color: #5FAABA; }
a { background-color: rgb(95,170,186); }
div.DivClassName
{
background-color: #5FAABA;
}
.BgClassName
{
background-color: #5FAABA;
}
</style>
border-color css
<style>
span { border-color: #5FAABA; }
span { border-color: rgb(95,170,186); }
td.TdClassName
{
border-color: #5FAABA;
}
.TagClassName
{
border-color: #5FAABA;
}
</style>