Shades of Electric Blue #78F2FB
Tints of Electric Blue #78F2FB
RGB
CMYK
RGB Variations
Color information
#78F2FB (or 0x78F2FB) is known color: Electric Blue. HEX triplet: 78, F2 and FB. RGB value is (120,242,251). Sum of RGB (Red+Green+Blue) = 120+242+251=613 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.58% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #78F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F2FB is #870D04. Grayscale: #CECECE. Windows color (decimal): -8850693 or 16511608. OLE color: 16511608.
HSL color Cylindrical-coordinate representation of color #78F2FB: hue angle of 184.12º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F2FB is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 242 | 251 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.02 |
| HSL | 184.12º | 0.94% | 0.73% | - |
| HSV(B) | 184.12º | 0.52% | 0.98% | - |
| XYZ | 56.91 | 74.46 | 102.64 | - |
| YUV | 206.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 251 | 0.52 | 0.04 | 0 | 0.02 | 184.12 | 0.94 | 0.73 |
| Hex | 78 | F2 | FB | 34 | 4 | 0 | 2 | B8 | 5E | 49 |
| Octal | 170 | 362 | 373 | 64 | 4 | 0 | 2 | 270 | 136 | 111 |
| Binary | 1111000 | 11110010 | 11111011 | 110100 | 100 | 0 | 10 | 10111000 | 1011110 | 1001001 |
Color Harmonies of #78F2FB
Complementary color
Monochromatic Colors of #78F2FB
Black with #78F2FB
Text Example
Text Example
White with #78F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F2FB; }
p { color: rgb(120,242,251); }
H1.HeaderClassName
{
color: #78F2FB;
}
.AnyTagClassName
{
color: #78F2FB;
}
</style>
background-color css
<style>
a { background-color: #78F2FB; }
a { background-color: rgb(120,242,251); }
div.DivClassName
{
background-color: #78F2FB;
}
.BgClassName
{
background-color: #78F2FB;
}
</style>
border-color css
<style>
span { border-color: #78F2FB; }
span { border-color: rgb(120,242,251); }
td.TdClassName
{
border-color: #78F2FB;
}
.TagClassName
{
border-color: #78F2FB;
}
</style>