Shades of Fountain Blue #50ABAC
Tints of Fountain Blue #50ABAC
RGB
CMYK
RGB Variations
Color information
#50ABAC (or 0x50ABAC) is known color: Fountain Blue. HEX triplet: 50, AB and AC. RGB value is (80,171,172). Sum of RGB (Red+Green+Blue) = 80+171+172=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #50ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ABAC is #AF5453. Grayscale: #8F8F8F. Windows color (decimal): -11490388 or 11316048. OLE color: 11316048.
HSL color Cylindrical-coordinate representation of color #50ABAC: hue angle of 180.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50ABAC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 172 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.33 |
| HSL | 180.65º | 0.37% | 0.49% | - |
| HSV(B) | 180.65º | 0.53% | 0.67% | - |
| XYZ | 25.32 | 33.81 | 44.22 | - |
| YUV | 143.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 172 | 0.53 | 0.01 | 0 | 0.33 | 180.65 | 0.37 | 0.49 |
| Hex | 50 | AB | AC | 35 | 1 | 0 | 21 | B5 | 25 | 31 |
| Octal | 120 | 253 | 254 | 65 | 1 | 0 | 41 | 265 | 45 | 61 |
| Binary | 1010000 | 10101011 | 10101100 | 110101 | 1 | 0 | 100001 | 10110101 | 100101 | 110001 |
Color Harmonies of #50ABAC
Complementary color
Monochromatic Colors of #50ABAC
Black with #50ABAC
Text Example
Text Example
White with #50ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABAC; }
p { color: rgb(80,171,172); }
H1.HeaderClassName
{
color: #50ABAC;
}
.AnyTagClassName
{
color: #50ABAC;
}
</style>
background-color css
<style>
a { background-color: #50ABAC; }
a { background-color: rgb(80,171,172); }
div.DivClassName
{
background-color: #50ABAC;
}
.BgClassName
{
background-color: #50ABAC;
}
</style>
border-color css
<style>
span { border-color: #50ABAC; }
span { border-color: rgb(80,171,172); }
td.TdClassName
{
border-color: #50ABAC;
}
.TagClassName
{
border-color: #50ABAC;
}
</style>