Shades of Electric Blue #77FCFF
Tints of Electric Blue #77FCFF
RGB
CMYK
RGB Variations
Color information
#77FCFF (or 0x77FCFF) is known color: Electric Blue. HEX triplet: 77, FC and FF. RGB value is (119,252,255). Sum of RGB (Red+Green+Blue) = 119+252+255=626 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.01% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #77FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FCFF is #880300. Grayscale: #D4D4D4. Windows color (decimal): -8913665 or 16776311. OLE color: 16776311.
HSL color Cylindrical-coordinate representation of color #77FCFF: hue angle of 181.32º 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 #77FCFF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 252 | 255 | - |
| CMYK | 0.53 | 0.01 | 0 | 0 |
| HSL | 181.32º | 1% | 0.73% | - |
| HSV(B) | 181.32º | 0.53% | 1% | - |
| XYZ | 60.47 | 80.76 | 107.01 | - |
| YUV | 212.58 | 151.94 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 255 | 0.53 | 0.01 | 0 | 0 | 181.32 | 1 | 0.73 |
| Hex | 77 | FC | FF | 35 | 1 | 0 | 0 | B5 | 64 | 49 |
| Octal | 167 | 374 | 377 | 65 | 1 | 0 | 0 | 265 | 144 | 111 |
| Binary | 1110111 | 11111100 | 11111111 | 110101 | 1 | 0 | 0 | 10110101 | 1100100 | 1001001 |
Color Harmonies of #77FCFF
Complementary color
Monochromatic Colors of #77FCFF
Black with #77FCFF
Text Example
Text Example
White with #77FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCFF; }
p { color: rgb(119,252,255); }
H1.HeaderClassName
{
color: #77FCFF;
}
.AnyTagClassName
{
color: #77FCFF;
}
</style>
background-color css
<style>
a { background-color: #77FCFF; }
a { background-color: rgb(119,252,255); }
div.DivClassName
{
background-color: #77FCFF;
}
.BgClassName
{
background-color: #77FCFF;
}
</style>
border-color css
<style>
span { border-color: #77FCFF; }
span { border-color: rgb(119,252,255); }
td.TdClassName
{
border-color: #77FCFF;
}
.TagClassName
{
border-color: #77FCFF;
}
</style>