Shades of Fountain Blue #64BFC2
Tints of Fountain Blue #64BFC2
RGB
CMYK
RGB Variations
Color information
#64BFC2 (or 0x64BFC2) is known color: Fountain Blue. HEX triplet: 64, BF and C2. RGB value is (100,191,194). Sum of RGB (Red+Green+Blue) = 100+191+194=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #64BFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFC2 is #9B403D. Grayscale: #A4A4A4. Windows color (decimal): -10174526 or 12762980. OLE color: 12762980.
HSL color Cylindrical-coordinate representation of color #64BFC2: hue angle of 181.91º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BFC2 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 191 | 194 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.24 |
| HSL | 181.91º | 0.44% | 0.58% | - |
| HSV(B) | 181.91º | 0.48% | 0.76% | - |
| XYZ | 33.62 | 43.87 | 57.73 | - |
| YUV | 164.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 194 | 0.48 | 0.02 | 0 | 0.24 | 181.91 | 0.44 | 0.58 |
| Hex | 64 | BF | C2 | 30 | 2 | 0 | 18 | B6 | 2C | 3A |
| Octal | 144 | 277 | 302 | 60 | 2 | 0 | 30 | 266 | 54 | 72 |
| Binary | 1100100 | 10111111 | 11000010 | 110000 | 10 | 0 | 11000 | 10110110 | 101100 | 111010 |
Color Harmonies of #64BFC2
Complementary color
Monochromatic Colors of #64BFC2
Black with #64BFC2
Text Example
Text Example
White with #64BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFC2; }
p { color: rgb(100,191,194); }
H1.HeaderClassName
{
color: #64BFC2;
}
.AnyTagClassName
{
color: #64BFC2;
}
</style>
background-color css
<style>
a { background-color: #64BFC2; }
a { background-color: rgb(100,191,194); }
div.DivClassName
{
background-color: #64BFC2;
}
.BgClassName
{
background-color: #64BFC2;
}
</style>
border-color css
<style>
span { border-color: #64BFC2; }
span { border-color: rgb(100,191,194); }
td.TdClassName
{
border-color: #64BFC2;
}
.TagClassName
{
border-color: #64BFC2;
}
</style>