Shades of Electric Blue #78FCFF
Tints of Electric Blue #78FCFF
RGB
CMYK
RGB Variations
Color information
#78FCFF (or 0x78FCFF) is known color: Electric Blue. HEX triplet: 78, FC and FF. RGB value is (120,252,255). Sum of RGB (Red+Green+Blue) = 120+252+255=627 (83% of max value = 765). Red value is 120 (47.27% from 255 or 19.14% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #78FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FCFF is #870300. Grayscale: #D4D4D4. Windows color (decimal): -8848129 or 16776312. OLE color: 16776312.
HSL color Cylindrical-coordinate representation of color #78FCFF: hue angle of 181.33º 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 #78FCFF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 252 | 255 | - |
| CMYK | 0.53 | 0.01 | 0 | 0 |
| HSL | 181.33º | 1% | 0.74% | - |
| HSV(B) | 181.33º | 0.53% | 1% | - |
| XYZ | 60.61 | 80.83 | 107.02 | - |
| YUV | 212.87 | 151.77 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 252 | 255 | 0.53 | 0.01 | 0 | 0 | 181.33 | 1 | 0.74 |
| Hex | 78 | FC | FF | 35 | 1 | 0 | 0 | B5 | 64 | 4A |
| Octal | 170 | 374 | 377 | 65 | 1 | 0 | 0 | 265 | 144 | 112 |
| Binary | 1111000 | 11111100 | 11111111 | 110101 | 1 | 0 | 0 | 10110101 | 1100100 | 1001010 |
Color Harmonies of #78FCFF
Complementary color
Monochromatic Colors of #78FCFF
Black with #78FCFF
Text Example
Text Example
White with #78FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FCFF; }
p { color: rgb(120,252,255); }
H1.HeaderClassName
{
color: #78FCFF;
}
.AnyTagClassName
{
color: #78FCFF;
}
</style>
background-color css
<style>
a { background-color: #78FCFF; }
a { background-color: rgb(120,252,255); }
div.DivClassName
{
background-color: #78FCFF;
}
.BgClassName
{
background-color: #78FCFF;
}
</style>
border-color css
<style>
span { border-color: #78FCFF; }
span { border-color: rgb(120,252,255); }
td.TdClassName
{
border-color: #78FCFF;
}
.TagClassName
{
border-color: #78FCFF;
}
</style>