Shades of Fountain Blue #64BEB5
Tints of Fountain Blue #64BEB5
RGB
CMYK
RGB Variations
Color information
#64BEB5 (or 0x64BEB5) is known color: Fountain Blue. HEX triplet: 64, BE and B5. RGB value is (100,190,181). Sum of RGB (Red+Green+Blue) = 100+190+181=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEB5 is #9B414A. Grayscale: #A2A2A2. Windows color (decimal): -10174795 or 11910756. OLE color: 11910756.
HSL color Cylindrical-coordinate representation of color #64BEB5: hue angle of 174º 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 #64BEB5 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 181 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.25 |
| HSL | 174º | 0.41% | 0.57% | - |
| HSV(B) | 174º | 0.47% | 0.75% | - |
| XYZ | 32.01 | 42.87 | 50.3 | - |
| YUV | 162.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 181 | 0.47 | 0 | 0.05 | 0.25 | 174 | 0.41 | 0.57 |
| Hex | 64 | BE | B5 | 2F | 0 | 5 | 19 | AE | 29 | 39 |
| Octal | 144 | 276 | 265 | 57 | 0 | 5 | 31 | 256 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10110101 | 101111 | 0 | 101 | 11001 | 10101110 | 101001 | 111001 |
Color Harmonies of #64BEB5
Complementary color
Monochromatic Colors of #64BEB5
Black with #64BEB5
Text Example
Text Example
White with #64BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEB5; }
p { color: rgb(100,190,181); }
H1.HeaderClassName
{
color: #64BEB5;
}
.AnyTagClassName
{
color: #64BEB5;
}
</style>
background-color css
<style>
a { background-color: #64BEB5; }
a { background-color: rgb(100,190,181); }
div.DivClassName
{
background-color: #64BEB5;
}
.BgClassName
{
background-color: #64BEB5;
}
</style>
border-color css
<style>
span { border-color: #64BEB5; }
span { border-color: rgb(100,190,181); }
td.TdClassName
{
border-color: #64BEB5;
}
.TagClassName
{
border-color: #64BEB5;
}
</style>