Shades of Electric Blue #78EFF1
Tints of Electric Blue #78EFF1
RGB
CMYK
RGB Variations
Color information
#78EFF1 (or 0x78EFF1) is known color: Electric Blue. HEX triplet: 78, EF and F1. RGB value is (120,239,241). Sum of RGB (Red+Green+Blue) = 120+239+241=600 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #78EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFF1 is #87100E. Grayscale: #CBCBCB. Windows color (decimal): -8851471 or 15855480. OLE color: 15855480.
HSL color Cylindrical-coordinate representation of color #78EFF1: hue angle of 180.99º 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 #78EFF1 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 239 | 241 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.05 |
| HSL | 180.99º | 0.81% | 0.71% | - |
| HSV(B) | 180.99º | 0.5% | 0.95% | - |
| XYZ | 54.49 | 72.08 | 94.26 | - |
| YUV | 203.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 239 | 241 | 0.50 | 0.01 | 0 | 0.05 | 180.99 | 0.81 | 0.71 |
| Hex | 78 | EF | F1 | 32 | 1 | 0 | 5 | B5 | 51 | 47 |
| Octal | 170 | 357 | 361 | 62 | 1 | 0 | 5 | 265 | 121 | 107 |
| Binary | 1111000 | 11101111 | 11110001 | 110010 | 1 | 0 | 101 | 10110101 | 1010001 | 1000111 |
Color Harmonies of #78EFF1
Complementary color
Monochromatic Colors of #78EFF1
Black with #78EFF1
Text Example
Text Example
White with #78EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EFF1; }
p { color: rgb(120,239,241); }
H1.HeaderClassName
{
color: #78EFF1;
}
.AnyTagClassName
{
color: #78EFF1;
}
</style>
background-color css
<style>
a { background-color: #78EFF1; }
a { background-color: rgb(120,239,241); }
div.DivClassName
{
background-color: #78EFF1;
}
.BgClassName
{
background-color: #78EFF1;
}
</style>
border-color css
<style>
span { border-color: #78EFF1; }
span { border-color: rgb(120,239,241); }
td.TdClassName
{
border-color: #78EFF1;
}
.TagClassName
{
border-color: #78EFF1;
}
</style>