Shades of Electric Blue #78FBFF
Tints of Electric Blue #78FBFF
RGB
CMYK
RGB Variations
Color information
#78FBFF (or 0x78FBFF) is known color: Electric Blue. HEX triplet: 78, FB and FF. RGB value is (120,251,255). Sum of RGB (Red+Green+Blue) = 120+251+255=626 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.17% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #78FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FBFF is #870400. Grayscale: #D4D4D4. Windows color (decimal): -8848385 or 16776056. OLE color: 16776056.
HSL color Cylindrical-coordinate representation of color #78FBFF: hue angle of 181.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FBFF is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 251 | 255 | - |
| CMYK | 0.53 | 0.02 | 0 | 0 |
| HSL | 181.78º | 1% | 0.74% | - |
| HSV(B) | 181.78º | 0.53% | 1% | - |
| XYZ | 60.29 | 80.21 | 106.91 | - |
| YUV | 212.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 251 | 255 | 0.53 | 0.02 | 0 | 0 | 181.78 | 1 | 0.74 |
| Hex | 78 | FB | FF | 35 | 2 | 0 | 0 | B6 | 64 | 4A |
| Octal | 170 | 373 | 377 | 65 | 2 | 0 | 0 | 266 | 144 | 112 |
| Binary | 1111000 | 11111011 | 11111111 | 110101 | 10 | 0 | 0 | 10110110 | 1100100 | 1001010 |
Color Harmonies of #78FBFF
Complementary color
Monochromatic Colors of #78FBFF
Black with #78FBFF
Text Example
Text Example
White with #78FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FBFF; }
p { color: rgb(120,251,255); }
H1.HeaderClassName
{
color: #78FBFF;
}
.AnyTagClassName
{
color: #78FBFF;
}
</style>
background-color css
<style>
a { background-color: #78FBFF; }
a { background-color: rgb(120,251,255); }
div.DivClassName
{
background-color: #78FBFF;
}
.BgClassName
{
background-color: #78FBFF;
}
</style>
border-color css
<style>
span { border-color: #78FBFF; }
span { border-color: rgb(120,251,255); }
td.TdClassName
{
border-color: #78FBFF;
}
.TagClassName
{
border-color: #78FBFF;
}
</style>