Shades of Electric Blue #78E4FD
Tints of Electric Blue #78E4FD
RGB
CMYK
RGB Variations
Color information
#78E4FD (or 0x78E4FD) is known color: Electric Blue. HEX triplet: 78, E4 and FD. RGB value is (120,228,253). Sum of RGB (Red+Green+Blue) = 120+228+253=601 (79% of max value = 765). Red value is 120 (47.27% from 255 or 19.97% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #78E4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E4FD is #871B02. Grayscale: #C6C6C6. Windows color (decimal): -8854275 or 16639096. OLE color: 16639096.
HSL color Cylindrical-coordinate representation of color #78E4FD: hue angle of 191.28º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78E4FD is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 228 | 253 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.01 |
| HSL | 191.28º | 0.97% | 0.73% | - |
| HSV(B) | 191.28º | 0.53% | 0.99% | - |
| XYZ | 53.22 | 66.57 | 102.97 | - |
| YUV | 198.56 | 158.72 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 228 | 253 | 0.53 | 0.10 | 0 | 0.01 | 191.28 | 0.97 | 0.73 |
| Hex | 78 | E4 | FD | 35 | A | 0 | 1 | BF | 61 | 49 |
| Octal | 170 | 344 | 375 | 65 | 12 | 0 | 1 | 277 | 141 | 111 |
| Binary | 1111000 | 11100100 | 11111101 | 110101 | 1010 | 0 | 1 | 10111111 | 1100001 | 1001001 |
Color Harmonies of #78E4FD
Complementary color
Monochromatic Colors of #78E4FD
Black with #78E4FD
Text Example
Text Example
White with #78E4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E4FD; }
p { color: rgb(120,228,253); }
H1.HeaderClassName
{
color: #78E4FD;
}
.AnyTagClassName
{
color: #78E4FD;
}
</style>
background-color css
<style>
a { background-color: #78E4FD; }
a { background-color: rgb(120,228,253); }
div.DivClassName
{
background-color: #78E4FD;
}
.BgClassName
{
background-color: #78E4FD;
}
</style>
border-color css
<style>
span { border-color: #78E4FD; }
span { border-color: rgb(120,228,253); }
td.TdClassName
{
border-color: #78E4FD;
}
.TagClassName
{
border-color: #78E4FD;
}
</style>