Shades of Fountain Blue #64BAB5
Tints of Fountain Blue #64BAB5
RGB
CMYK
RGB Variations
Color information
#64BAB5 (or 0x64BAB5) is known color: Fountain Blue. HEX triplet: 64, BA and B5. RGB value is (100,186,181). Sum of RGB (Red+Green+Blue) = 100+186+181=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAB5 is #9B454A. Grayscale: #9F9F9F. Windows color (decimal): -10175819 or 11909732. OLE color: 11909732.
HSL color Cylindrical-coordinate representation of color #64BAB5: hue angle of 176.51º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BAB5 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 181 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.27 |
| HSL | 176.51º | 0.38% | 0.56% | - |
| HSV(B) | 176.51º | 0.46% | 0.73% | - |
| XYZ | 31.15 | 41.16 | 50.02 | - |
| YUV | 159.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 181 | 0.46 | 0 | 0.03 | 0.27 | 176.51 | 0.38 | 0.56 |
| Hex | 64 | BA | B5 | 2E | 0 | 3 | 1B | B1 | 26 | 38 |
| Octal | 144 | 272 | 265 | 56 | 0 | 3 | 33 | 261 | 46 | 70 |
| Binary | 1100100 | 10111010 | 10110101 | 101110 | 0 | 11 | 11011 | 10110001 | 100110 | 111000 |
Color Harmonies of #64BAB5
Complementary color
Monochromatic Colors of #64BAB5
Black with #64BAB5
Text Example
Text Example
White with #64BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAB5; }
p { color: rgb(100,186,181); }
H1.HeaderClassName
{
color: #64BAB5;
}
.AnyTagClassName
{
color: #64BAB5;
}
</style>
background-color css
<style>
a { background-color: #64BAB5; }
a { background-color: rgb(100,186,181); }
div.DivClassName
{
background-color: #64BAB5;
}
.BgClassName
{
background-color: #64BAB5;
}
</style>
border-color css
<style>
span { border-color: #64BAB5; }
span { border-color: rgb(100,186,181); }
td.TdClassName
{
border-color: #64BAB5;
}
.TagClassName
{
border-color: #64BAB5;
}
</style>