Shades of Electric Blue #77FBFF
Tints of Electric Blue #77FBFF
RGB
CMYK
RGB Variations
Color information
#77FBFF (or 0x77FBFF) is known color: Electric Blue. HEX triplet: 77, FB and FF. RGB value is (119,251,255). Sum of RGB (Red+Green+Blue) = 119+251+255=625 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.04% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #77FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FBFF is #880400. Grayscale: #D3D3D3. Windows color (decimal): -8913921 or 16776055. OLE color: 16776055.
HSL color Cylindrical-coordinate representation of color #77FBFF: hue angle of 181.76º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBFF is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 251 | 255 | - |
| CMYK | 0.53 | 0.02 | 0 | 0 |
| HSL | 181.76º | 1% | 0.73% | - |
| HSV(B) | 181.76º | 0.53% | 1% | - |
| XYZ | 60.15 | 80.14 | 106.91 | - |
| YUV | 211.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 255 | 0.53 | 0.02 | 0 | 0 | 181.76 | 1 | 0.73 |
| Hex | 77 | FB | FF | 35 | 2 | 0 | 0 | B6 | 64 | 49 |
| Octal | 167 | 373 | 377 | 65 | 2 | 0 | 0 | 266 | 144 | 111 |
| Binary | 1110111 | 11111011 | 11111111 | 110101 | 10 | 0 | 0 | 10110110 | 1100100 | 1001001 |
Color Harmonies of #77FBFF
Complementary color
Monochromatic Colors of #77FBFF
Black with #77FBFF
Text Example
Text Example
White with #77FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBFF; }
p { color: rgb(119,251,255); }
H1.HeaderClassName
{
color: #77FBFF;
}
.AnyTagClassName
{
color: #77FBFF;
}
</style>
background-color css
<style>
a { background-color: #77FBFF; }
a { background-color: rgb(119,251,255); }
div.DivClassName
{
background-color: #77FBFF;
}
.BgClassName
{
background-color: #77FBFF;
}
</style>
border-color css
<style>
span { border-color: #77FBFF; }
span { border-color: rgb(119,251,255); }
td.TdClassName
{
border-color: #77FBFF;
}
.TagClassName
{
border-color: #77FBFF;
}
</style>