Shades of Electric Blue #78F9F1
Tints of Electric Blue #78F9F1
RGB
CMYK
RGB Variations
Color information
#78F9F1 (or 0x78F9F1) is known color: Electric Blue. HEX triplet: 78, F9 and F1. RGB value is (120,249,241). Sum of RGB (Red+Green+Blue) = 120+249+241=610 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.67% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F9F1 is #87060E. Grayscale: #D1D1D1. Windows color (decimal): -8848911 or 15858040. OLE color: 15858040.
HSL color Cylindrical-coordinate representation of color #78F9F1: hue angle of 176.28º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9F1 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 249 | 241 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.02 |
| HSL | 176.28º | 0.91% | 0.72% | - |
| HSV(B) | 176.28º | 0.52% | 0.98% | - |
| XYZ | 57.5 | 78.1 | 95.26 | - |
| YUV | 209.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 249 | 241 | 0.52 | 0 | 0.03 | 0.02 | 176.28 | 0.91 | 0.72 |
| Hex | 78 | F9 | F1 | 34 | 0 | 3 | 2 | B0 | 5B | 48 |
| Octal | 170 | 371 | 361 | 64 | 0 | 3 | 2 | 260 | 133 | 110 |
| Binary | 1111000 | 11111001 | 11110001 | 110100 | 0 | 11 | 10 | 10110000 | 1011011 | 1001000 |
Color Harmonies of #78F9F1
Complementary color
Monochromatic Colors of #78F9F1
Black with #78F9F1
Text Example
Text Example
White with #78F9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F9F1; }
p { color: rgb(120,249,241); }
H1.HeaderClassName
{
color: #78F9F1;
}
.AnyTagClassName
{
color: #78F9F1;
}
</style>
background-color css
<style>
a { background-color: #78F9F1; }
a { background-color: rgb(120,249,241); }
div.DivClassName
{
background-color: #78F9F1;
}
.BgClassName
{
background-color: #78F9F1;
}
</style>
border-color css
<style>
span { border-color: #78F9F1; }
span { border-color: rgb(120,249,241); }
td.TdClassName
{
border-color: #78F9F1;
}
.TagClassName
{
border-color: #78F9F1;
}
</style>