Shades of Fountain Blue #64ABB9
Tints of Fountain Blue #64ABB9
RGB
CMYK
RGB Variations
Color information
#64ABB9 (or 0x64ABB9) is known color: Fountain Blue. HEX triplet: 64, AB and B9. RGB value is (100,171,185). Sum of RGB (Red+Green+Blue) = 100+171+185=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #64ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABB9 is #9B5446. Grayscale: #979797. Windows color (decimal): -10179655 or 12168036. OLE color: 12168036.
HSL color Cylindrical-coordinate representation of color #64ABB9: hue angle of 189.88º 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 #64ABB9 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 171 | 185 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.27 |
| HSL | 189.88º | 0.38% | 0.56% | - |
| HSV(B) | 189.88º | 0.46% | 0.73% | - |
| XYZ | 28.58 | 35.34 | 51.21 | - |
| YUV | 151.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 185 | 0.46 | 0.08 | 0 | 0.27 | 189.88 | 0.38 | 0.56 |
| Hex | 64 | AB | B9 | 2E | 8 | 0 | 1B | BE | 26 | 38 |
| Octal | 144 | 253 | 271 | 56 | 10 | 0 | 33 | 276 | 46 | 70 |
| Binary | 1100100 | 10101011 | 10111001 | 101110 | 1000 | 0 | 11011 | 10111110 | 100110 | 111000 |
Color Harmonies of #64ABB9
Complementary color
Monochromatic Colors of #64ABB9
Black with #64ABB9
Text Example
Text Example
White with #64ABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABB9; }
p { color: rgb(100,171,185); }
H1.HeaderClassName
{
color: #64ABB9;
}
.AnyTagClassName
{
color: #64ABB9;
}
</style>
background-color css
<style>
a { background-color: #64ABB9; }
a { background-color: rgb(100,171,185); }
div.DivClassName
{
background-color: #64ABB9;
}
.BgClassName
{
background-color: #64ABB9;
}
</style>
border-color css
<style>
span { border-color: #64ABB9; }
span { border-color: rgb(100,171,185); }
td.TdClassName
{
border-color: #64ABB9;
}
.TagClassName
{
border-color: #64ABB9;
}
</style>