Shades of Electric Blue #78EEEA
Tints of Electric Blue #78EEEA
RGB
CMYK
RGB Variations
Color information
#78EEEA (or 0x78EEEA) is known color: Electric Blue. HEX triplet: 78, EE and EA. RGB value is (120,238,234). Sum of RGB (Red+Green+Blue) = 120+238+234=592 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.27% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EEEA is #871115. Grayscale: #CACACA. Windows color (decimal): -8851734 or 15396472. OLE color: 15396472.
HSL color Cylindrical-coordinate representation of color #78EEEA: hue angle of 177.97º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EEEA is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 238 | 234 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.07 |
| HSL | 177.97º | 0.78% | 0.7% | - |
| HSV(B) | 177.97º | 0.5% | 0.93% | - |
| XYZ | 53.17 | 71.08 | 88.76 | - |
| YUV | 202.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 238 | 234 | 0.50 | 0 | 0.02 | 0.07 | 177.97 | 0.78 | 0.7 |
| Hex | 78 | EE | EA | 32 | 0 | 2 | 7 | B2 | 4E | 46 |
| Octal | 170 | 356 | 352 | 62 | 0 | 2 | 7 | 262 | 116 | 106 |
| Binary | 1111000 | 11101110 | 11101010 | 110010 | 0 | 10 | 111 | 10110010 | 1001110 | 1000110 |
Color Harmonies of #78EEEA
Complementary color
Monochromatic Colors of #78EEEA
Black with #78EEEA
Text Example
Text Example
White with #78EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EEEA; }
p { color: rgb(120,238,234); }
H1.HeaderClassName
{
color: #78EEEA;
}
.AnyTagClassName
{
color: #78EEEA;
}
</style>
background-color css
<style>
a { background-color: #78EEEA; }
a { background-color: rgb(120,238,234); }
div.DivClassName
{
background-color: #78EEEA;
}
.BgClassName
{
background-color: #78EEEA;
}
</style>
border-color css
<style>
span { border-color: #78EEEA; }
span { border-color: rgb(120,238,234); }
td.TdClassName
{
border-color: #78EEEA;
}
.TagClassName
{
border-color: #78EEEA;
}
</style>