Shades of Electric Blue #78F1FC
Tints of Electric Blue #78F1FC
RGB
CMYK
RGB Variations
Color information
#78F1FC (or 0x78F1FC) is known color: Electric Blue. HEX triplet: 78, F1 and FC. RGB value is (120,241,252). Sum of RGB (Red+Green+Blue) = 120+241+252=613 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.58% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #78F1FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F1FC is #870E03. Grayscale: #CDCDCD. Windows color (decimal): -8850948 or 16576888. OLE color: 16576888.
HSL color Cylindrical-coordinate representation of color #78F1FC: hue angle of 185º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F1FC is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 241 | 252 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.01 |
| HSL | 185º | 0.96% | 0.73% | - |
| HSV(B) | 185º | 0.52% | 0.99% | - |
| XYZ | 56.77 | 73.93 | 103.37 | - |
| YUV | 206.08 | 153.91 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 241 | 252 | 0.52 | 0.04 | 0 | 0.01 | 185 | 0.96 | 0.73 |
| Hex | 78 | F1 | FC | 34 | 4 | 0 | 1 | B9 | 60 | 49 |
| Octal | 170 | 361 | 374 | 64 | 4 | 0 | 1 | 271 | 140 | 111 |
| Binary | 1111000 | 11110001 | 11111100 | 110100 | 100 | 0 | 1 | 10111001 | 1100000 | 1001001 |
Color Harmonies of #78F1FC
Complementary color
Monochromatic Colors of #78F1FC
Black with #78F1FC
Text Example
Text Example
White with #78F1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F1FC; }
p { color: rgb(120,241,252); }
H1.HeaderClassName
{
color: #78F1FC;
}
.AnyTagClassName
{
color: #78F1FC;
}
</style>
background-color css
<style>
a { background-color: #78F1FC; }
a { background-color: rgb(120,241,252); }
div.DivClassName
{
background-color: #78F1FC;
}
.BgClassName
{
background-color: #78F1FC;
}
</style>
border-color css
<style>
span { border-color: #78F1FC; }
span { border-color: rgb(120,241,252); }
td.TdClassName
{
border-color: #78F1FC;
}
.TagClassName
{
border-color: #78F1FC;
}
</style>