Shades of Electric Blue #78F9EC
Tints of Electric Blue #78F9EC
RGB
CMYK
RGB Variations
Color information
#78F9EC (or 0x78F9EC) is known color: Electric Blue. HEX triplet: 78, F9 and EC. RGB value is (120,249,236). Sum of RGB (Red+Green+Blue) = 120+249+236=605 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.83% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F9EC is #870613. Grayscale: #D0D0D0. Windows color (decimal): -8848916 or 15530360. OLE color: 15530360.
HSL color Cylindrical-coordinate representation of color #78F9EC: hue angle of 173.95º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9EC is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 249 | 236 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.02 |
| HSL | 173.95º | 0.91% | 0.72% | - |
| HSV(B) | 173.95º | 0.52% | 0.98% | - |
| XYZ | 56.76 | 77.8 | 91.38 | - |
| YUV | 208.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 249 | 236 | 0.52 | 0 | 0.05 | 0.02 | 173.95 | 0.91 | 0.72 |
| Hex | 78 | F9 | EC | 34 | 0 | 5 | 2 | AE | 5B | 48 |
| Octal | 170 | 371 | 354 | 64 | 0 | 5 | 2 | 256 | 133 | 110 |
| Binary | 1111000 | 11111001 | 11101100 | 110100 | 0 | 101 | 10 | 10101110 | 1011011 | 1001000 |
Color Harmonies of #78F9EC
Complementary color
Monochromatic Colors of #78F9EC
Black with #78F9EC
Text Example
Text Example
White with #78F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F9EC; }
p { color: rgb(120,249,236); }
H1.HeaderClassName
{
color: #78F9EC;
}
.AnyTagClassName
{
color: #78F9EC;
}
</style>
background-color css
<style>
a { background-color: #78F9EC; }
a { background-color: rgb(120,249,236); }
div.DivClassName
{
background-color: #78F9EC;
}
.BgClassName
{
background-color: #78F9EC;
}
</style>
border-color css
<style>
span { border-color: #78F9EC; }
span { border-color: rgb(120,249,236); }
td.TdClassName
{
border-color: #78F9EC;
}
.TagClassName
{
border-color: #78F9EC;
}
</style>