Shades of Electric Blue #78F8EC
Tints of Electric Blue #78F8EC
RGB
CMYK
RGB Variations
Color information
#78F8EC (or 0x78F8EC) is known color: Electric Blue. HEX triplet: 78, F8 and EC. RGB value is (120,248,236). Sum of RGB (Red+Green+Blue) = 120+248+236=604 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.87% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F8EC is #870713. Grayscale: #D0D0D0. Windows color (decimal): -8849172 or 15530104. OLE color: 15530104.
HSL color Cylindrical-coordinate representation of color #78F8EC: hue angle of 174.38º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F8EC is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 248 | 236 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.03 |
| HSL | 174.38º | 0.9% | 0.72% | - |
| HSV(B) | 174.38º | 0.52% | 0.97% | - |
| XYZ | 56.45 | 77.18 | 91.28 | - |
| YUV | 208.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 248 | 236 | 0.52 | 0 | 0.05 | 0.03 | 174.38 | 0.9 | 0.72 |
| Hex | 78 | F8 | EC | 34 | 0 | 5 | 3 | AE | 5A | 48 |
| Octal | 170 | 370 | 354 | 64 | 0 | 5 | 3 | 256 | 132 | 110 |
| Binary | 1111000 | 11111000 | 11101100 | 110100 | 0 | 101 | 11 | 10101110 | 1011010 | 1001000 |
Color Harmonies of #78F8EC
Complementary color
Monochromatic Colors of #78F8EC
Black with #78F8EC
Text Example
Text Example
White with #78F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F8EC; }
p { color: rgb(120,248,236); }
H1.HeaderClassName
{
color: #78F8EC;
}
.AnyTagClassName
{
color: #78F8EC;
}
</style>
background-color css
<style>
a { background-color: #78F8EC; }
a { background-color: rgb(120,248,236); }
div.DivClassName
{
background-color: #78F8EC;
}
.BgClassName
{
background-color: #78F8EC;
}
</style>
border-color css
<style>
span { border-color: #78F8EC; }
span { border-color: rgb(120,248,236); }
td.TdClassName
{
border-color: #78F8EC;
}
.TagClassName
{
border-color: #78F8EC;
}
</style>