Shades of Electric Blue #78F1EC
Tints of Electric Blue #78F1EC
RGB
CMYK
RGB Variations
Color information
#78F1EC (or 0x78F1EC) is known color: Electric Blue. HEX triplet: 78, F1 and EC. RGB value is (120,241,236). Sum of RGB (Red+Green+Blue) = 120+241+236=597 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.10% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #78F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F1EC is #870E13. Grayscale: #CCCCCC. Windows color (decimal): -8850964 or 15528312. OLE color: 15528312.
HSL color Cylindrical-coordinate representation of color #78F1EC: hue angle of 177.52º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F1EC is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 241 | 236 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.05 |
| HSL | 177.52º | 0.81% | 0.71% | - |
| HSV(B) | 177.52º | 0.5% | 0.95% | - |
| XYZ | 54.34 | 72.96 | 90.58 | - |
| YUV | 204.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 241 | 236 | 0.50 | 0 | 0.02 | 0.05 | 177.52 | 0.81 | 0.71 |
| Hex | 78 | F1 | EC | 32 | 0 | 2 | 5 | B2 | 51 | 47 |
| Octal | 170 | 361 | 354 | 62 | 0 | 2 | 5 | 262 | 121 | 107 |
| Binary | 1111000 | 11110001 | 11101100 | 110010 | 0 | 10 | 101 | 10110010 | 1010001 | 1000111 |
Color Harmonies of #78F1EC
Complementary color
Monochromatic Colors of #78F1EC
Black with #78F1EC
Text Example
Text Example
White with #78F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F1EC; }
p { color: rgb(120,241,236); }
H1.HeaderClassName
{
color: #78F1EC;
}
.AnyTagClassName
{
color: #78F1EC;
}
</style>
background-color css
<style>
a { background-color: #78F1EC; }
a { background-color: rgb(120,241,236); }
div.DivClassName
{
background-color: #78F1EC;
}
.BgClassName
{
background-color: #78F1EC;
}
</style>
border-color css
<style>
span { border-color: #78F1EC; }
span { border-color: rgb(120,241,236); }
td.TdClassName
{
border-color: #78F1EC;
}
.TagClassName
{
border-color: #78F1EC;
}
</style>