Shades of Electric Blue #78EFF8
Tints of Electric Blue #78EFF8
RGB
CMYK
RGB Variations
Color information
#78EFF8 (or 0x78EFF8) is known color: Electric Blue. HEX triplet: 78, EF and F8. RGB value is (120,239,248). Sum of RGB (Red+Green+Blue) = 120+239+248=607 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.77% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #78EFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EFF8 is #871007. Grayscale: #CCCCCC. Windows color (decimal): -8851464 or 16314232. OLE color: 16314232.
HSL color Cylindrical-coordinate representation of color #78EFF8: hue angle of 184.22º 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 #78EFF8 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 239 | 248 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.03 |
| HSL | 184.22º | 0.9% | 0.72% | - |
| HSV(B) | 184.22º | 0.52% | 0.97% | - |
| XYZ | 55.56 | 72.5 | 99.87 | - |
| YUV | 204.45 | 152.58 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 239 | 248 | 0.52 | 0.04 | 0 | 0.03 | 184.22 | 0.9 | 0.72 |
| Hex | 78 | EF | F8 | 34 | 4 | 0 | 3 | B8 | 5A | 48 |
| Octal | 170 | 357 | 370 | 64 | 4 | 0 | 3 | 270 | 132 | 110 |
| Binary | 1111000 | 11101111 | 11111000 | 110100 | 100 | 0 | 11 | 10111000 | 1011010 | 1001000 |
Color Harmonies of #78EFF8
Complementary color
Monochromatic Colors of #78EFF8
Black with #78EFF8
Text Example
Text Example
White with #78EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EFF8; }
p { color: rgb(120,239,248); }
H1.HeaderClassName
{
color: #78EFF8;
}
.AnyTagClassName
{
color: #78EFF8;
}
</style>
background-color css
<style>
a { background-color: #78EFF8; }
a { background-color: rgb(120,239,248); }
div.DivClassName
{
background-color: #78EFF8;
}
.BgClassName
{
background-color: #78EFF8;
}
</style>
border-color css
<style>
span { border-color: #78EFF8; }
span { border-color: rgb(120,239,248); }
td.TdClassName
{
border-color: #78EFF8;
}
.TagClassName
{
border-color: #78EFF8;
}
</style>