Shades of Fountain Blue #51A3B0
Tints of Fountain Blue #51A3B0
RGB
CMYK
RGB Variations
Color information
#51A3B0 (or 0x51A3B0) is known color: Fountain Blue. HEX triplet: 51, A3 and B0. RGB value is (81,163,176). Sum of RGB (Red+Green+Blue) = 81+163+176=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #51A3B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A3B0 is #AE5C4F. Grayscale: #8B8B8B. Windows color (decimal): -11426896 or 11576145. OLE color: 11576145.
HSL color Cylindrical-coordinate representation of color #51A3B0: hue angle of 188.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51A3B0 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 163 | 176 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.31 |
| HSL | 188.21º | 0.38% | 0.5% | - |
| HSV(B) | 188.21º | 0.54% | 0.69% | - |
| XYZ | 24.33 | 31.08 | 45.79 | - |
| YUV | 139.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 176 | 0.54 | 0.07 | 0 | 0.31 | 188.21 | 0.38 | 0.5 |
| Hex | 51 | A3 | B0 | 36 | 7 | 0 | 1F | BC | 26 | 32 |
| Octal | 121 | 243 | 260 | 66 | 7 | 0 | 37 | 274 | 46 | 62 |
| Binary | 1010001 | 10100011 | 10110000 | 110110 | 111 | 0 | 11111 | 10111100 | 100110 | 110010 |
Color Harmonies of #51A3B0
Complementary color
Monochromatic Colors of #51A3B0
Black with #51A3B0
Text Example
Text Example
White with #51A3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A3B0; }
p { color: rgb(81,163,176); }
H1.HeaderClassName
{
color: #51A3B0;
}
.AnyTagClassName
{
color: #51A3B0;
}
</style>
background-color css
<style>
a { background-color: #51A3B0; }
a { background-color: rgb(81,163,176); }
div.DivClassName
{
background-color: #51A3B0;
}
.BgClassName
{
background-color: #51A3B0;
}
</style>
border-color css
<style>
span { border-color: #51A3B0; }
span { border-color: rgb(81,163,176); }
td.TdClassName
{
border-color: #51A3B0;
}
.TagClassName
{
border-color: #51A3B0;
}
</style>