Shades of Fountain Blue #64ABBD
Tints of Fountain Blue #64ABBD
RGB
CMYK
RGB Variations
Color information
#64ABBD (or 0x64ABBD) is known color: Fountain Blue. HEX triplet: 64, AB and BD. RGB value is (100,171,189). Sum of RGB (Red+Green+Blue) = 100+171+189=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #64ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABBD is #9B5442. Grayscale: #979797. Windows color (decimal): -10179651 or 12430180. OLE color: 12430180.
HSL color Cylindrical-coordinate representation of color #64ABBD: hue angle of 192.13º 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 #64ABBD is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 171 | 189 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.26 |
| HSL | 192.13º | 0.4% | 0.57% | - |
| HSV(B) | 192.13º | 0.47% | 0.74% | - |
| XYZ | 29 | 35.51 | 53.47 | - |
| YUV | 151.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 189 | 0.47 | 0.10 | 0 | 0.26 | 192.13 | 0.4 | 0.57 |
| Hex | 64 | AB | BD | 2F | A | 0 | 1A | C0 | 28 | 39 |
| Octal | 144 | 253 | 275 | 57 | 12 | 0 | 32 | 300 | 50 | 71 |
| Binary | 1100100 | 10101011 | 10111101 | 101111 | 1010 | 0 | 11010 | 11000000 | 101000 | 111001 |
Color Harmonies of #64ABBD
Complementary color
Monochromatic Colors of #64ABBD
Black with #64ABBD
Text Example
Text Example
White with #64ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABBD; }
p { color: rgb(100,171,189); }
H1.HeaderClassName
{
color: #64ABBD;
}
.AnyTagClassName
{
color: #64ABBD;
}
</style>
background-color css
<style>
a { background-color: #64ABBD; }
a { background-color: rgb(100,171,189); }
div.DivClassName
{
background-color: #64ABBD;
}
.BgClassName
{
background-color: #64ABBD;
}
</style>
border-color css
<style>
span { border-color: #64ABBD; }
span { border-color: rgb(100,171,189); }
td.TdClassName
{
border-color: #64ABBD;
}
.TagClassName
{
border-color: #64ABBD;
}
</style>