Shades of Electric Blue #78E2FF
Tints of Electric Blue #78E2FF
RGB
CMYK
RGB Variations
Color information
#78E2FF (or 0x78E2FF) is known color: Electric Blue. HEX triplet: 78, E2 and FF. RGB value is (120,226,255). Sum of RGB (Red+Green+Blue) = 120+226+255=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #78E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E2FF is #871D00. Grayscale: #C5C5C5. Windows color (decimal): -8854785 or 16769656. OLE color: 16769656.
HSL color Cylindrical-coordinate representation of color #78E2FF: hue angle of 192.89º 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 #78E2FF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 226 | 255 | - |
| CMYK | 0.53 | 0.11 | 0 | 0 |
| HSL | 192.89º | 1% | 0.74% | - |
| HSV(B) | 192.89º | 0.53% | 1% | - |
| XYZ | 52.99 | 65.61 | 104.48 | - |
| YUV | 197.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 255 | 0.53 | 0.11 | 0 | 0 | 192.89 | 1 | 0.74 |
| Hex | 78 | E2 | FF | 35 | B | 0 | 0 | C1 | 64 | 4A |
| Octal | 170 | 342 | 377 | 65 | 13 | 0 | 0 | 301 | 144 | 112 |
| Binary | 1111000 | 11100010 | 11111111 | 110101 | 1011 | 0 | 0 | 11000001 | 1100100 | 1001010 |
Color Harmonies of #78E2FF
Complementary color
Monochromatic Colors of #78E2FF
Black with #78E2FF
Text Example
Text Example
White with #78E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E2FF; }
p { color: rgb(120,226,255); }
H1.HeaderClassName
{
color: #78E2FF;
}
.AnyTagClassName
{
color: #78E2FF;
}
</style>
background-color css
<style>
a { background-color: #78E2FF; }
a { background-color: rgb(120,226,255); }
div.DivClassName
{
background-color: #78E2FF;
}
.BgClassName
{
background-color: #78E2FF;
}
</style>
border-color css
<style>
span { border-color: #78E2FF; }
span { border-color: rgb(120,226,255); }
td.TdClassName
{
border-color: #78E2FF;
}
.TagClassName
{
border-color: #78E2FF;
}
</style>