Shades of Fountain Blue #64BEC2
Tints of Fountain Blue #64BEC2
RGB
CMYK
RGB Variations
Color information
#64BEC2 (or 0x64BEC2) is known color: Fountain Blue. HEX triplet: 64, BE and C2. RGB value is (100,190,194). Sum of RGB (Red+Green+Blue) = 100+190+194=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #64BEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEC2 is #9B413D. Grayscale: #A3A3A3. Windows color (decimal): -10174782 or 12762724. OLE color: 12762724.
HSL color Cylindrical-coordinate representation of color #64BEC2: hue angle of 182.55º 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 #64BEC2 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 190 | 194 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.24 |
| HSL | 182.55º | 0.44% | 0.58% | - |
| HSV(B) | 182.55º | 0.48% | 0.76% | - |
| XYZ | 33.41 | 43.43 | 57.66 | - |
| YUV | 163.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 194 | 0.48 | 0.02 | 0 | 0.24 | 182.55 | 0.44 | 0.58 |
| Hex | 64 | BE | C2 | 30 | 2 | 0 | 18 | B7 | 2C | 3A |
| Octal | 144 | 276 | 302 | 60 | 2 | 0 | 30 | 267 | 54 | 72 |
| Binary | 1100100 | 10111110 | 11000010 | 110000 | 10 | 0 | 11000 | 10110111 | 101100 | 111010 |
Color Harmonies of #64BEC2
Complementary color
Monochromatic Colors of #64BEC2
Black with #64BEC2
Text Example
Text Example
White with #64BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEC2; }
p { color: rgb(100,190,194); }
H1.HeaderClassName
{
color: #64BEC2;
}
.AnyTagClassName
{
color: #64BEC2;
}
</style>
background-color css
<style>
a { background-color: #64BEC2; }
a { background-color: rgb(100,190,194); }
div.DivClassName
{
background-color: #64BEC2;
}
.BgClassName
{
background-color: #64BEC2;
}
</style>
border-color css
<style>
span { border-color: #64BEC2; }
span { border-color: rgb(100,190,194); }
td.TdClassName
{
border-color: #64BEC2;
}
.TagClassName
{
border-color: #64BEC2;
}
</style>