Shades of Electric Blue #78F2F0
Tints of Electric Blue #78F2F0
RGB
CMYK
RGB Variations
Color information
#78F2F0 (or 0x78F2F0) is known color: Electric Blue. HEX triplet: 78, F2 and F0. RGB value is (120,242,240). Sum of RGB (Red+Green+Blue) = 120+242+240=602 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.93% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F2F0 is #870D0F. Grayscale: #CDCDCD. Windows color (decimal): -8850704 or 15790712. OLE color: 15790712.
HSL color Cylindrical-coordinate representation of color #78F2F0: hue angle of 179.02º degrees, saturation: 0.82, 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 #78F2F0 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 242 | 240 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.05 |
| HSL | 179.02º | 0.82% | 0.71% | - |
| HSV(B) | 179.02º | 0.5% | 0.95% | - |
| XYZ | 55.23 | 73.79 | 93.77 | - |
| YUV | 205.29 | 147.58 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 240 | 0.50 | 0 | 0.01 | 0.05 | 179.02 | 0.82 | 0.71 |
| Hex | 78 | F2 | F0 | 32 | 0 | 1 | 5 | B3 | 52 | 47 |
| Octal | 170 | 362 | 360 | 62 | 0 | 1 | 5 | 263 | 122 | 107 |
| Binary | 1111000 | 11110010 | 11110000 | 110010 | 0 | 1 | 101 | 10110011 | 1010010 | 1000111 |
Color Harmonies of #78F2F0
Complementary color
Monochromatic Colors of #78F2F0
Black with #78F2F0
Text Example
Text Example
White with #78F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F2F0; }
p { color: rgb(120,242,240); }
H1.HeaderClassName
{
color: #78F2F0;
}
.AnyTagClassName
{
color: #78F2F0;
}
</style>
background-color css
<style>
a { background-color: #78F2F0; }
a { background-color: rgb(120,242,240); }
div.DivClassName
{
background-color: #78F2F0;
}
.BgClassName
{
background-color: #78F2F0;
}
</style>
border-color css
<style>
span { border-color: #78F2F0; }
span { border-color: rgb(120,242,240); }
td.TdClassName
{
border-color: #78F2F0;
}
.TagClassName
{
border-color: #78F2F0;
}
</style>