Shades of Fountain Blue #64AFB7
Tints of Fountain Blue #64AFB7
RGB
CMYK
RGB Variations
Color information
#64AFB7 (or 0x64AFB7) is known color: Fountain Blue. HEX triplet: 64, AF and B7. RGB value is (100,175,183). Sum of RGB (Red+Green+Blue) = 100+175+183=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 183 - color contains mainly: blue. Hex color #64AFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFB7 is #9B5048. Grayscale: #999999. Windows color (decimal): -10178633 or 12037988. OLE color: 12037988.
HSL color Cylindrical-coordinate representation of color #64AFB7: hue angle of 185.78º 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 #64AFB7 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 175 | 183 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.28 |
| HSL | 185.78º | 0.37% | 0.55% | - |
| HSV(B) | 185.78º | 0.45% | 0.72% | - |
| XYZ | 29.13 | 36.79 | 50.37 | - |
| YUV | 153.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 183 | 0.45 | 0.04 | 0 | 0.28 | 185.78 | 0.37 | 0.55 |
| Hex | 64 | AF | B7 | 2D | 4 | 0 | 1C | BA | 25 | 37 |
| Octal | 144 | 257 | 267 | 55 | 4 | 0 | 34 | 272 | 45 | 67 |
| Binary | 1100100 | 10101111 | 10110111 | 101101 | 100 | 0 | 11100 | 10111010 | 100101 | 110111 |
Color Harmonies of #64AFB7
Complementary color
Monochromatic Colors of #64AFB7
Black with #64AFB7
Text Example
Text Example
White with #64AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFB7; }
p { color: rgb(100,175,183); }
H1.HeaderClassName
{
color: #64AFB7;
}
.AnyTagClassName
{
color: #64AFB7;
}
</style>
background-color css
<style>
a { background-color: #64AFB7; }
a { background-color: rgb(100,175,183); }
div.DivClassName
{
background-color: #64AFB7;
}
.BgClassName
{
background-color: #64AFB7;
}
</style>
border-color css
<style>
span { border-color: #64AFB7; }
span { border-color: rgb(100,175,183); }
td.TdClassName
{
border-color: #64AFB7;
}
.TagClassName
{
border-color: #64AFB7;
}
</style>