Shades of Electric Blue #78F8FA
Tints of Electric Blue #78F8FA
RGB
CMYK
RGB Variations
Color information
#78F8FA (or 0x78F8FA) is known color: Electric Blue. HEX triplet: 78, F8 and FA. RGB value is (120,248,250). Sum of RGB (Red+Green+Blue) = 120+248+250=618 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.42% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #78F8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F8FA is #870705. Grayscale: #D1D1D1. Windows color (decimal): -8849158 or 16447608. OLE color: 16447608.
HSL color Cylindrical-coordinate representation of color #78F8FA: hue angle of 180.92º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F8FA is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 248 | 250 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.02 |
| HSL | 180.92º | 0.93% | 0.73% | - |
| HSV(B) | 180.92º | 0.52% | 0.98% | - |
| XYZ | 58.57 | 78.03 | 102.42 | - |
| YUV | 209.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 248 | 250 | 0.52 | 0.01 | 0 | 0.02 | 180.92 | 0.93 | 0.73 |
| Hex | 78 | F8 | FA | 34 | 1 | 0 | 2 | B5 | 5D | 49 |
| Octal | 170 | 370 | 372 | 64 | 1 | 0 | 2 | 265 | 135 | 111 |
| Binary | 1111000 | 11111000 | 11111010 | 110100 | 1 | 0 | 10 | 10110101 | 1011101 | 1001001 |
Color Harmonies of #78F8FA
Complementary color
Monochromatic Colors of #78F8FA
Black with #78F8FA
Text Example
Text Example
White with #78F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F8FA; }
p { color: rgb(120,248,250); }
H1.HeaderClassName
{
color: #78F8FA;
}
.AnyTagClassName
{
color: #78F8FA;
}
</style>
background-color css
<style>
a { background-color: #78F8FA; }
a { background-color: rgb(120,248,250); }
div.DivClassName
{
background-color: #78F8FA;
}
.BgClassName
{
background-color: #78F8FA;
}
</style>
border-color css
<style>
span { border-color: #78F8FA; }
span { border-color: rgb(120,248,250); }
td.TdClassName
{
border-color: #78F8FA;
}
.TagClassName
{
border-color: #78F8FA;
}
</style>