Shades of Electric Blue #78EFF4
Tints of Electric Blue #78EFF4
RGB
CMYK
RGB Variations
Color information
#78EFF4 (or 0x78EFF4) is known color: Electric Blue. HEX triplet: 78, EF and F4. RGB value is (120,239,244). Sum of RGB (Red+Green+Blue) = 120+239+244=603 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.90% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #78EFF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFF4 is #87100B. Grayscale: #CBCBCB. Windows color (decimal): -8851468 or 16052088. OLE color: 16052088.
HSL color Cylindrical-coordinate representation of color #78EFF4: hue angle of 182.42º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78EFF4 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 239 | 244 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.04 |
| HSL | 182.42º | 0.85% | 0.71% | - |
| HSV(B) | 182.42º | 0.51% | 0.96% | - |
| XYZ | 54.94 | 72.26 | 96.64 | - |
| YUV | 203.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 239 | 244 | 0.51 | 0.02 | 0 | 0.04 | 182.42 | 0.85 | 0.71 |
| Hex | 78 | EF | F4 | 33 | 2 | 0 | 4 | B6 | 55 | 47 |
| Octal | 170 | 357 | 364 | 63 | 2 | 0 | 4 | 266 | 125 | 107 |
| Binary | 1111000 | 11101111 | 11110100 | 110011 | 10 | 0 | 100 | 10110110 | 1010101 | 1000111 |
Color Harmonies of #78EFF4
Complementary color
Monochromatic Colors of #78EFF4
Black with #78EFF4
Text Example
Text Example
White with #78EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EFF4; }
p { color: rgb(120,239,244); }
H1.HeaderClassName
{
color: #78EFF4;
}
.AnyTagClassName
{
color: #78EFF4;
}
</style>
background-color css
<style>
a { background-color: #78EFF4; }
a { background-color: rgb(120,239,244); }
div.DivClassName
{
background-color: #78EFF4;
}
.BgClassName
{
background-color: #78EFF4;
}
</style>
border-color css
<style>
span { border-color: #78EFF4; }
span { border-color: rgb(120,239,244); }
td.TdClassName
{
border-color: #78EFF4;
}
.TagClassName
{
border-color: #78EFF4;
}
</style>