Shades of Electric Blue #78FBF3
Tints of Electric Blue #78FBF3
RGB
CMYK
RGB Variations
Color information
#78FBF3 (or 0x78FBF3) is known color: Electric Blue. HEX triplet: 78, FB and F3. RGB value is (120,251,243). Sum of RGB (Red+Green+Blue) = 120+251+243=614 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.54% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FBF3 is #87040C. Grayscale: #D2D2D2. Windows color (decimal): -8848397 or 15989624. OLE color: 15989624.
HSL color Cylindrical-coordinate representation of color #78FBF3: hue angle of 176.34º 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 #78FBF3 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 251 | 243 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.02 |
| HSL | 176.34º | 0.94% | 0.73% | - |
| HSV(B) | 176.34º | 0.52% | 0.98% | - |
| XYZ | 58.42 | 79.46 | 97.05 | - |
| YUV | 210.92 | 146.1 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 251 | 243 | 0.52 | 0 | 0.03 | 0.02 | 176.34 | 0.94 | 0.73 |
| Hex | 78 | FB | F3 | 34 | 0 | 3 | 2 | B0 | 5E | 49 |
| Octal | 170 | 373 | 363 | 64 | 0 | 3 | 2 | 260 | 136 | 111 |
| Binary | 1111000 | 11111011 | 11110011 | 110100 | 0 | 11 | 10 | 10110000 | 1011110 | 1001001 |
Color Harmonies of #78FBF3
Complementary color
Monochromatic Colors of #78FBF3
Black with #78FBF3
Text Example
Text Example
White with #78FBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FBF3; }
p { color: rgb(120,251,243); }
H1.HeaderClassName
{
color: #78FBF3;
}
.AnyTagClassName
{
color: #78FBF3;
}
</style>
background-color css
<style>
a { background-color: #78FBF3; }
a { background-color: rgb(120,251,243); }
div.DivClassName
{
background-color: #78FBF3;
}
.BgClassName
{
background-color: #78FBF3;
}
</style>
border-color css
<style>
span { border-color: #78FBF3; }
span { border-color: rgb(120,251,243); }
td.TdClassName
{
border-color: #78FBF3;
}
.TagClassName
{
border-color: #78FBF3;
}
</style>