Shades of Electric Blue #78F5E8
Tints of Electric Blue #78F5E8
RGB
CMYK
RGB Variations
Color information
#78F5E8 (or 0x78F5E8) is known color: Electric Blue. HEX triplet: 78, F5 and E8. RGB value is (120,245,232). Sum of RGB (Red+Green+Blue) = 120+245+232=597 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.10% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #78F5E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F5E8 is #870A17. Grayscale: #CECECE. Windows color (decimal): -8849944 or 15267192. OLE color: 15267192.
HSL color Cylindrical-coordinate representation of color #78F5E8: hue angle of 173.76º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F5E8 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 245 | 232 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.04 |
| HSL | 173.76º | 0.86% | 0.72% | - |
| HSV(B) | 173.76º | 0.51% | 0.96% | - |
| XYZ | 54.96 | 75.12 | 87.95 | - |
| YUV | 206.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 245 | 232 | 0.51 | 0 | 0.05 | 0.04 | 173.76 | 0.86 | 0.72 |
| Hex | 78 | F5 | E8 | 33 | 0 | 5 | 4 | AE | 56 | 48 |
| Octal | 170 | 365 | 350 | 63 | 0 | 5 | 4 | 256 | 126 | 110 |
| Binary | 1111000 | 11110101 | 11101000 | 110011 | 0 | 101 | 100 | 10101110 | 1010110 | 1001000 |
Color Harmonies of #78F5E8
Complementary color
Monochromatic Colors of #78F5E8
Black with #78F5E8
Text Example
Text Example
White with #78F5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F5E8; }
p { color: rgb(120,245,232); }
H1.HeaderClassName
{
color: #78F5E8;
}
.AnyTagClassName
{
color: #78F5E8;
}
</style>
background-color css
<style>
a { background-color: #78F5E8; }
a { background-color: rgb(120,245,232); }
div.DivClassName
{
background-color: #78F5E8;
}
.BgClassName
{
background-color: #78F5E8;
}
</style>
border-color css
<style>
span { border-color: #78F5E8; }
span { border-color: rgb(120,245,232); }
td.TdClassName
{
border-color: #78F5E8;
}
.TagClassName
{
border-color: #78F5E8;
}
</style>