Shades of Fountain Blue #5FBAC2
Tints of Fountain Blue #5FBAC2
RGB
CMYK
RGB Variations
Color information
#5FBAC2 (or 0x5FBAC2) is known color: Fountain Blue. HEX triplet: 5F, BA and C2. RGB value is (95,186,194). Sum of RGB (Red+Green+Blue) = 95+186+194=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #5FBAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBAC2 is #A0453D. Grayscale: #9F9F9F. Windows color (decimal): -10503486 or 12761695. OLE color: 12761695.
HSL color Cylindrical-coordinate representation of color #5FBAC2: hue angle of 184.85º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FBAC2 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 186 | 194 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.24 |
| HSL | 184.85º | 0.45% | 0.57% | - |
| HSV(B) | 184.85º | 0.51% | 0.76% | - |
| XYZ | 32.02 | 41.45 | 57.35 | - |
| YUV | 159.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 194 | 0.51 | 0.04 | 0 | 0.24 | 184.85 | 0.45 | 0.57 |
| Hex | 5F | BA | C2 | 33 | 4 | 0 | 18 | B9 | 2D | 39 |
| Octal | 137 | 272 | 302 | 63 | 4 | 0 | 30 | 271 | 55 | 71 |
| Binary | 1011111 | 10111010 | 11000010 | 110011 | 100 | 0 | 11000 | 10111001 | 101101 | 111001 |
Color Harmonies of #5FBAC2
Complementary color
Monochromatic Colors of #5FBAC2
Black with #5FBAC2
Text Example
Text Example
White with #5FBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBAC2; }
p { color: rgb(95,186,194); }
H1.HeaderClassName
{
color: #5FBAC2;
}
.AnyTagClassName
{
color: #5FBAC2;
}
</style>
background-color css
<style>
a { background-color: #5FBAC2; }
a { background-color: rgb(95,186,194); }
div.DivClassName
{
background-color: #5FBAC2;
}
.BgClassName
{
background-color: #5FBAC2;
}
</style>
border-color css
<style>
span { border-color: #5FBAC2; }
span { border-color: rgb(95,186,194); }
td.TdClassName
{
border-color: #5FBAC2;
}
.TagClassName
{
border-color: #5FBAC2;
}
</style>