Shades of Electric Blue #78EDF2
Tints of Electric Blue #78EDF2
RGB
CMYK
RGB Variations
Color information
#78EDF2 (or 0x78EDF2) is known color: Electric Blue. HEX triplet: 78, ED and F2. RGB value is (120,237,242). Sum of RGB (Red+Green+Blue) = 120+237+242=599 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.03% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #78EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EDF2 is #87120D. Grayscale: #CACACA. Windows color (decimal): -8851982 or 15920504. OLE color: 15920504.
HSL color Cylindrical-coordinate representation of color #78EDF2: hue angle of 182.46º 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 #78EDF2 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 237 | 242 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.05 |
| HSL | 182.46º | 0.82% | 0.71% | - |
| HSV(B) | 182.46º | 0.5% | 0.95% | - |
| XYZ | 54.06 | 70.97 | 94.85 | - |
| YUV | 202.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 237 | 242 | 0.50 | 0.02 | 0 | 0.05 | 182.46 | 0.82 | 0.71 |
| Hex | 78 | ED | F2 | 32 | 2 | 0 | 5 | B6 | 52 | 47 |
| Octal | 170 | 355 | 362 | 62 | 2 | 0 | 5 | 266 | 122 | 107 |
| Binary | 1111000 | 11101101 | 11110010 | 110010 | 10 | 0 | 101 | 10110110 | 1010010 | 1000111 |
Color Harmonies of #78EDF2
Complementary color
Monochromatic Colors of #78EDF2
Black with #78EDF2
Text Example
Text Example
White with #78EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EDF2; }
p { color: rgb(120,237,242); }
H1.HeaderClassName
{
color: #78EDF2;
}
.AnyTagClassName
{
color: #78EDF2;
}
</style>
background-color css
<style>
a { background-color: #78EDF2; }
a { background-color: rgb(120,237,242); }
div.DivClassName
{
background-color: #78EDF2;
}
.BgClassName
{
background-color: #78EDF2;
}
</style>
border-color css
<style>
span { border-color: #78EDF2; }
span { border-color: rgb(120,237,242); }
td.TdClassName
{
border-color: #78EDF2;
}
.TagClassName
{
border-color: #78EDF2;
}
</style>