Shades of Fountain Blue #64ACBE
Tints of Fountain Blue #64ACBE
RGB
CMYK
RGB Variations
Color information
#64ACBE (or 0x64ACBE) is known color: Fountain Blue. HEX triplet: 64, AC and BE. RGB value is (100,172,190). Sum of RGB (Red+Green+Blue) = 100+172+190=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #64ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACBE is #9B5341. Grayscale: #989898. Windows color (decimal): -10179394 or 12495972. OLE color: 12495972.
HSL color Cylindrical-coordinate representation of color #64ACBE: hue angle of 192º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64ACBE is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 172 | 190 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.25 |
| HSL | 192º | 0.41% | 0.57% | - |
| HSV(B) | 192º | 0.47% | 0.75% | - |
| XYZ | 29.3 | 35.93 | 54.11 | - |
| YUV | 152.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 190 | 0.47 | 0.09 | 0 | 0.25 | 192 | 0.41 | 0.57 |
| Hex | 64 | AC | BE | 2F | 9 | 0 | 19 | C0 | 29 | 39 |
| Octal | 144 | 254 | 276 | 57 | 11 | 0 | 31 | 300 | 51 | 71 |
| Binary | 1100100 | 10101100 | 10111110 | 101111 | 1001 | 0 | 11001 | 11000000 | 101001 | 111001 |
Color Harmonies of #64ACBE
Complementary color
Monochromatic Colors of #64ACBE
Black with #64ACBE
Text Example
Text Example
White with #64ACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACBE; }
p { color: rgb(100,172,190); }
H1.HeaderClassName
{
color: #64ACBE;
}
.AnyTagClassName
{
color: #64ACBE;
}
</style>
background-color css
<style>
a { background-color: #64ACBE; }
a { background-color: rgb(100,172,190); }
div.DivClassName
{
background-color: #64ACBE;
}
.BgClassName
{
background-color: #64ACBE;
}
</style>
border-color css
<style>
span { border-color: #64ACBE; }
span { border-color: rgb(100,172,190); }
td.TdClassName
{
border-color: #64ACBE;
}
.TagClassName
{
border-color: #64ACBE;
}
</style>