Shades of Fountain Blue #64BEBE
Tints of Fountain Blue #64BEBE
RGB
CMYK
RGB Variations
Color information
#64BEBE (or 0x64BEBE) is known color: Fountain Blue. HEX triplet: 64, BE and BE. RGB value is (100,190,190). Sum of RGB (Red+Green+Blue) = 100+190+190=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #64BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEBE is #9B4141. Grayscale: #A3A3A3. Windows color (decimal): -10174786 or 12500580. OLE color: 12500580.
HSL color Cylindrical-coordinate representation of color #64BEBE: hue angle of 180º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BEBE is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 190 | - |
| CMYK | 0.47 | 0 | 0 | 0.25 |
| HSL | 180º | 0.41% | 0.57% | - |
| HSV(B) | 180º | 0.47% | 0.75% | - |
| XYZ | 32.96 | 43.25 | 55.33 | - |
| YUV | 163.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 190 | 0.47 | 0 | 0 | 0.25 | 180 | 0.41 | 0.57 |
| Hex | 64 | BE | BE | 2F | 0 | 0 | 19 | B4 | 29 | 39 |
| Octal | 144 | 276 | 276 | 57 | 0 | 0 | 31 | 264 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10111110 | 101111 | 0 | 0 | 11001 | 10110100 | 101001 | 111001 |
Color Harmonies of #64BEBE
Complementary color
Monochromatic Colors of #64BEBE
Black with #64BEBE
Text Example
Text Example
White with #64BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEBE; }
p { color: rgb(100,190,190); }
H1.HeaderClassName
{
color: #64BEBE;
}
.AnyTagClassName
{
color: #64BEBE;
}
</style>
background-color css
<style>
a { background-color: #64BEBE; }
a { background-color: rgb(100,190,190); }
div.DivClassName
{
background-color: #64BEBE;
}
.BgClassName
{
background-color: #64BEBE;
}
</style>
border-color css
<style>
span { border-color: #64BEBE; }
span { border-color: rgb(100,190,190); }
td.TdClassName
{
border-color: #64BEBE;
}
.TagClassName
{
border-color: #64BEBE;
}
</style>