Shades of Electric Blue #77F7FB
Tints of Electric Blue #77F7FB
RGB
CMYK
RGB Variations
Color information
#77F7FB (or 0x77F7FB) is known color: Electric Blue. HEX triplet: 77, F7 and FB. RGB value is (119,247,251). Sum of RGB (Red+Green+Blue) = 119+247+251=617 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.29% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #77F7FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F7FB is #880804. Grayscale: #D1D1D1. Windows color (decimal): -8914949 or 16512887. OLE color: 16512887.
HSL color Cylindrical-coordinate representation of color #77F7FB: hue angle of 181.82º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77F7FB is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 247 | 251 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.02 |
| HSL | 181.82º | 0.94% | 0.73% | - |
| HSV(B) | 181.82º | 0.53% | 0.98% | - |
| XYZ | 58.28 | 77.41 | 103.14 | - |
| YUV | 209.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 247 | 251 | 0.53 | 0.02 | 0 | 0.02 | 181.82 | 0.94 | 0.73 |
| Hex | 77 | F7 | FB | 35 | 2 | 0 | 2 | B6 | 5E | 49 |
| Octal | 167 | 367 | 373 | 65 | 2 | 0 | 2 | 266 | 136 | 111 |
| Binary | 1110111 | 11110111 | 11111011 | 110101 | 10 | 0 | 10 | 10110110 | 1011110 | 1001001 |
Color Harmonies of #77F7FB
Complementary color
Monochromatic Colors of #77F7FB
Black with #77F7FB
Text Example
Text Example
White with #77F7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F7FB; }
p { color: rgb(119,247,251); }
H1.HeaderClassName
{
color: #77F7FB;
}
.AnyTagClassName
{
color: #77F7FB;
}
</style>
background-color css
<style>
a { background-color: #77F7FB; }
a { background-color: rgb(119,247,251); }
div.DivClassName
{
background-color: #77F7FB;
}
.BgClassName
{
background-color: #77F7FB;
}
</style>
border-color css
<style>
span { border-color: #77F7FB; }
span { border-color: rgb(119,247,251); }
td.TdClassName
{
border-color: #77F7FB;
}
.TagClassName
{
border-color: #77F7FB;
}
</style>