Shades of Fountain Blue #64BABA
Tints of Fountain Blue #64BABA
RGB
CMYK
RGB Variations
Color information
#64BABA (or 0x64BABA) is known color: Fountain Blue. HEX triplet: 64, BA and BA. RGB value is (100,186,186). Sum of RGB (Red+Green+Blue) = 100+186+186=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #64BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BABA is #9B4545. Grayscale: #A0A0A0. Windows color (decimal): -10175814 or 12237412. OLE color: 12237412.
HSL color Cylindrical-coordinate representation of color #64BABA: hue angle of 180º 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 #64BABA is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 186 | - |
| CMYK | 0.46 | 0 | 0 | 0.27 |
| HSL | 180º | 0.38% | 0.56% | - |
| HSV(B) | 180º | 0.46% | 0.73% | - |
| XYZ | 31.68 | 41.37 | 52.77 | - |
| YUV | 160.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 186 | 0.46 | 0 | 0 | 0.27 | 180 | 0.38 | 0.56 |
| Hex | 64 | BA | BA | 2E | 0 | 0 | 1B | B4 | 26 | 38 |
| Octal | 144 | 272 | 272 | 56 | 0 | 0 | 33 | 264 | 46 | 70 |
| Binary | 1100100 | 10111010 | 10111010 | 101110 | 0 | 0 | 11011 | 10110100 | 100110 | 111000 |
Color Harmonies of #64BABA
Complementary color
Monochromatic Colors of #64BABA
Black with #64BABA
Text Example
Text Example
White with #64BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BABA; }
p { color: rgb(100,186,186); }
H1.HeaderClassName
{
color: #64BABA;
}
.AnyTagClassName
{
color: #64BABA;
}
</style>
background-color css
<style>
a { background-color: #64BABA; }
a { background-color: rgb(100,186,186); }
div.DivClassName
{
background-color: #64BABA;
}
.BgClassName
{
background-color: #64BABA;
}
</style>
border-color css
<style>
span { border-color: #64BABA; }
span { border-color: rgb(100,186,186); }
td.TdClassName
{
border-color: #64BABA;
}
.TagClassName
{
border-color: #64BABA;
}
</style>