Shades of Fountain Blue #64B7B5
Tints of Fountain Blue #64B7B5
RGB
CMYK
RGB Variations
Color information
#64B7B5 (or 0x64B7B5) is known color: Fountain Blue. HEX triplet: 64, B7 and B5. RGB value is (100,183,181). Sum of RGB (Red+Green+Blue) = 100+183+181=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #64B7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7B5 is #9B484A. Grayscale: #9D9D9D. Windows color (decimal): -10176587 or 11908964. OLE color: 11908964.
HSL color Cylindrical-coordinate representation of color #64B7B5: hue angle of 178.55º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B7B5 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 181 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.28 |
| HSL | 178.55º | 0.37% | 0.55% | - |
| HSV(B) | 178.55º | 0.45% | 0.72% | - |
| XYZ | 30.53 | 39.91 | 49.81 | - |
| YUV | 157.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 181 | 0.45 | 0 | 0.01 | 0.28 | 178.55 | 0.37 | 0.55 |
| Hex | 64 | B7 | B5 | 2D | 0 | 1 | 1C | B3 | 25 | 37 |
| Octal | 144 | 267 | 265 | 55 | 0 | 1 | 34 | 263 | 45 | 67 |
| Binary | 1100100 | 10110111 | 10110101 | 101101 | 0 | 1 | 11100 | 10110011 | 100101 | 110111 |
Color Harmonies of #64B7B5
Complementary color
Monochromatic Colors of #64B7B5
Black with #64B7B5
Text Example
Text Example
White with #64B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7B5; }
p { color: rgb(100,183,181); }
H1.HeaderClassName
{
color: #64B7B5;
}
.AnyTagClassName
{
color: #64B7B5;
}
</style>
background-color css
<style>
a { background-color: #64B7B5; }
a { background-color: rgb(100,183,181); }
div.DivClassName
{
background-color: #64B7B5;
}
.BgClassName
{
background-color: #64B7B5;
}
</style>
border-color css
<style>
span { border-color: #64B7B5; }
span { border-color: rgb(100,183,181); }
td.TdClassName
{
border-color: #64B7B5;
}
.TagClassName
{
border-color: #64B7B5;
}
</style>