Shades of Fountain Blue #64ACBC
Tints of Fountain Blue #64ACBC
RGB
CMYK
RGB Variations
Color information
#64ACBC (or 0x64ACBC) is known color: Fountain Blue. HEX triplet: 64, AC and BC. RGB value is (100,172,188). Sum of RGB (Red+Green+Blue) = 100+172+188=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #64ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACBC is #9B5343. Grayscale: #989898. Windows color (decimal): -10179396 or 12364900. OLE color: 12364900.
HSL color Cylindrical-coordinate representation of color #64ACBC: hue angle of 190.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64ACBC is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 172 | 188 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.26 |
| HSL | 190.91º | 0.4% | 0.56% | - |
| HSV(B) | 190.91º | 0.47% | 0.74% | - |
| XYZ | 29.09 | 35.85 | 52.96 | - |
| YUV | 152.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 188 | 0.47 | 0.09 | 0 | 0.26 | 190.91 | 0.4 | 0.56 |
| Hex | 64 | AC | BC | 2F | 9 | 0 | 1A | BF | 28 | 38 |
| Octal | 144 | 254 | 274 | 57 | 11 | 0 | 32 | 277 | 50 | 70 |
| Binary | 1100100 | 10101100 | 10111100 | 101111 | 1001 | 0 | 11010 | 10111111 | 101000 | 111000 |
Color Harmonies of #64ACBC
Complementary color
Monochromatic Colors of #64ACBC
Black with #64ACBC
Text Example
Text Example
White with #64ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACBC; }
p { color: rgb(100,172,188); }
H1.HeaderClassName
{
color: #64ACBC;
}
.AnyTagClassName
{
color: #64ACBC;
}
</style>
background-color css
<style>
a { background-color: #64ACBC; }
a { background-color: rgb(100,172,188); }
div.DivClassName
{
background-color: #64ACBC;
}
.BgClassName
{
background-color: #64ACBC;
}
</style>
border-color css
<style>
span { border-color: #64ACBC; }
span { border-color: rgb(100,172,188); }
td.TdClassName
{
border-color: #64ACBC;
}
.TagClassName
{
border-color: #64ACBC;
}
</style>