Shades of Fountain Blue #64BAB3
Tints of Fountain Blue #64BAB3
RGB
CMYK
RGB Variations
Color information
#64BAB3 (or 0x64BAB3) is known color: Fountain Blue. HEX triplet: 64, BA and B3. RGB value is (100,186,179). Sum of RGB (Red+Green+Blue) = 100+186+179=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAB3 is #9B454C. Grayscale: #9F9F9F. Windows color (decimal): -10175821 or 11778660. OLE color: 11778660.
HSL color Cylindrical-coordinate representation of color #64BAB3: hue angle of 175.12º 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 #64BAB3 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 179 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.27 |
| HSL | 175.12º | 0.38% | 0.56% | - |
| HSV(B) | 175.12º | 0.46% | 0.73% | - |
| XYZ | 30.95 | 41.08 | 48.95 | - |
| YUV | 159.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 179 | 0.46 | 0 | 0.04 | 0.27 | 175.12 | 0.38 | 0.56 |
| Hex | 64 | BA | B3 | 2E | 0 | 4 | 1B | AF | 26 | 38 |
| Octal | 144 | 272 | 263 | 56 | 0 | 4 | 33 | 257 | 46 | 70 |
| Binary | 1100100 | 10111010 | 10110011 | 101110 | 0 | 100 | 11011 | 10101111 | 100110 | 111000 |
Color Harmonies of #64BAB3
Complementary color
Monochromatic Colors of #64BAB3
Black with #64BAB3
Text Example
Text Example
White with #64BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAB3; }
p { color: rgb(100,186,179); }
H1.HeaderClassName
{
color: #64BAB3;
}
.AnyTagClassName
{
color: #64BAB3;
}
</style>
background-color css
<style>
a { background-color: #64BAB3; }
a { background-color: rgb(100,186,179); }
div.DivClassName
{
background-color: #64BAB3;
}
.BgClassName
{
background-color: #64BAB3;
}
</style>
border-color css
<style>
span { border-color: #64BAB3; }
span { border-color: rgb(100,186,179); }
td.TdClassName
{
border-color: #64BAB3;
}
.TagClassName
{
border-color: #64BAB3;
}
</style>