Shades of Fountain Blue #64AFBD
Tints of Fountain Blue #64AFBD
RGB
CMYK
RGB Variations
Color information
#64AFBD (or 0x64AFBD) is known color: Fountain Blue. HEX triplet: 64, AF and BD. RGB value is (100,175,189). Sum of RGB (Red+Green+Blue) = 100+175+189=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #64AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFBD is #9B5042. Grayscale: #9A9A9A. Windows color (decimal): -10178627 or 12431204. OLE color: 12431204.
HSL color Cylindrical-coordinate representation of color #64AFBD: hue angle of 189.44º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AFBD is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 175 | 189 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.26 |
| HSL | 189.44º | 0.4% | 0.57% | - |
| HSV(B) | 189.44º | 0.47% | 0.74% | - |
| XYZ | 29.77 | 37.04 | 53.73 | - |
| YUV | 154.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 189 | 0.47 | 0.07 | 0 | 0.26 | 189.44 | 0.4 | 0.57 |
| Hex | 64 | AF | BD | 2F | 7 | 0 | 1A | BD | 28 | 39 |
| Octal | 144 | 257 | 275 | 57 | 7 | 0 | 32 | 275 | 50 | 71 |
| Binary | 1100100 | 10101111 | 10111101 | 101111 | 111 | 0 | 11010 | 10111101 | 101000 | 111001 |
Color Harmonies of #64AFBD
Complementary color
Monochromatic Colors of #64AFBD
Black with #64AFBD
Text Example
Text Example
White with #64AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFBD; }
p { color: rgb(100,175,189); }
H1.HeaderClassName
{
color: #64AFBD;
}
.AnyTagClassName
{
color: #64AFBD;
}
</style>
background-color css
<style>
a { background-color: #64AFBD; }
a { background-color: rgb(100,175,189); }
div.DivClassName
{
background-color: #64AFBD;
}
.BgClassName
{
background-color: #64AFBD;
}
</style>
border-color css
<style>
span { border-color: #64AFBD; }
span { border-color: rgb(100,175,189); }
td.TdClassName
{
border-color: #64AFBD;
}
.TagClassName
{
border-color: #64AFBD;
}
</style>