Shades of Fountain Blue #64B8BC
Tints of Fountain Blue #64B8BC
RGB
CMYK
RGB Variations
Color information
#64B8BC (or 0x64B8BC) is known color: Fountain Blue. HEX triplet: 64, B8 and BC. RGB value is (100,184,188). Sum of RGB (Red+Green+Blue) = 100+184+188=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #64B8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B8BC is #9B4743. Grayscale: #9F9F9F. Windows color (decimal): -10176324 or 12367972. OLE color: 12367972.
HSL color Cylindrical-coordinate representation of color #64B8BC: hue angle of 182.73º 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 #64B8BC is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 184 | 188 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.26 |
| HSL | 182.73º | 0.4% | 0.56% | - |
| HSV(B) | 182.73º | 0.47% | 0.74% | - |
| XYZ | 31.47 | 40.62 | 53.76 | - |
| YUV | 159.34 | 144.17 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 188 | 0.47 | 0.02 | 0 | 0.26 | 182.73 | 0.4 | 0.56 |
| Hex | 64 | B8 | BC | 2F | 2 | 0 | 1A | B7 | 28 | 38 |
| Octal | 144 | 270 | 274 | 57 | 2 | 0 | 32 | 267 | 50 | 70 |
| Binary | 1100100 | 10111000 | 10111100 | 101111 | 10 | 0 | 11010 | 10110111 | 101000 | 111000 |
Color Harmonies of #64B8BC
Complementary color
Monochromatic Colors of #64B8BC
Black with #64B8BC
Text Example
Text Example
White with #64B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B8BC; }
p { color: rgb(100,184,188); }
H1.HeaderClassName
{
color: #64B8BC;
}
.AnyTagClassName
{
color: #64B8BC;
}
</style>
background-color css
<style>
a { background-color: #64B8BC; }
a { background-color: rgb(100,184,188); }
div.DivClassName
{
background-color: #64B8BC;
}
.BgClassName
{
background-color: #64B8BC;
}
</style>
border-color css
<style>
span { border-color: #64B8BC; }
span { border-color: rgb(100,184,188); }
td.TdClassName
{
border-color: #64B8BC;
}
.TagClassName
{
border-color: #64B8BC;
}
</style>