Shades of Fountain Blue #64ADBA
Tints of Fountain Blue #64ADBA
RGB
CMYK
RGB Variations
Color information
#64ADBA (or 0x64ADBA) is known color: Fountain Blue. HEX triplet: 64, AD and BA. RGB value is (100,173,186). Sum of RGB (Red+Green+Blue) = 100+173+186=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #64ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADBA is #9B5245. Grayscale: #989898. Windows color (decimal): -10179142 or 12234084. OLE color: 12234084.
HSL color Cylindrical-coordinate representation of color #64ADBA: hue angle of 189.07º 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 #64ADBA is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 173 | 186 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.27 |
| HSL | 189.07º | 0.38% | 0.56% | - |
| HSV(B) | 189.07º | 0.46% | 0.73% | - |
| XYZ | 29.06 | 36.14 | 51.9 | - |
| YUV | 152.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 186 | 0.46 | 0.07 | 0 | 0.27 | 189.07 | 0.38 | 0.56 |
| Hex | 64 | AD | BA | 2E | 7 | 0 | 1B | BD | 26 | 38 |
| Octal | 144 | 255 | 272 | 56 | 7 | 0 | 33 | 275 | 46 | 70 |
| Binary | 1100100 | 10101101 | 10111010 | 101110 | 111 | 0 | 11011 | 10111101 | 100110 | 111000 |
Color Harmonies of #64ADBA
Complementary color
Monochromatic Colors of #64ADBA
Black with #64ADBA
Text Example
Text Example
White with #64ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADBA; }
p { color: rgb(100,173,186); }
H1.HeaderClassName
{
color: #64ADBA;
}
.AnyTagClassName
{
color: #64ADBA;
}
</style>
background-color css
<style>
a { background-color: #64ADBA; }
a { background-color: rgb(100,173,186); }
div.DivClassName
{
background-color: #64ADBA;
}
.BgClassName
{
background-color: #64ADBA;
}
</style>
border-color css
<style>
span { border-color: #64ADBA; }
span { border-color: rgb(100,173,186); }
td.TdClassName
{
border-color: #64ADBA;
}
.TagClassName
{
border-color: #64ADBA;
}
</style>