Shades of Electric Blue #78E8FE
Tints of Electric Blue #78E8FE
RGB
CMYK
RGB Variations
Color information
#78E8FE (or 0x78E8FE) is known color: Electric Blue. HEX triplet: 78, E8 and FE. RGB value is (120,232,254). Sum of RGB (Red+Green+Blue) = 120+232+254=606 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.80% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #78E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78E8FE is #871701. Grayscale: #C8C8C8. Windows color (decimal): -8853250 or 16705656. OLE color: 16705656.
HSL color Cylindrical-coordinate representation of color #78E8FE: hue angle of 189.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78E8FE is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 232 | 254 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.00 |
| HSL | 189.85º | 0.99% | 0.73% | - |
| HSV(B) | 189.85º | 0.53% | 1% | - |
| XYZ | 54.49 | 68.86 | 104.19 | - |
| YUV | 201.02 | 157.89 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 254 | 0.53 | 0.09 | 0 | 0.00 | 189.85 | 0.99 | 0.73 |
| Hex | 78 | E8 | FE | 35 | 9 | 0 | 0 | BE | 63 | 49 |
| Octal | 170 | 350 | 376 | 65 | 11 | 0 | 0 | 276 | 143 | 111 |
| Binary | 1111000 | 11101000 | 11111110 | 110101 | 1001 | 0 | 0 | 10111110 | 1100011 | 1001001 |
Color Harmonies of #78E8FE
Complementary color
Monochromatic Colors of #78E8FE
Black with #78E8FE
Text Example
Text Example
White with #78E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E8FE; }
p { color: rgb(120,232,254); }
H1.HeaderClassName
{
color: #78E8FE;
}
.AnyTagClassName
{
color: #78E8FE;
}
</style>
background-color css
<style>
a { background-color: #78E8FE; }
a { background-color: rgb(120,232,254); }
div.DivClassName
{
background-color: #78E8FE;
}
.BgClassName
{
background-color: #78E8FE;
}
</style>
border-color css
<style>
span { border-color: #78E8FE; }
span { border-color: rgb(120,232,254); }
td.TdClassName
{
border-color: #78E8FE;
}
.TagClassName
{
border-color: #78E8FE;
}
</style>