Shades of Electric Blue #78F7F4
Tints of Electric Blue #78F7F4
RGB
CMYK
RGB Variations
Color information
#78F7F4 (or 0x78F7F4) is known color: Electric Blue. HEX triplet: 78, F7 and F4. RGB value is (120,247,244). Sum of RGB (Red+Green+Blue) = 120+247+244=611 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.64% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F7F4 is #87080B. Grayscale: #D0D0D0. Windows color (decimal): -8849420 or 16054136. OLE color: 16054136.
HSL color Cylindrical-coordinate representation of color #78F7F4: hue angle of 178.58º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F7F4 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 247 | 244 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.03 |
| HSL | 178.58º | 0.89% | 0.72% | - |
| HSV(B) | 178.58º | 0.51% | 0.97% | - |
| XYZ | 57.34 | 77.05 | 97.44 | - |
| YUV | 208.69 | 147.92 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 247 | 244 | 0.51 | 0 | 0.01 | 0.03 | 178.58 | 0.89 | 0.72 |
| Hex | 78 | F7 | F4 | 33 | 0 | 1 | 3 | B3 | 59 | 48 |
| Octal | 170 | 367 | 364 | 63 | 0 | 1 | 3 | 263 | 131 | 110 |
| Binary | 1111000 | 11110111 | 11110100 | 110011 | 0 | 1 | 11 | 10110011 | 1011001 | 1001000 |
Color Harmonies of #78F7F4
Complementary color
Monochromatic Colors of #78F7F4
Black with #78F7F4
Text Example
Text Example
White with #78F7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F7F4; }
p { color: rgb(120,247,244); }
H1.HeaderClassName
{
color: #78F7F4;
}
.AnyTagClassName
{
color: #78F7F4;
}
</style>
background-color css
<style>
a { background-color: #78F7F4; }
a { background-color: rgb(120,247,244); }
div.DivClassName
{
background-color: #78F7F4;
}
.BgClassName
{
background-color: #78F7F4;
}
</style>
border-color css
<style>
span { border-color: #78F7F4; }
span { border-color: rgb(120,247,244); }
td.TdClassName
{
border-color: #78F7F4;
}
.TagClassName
{
border-color: #78F7F4;
}
</style>