Shades of Fountain Blue #51AEB0
Tints of Fountain Blue #51AEB0
RGB
CMYK
RGB Variations
Color information
#51AEB0 (or 0x51AEB0) is known color: Fountain Blue. HEX triplet: 51, AE and B0. RGB value is (81,174,176). Sum of RGB (Red+Green+Blue) = 81+174+176=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #51AEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AEB0 is #AE514F. Grayscale: #929292. Windows color (decimal): -11424080 or 11578961. OLE color: 11578961.
HSL color Cylindrical-coordinate representation of color #51AEB0: hue angle of 181.26º 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 #51AEB0 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 174 | 176 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.31 |
| HSL | 181.26º | 0.38% | 0.5% | - |
| HSV(B) | 181.26º | 0.54% | 0.69% | - |
| XYZ | 26.37 | 35.16 | 46.47 | - |
| YUV | 146.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 174 | 176 | 0.54 | 0.01 | 0 | 0.31 | 181.26 | 0.38 | 0.5 |
| Hex | 51 | AE | B0 | 36 | 1 | 0 | 1F | B5 | 26 | 32 |
| Octal | 121 | 256 | 260 | 66 | 1 | 0 | 37 | 265 | 46 | 62 |
| Binary | 1010001 | 10101110 | 10110000 | 110110 | 1 | 0 | 11111 | 10110101 | 100110 | 110010 |
Color Harmonies of #51AEB0
Complementary color
Monochromatic Colors of #51AEB0
Black with #51AEB0
Text Example
Text Example
White with #51AEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AEB0; }
p { color: rgb(81,174,176); }
H1.HeaderClassName
{
color: #51AEB0;
}
.AnyTagClassName
{
color: #51AEB0;
}
</style>
background-color css
<style>
a { background-color: #51AEB0; }
a { background-color: rgb(81,174,176); }
div.DivClassName
{
background-color: #51AEB0;
}
.BgClassName
{
background-color: #51AEB0;
}
</style>
border-color css
<style>
span { border-color: #51AEB0; }
span { border-color: rgb(81,174,176); }
td.TdClassName
{
border-color: #51AEB0;
}
.TagClassName
{
border-color: #51AEB0;
}
</style>