Shades of Electric Blue #77FCFE
Tints of Electric Blue #77FCFE
RGB
CMYK
RGB Variations
Color information
#77FCFE (or 0x77FCFE) is known color: Electric Blue. HEX triplet: 77, FC and FE. RGB value is (119,252,254). Sum of RGB (Red+Green+Blue) = 119+252+254=625 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.04% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #77FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FCFE is #880301. Grayscale: #D4D4D4. Windows color (decimal): -8913666 or 16710775. OLE color: 16710775.
HSL color Cylindrical-coordinate representation of color #77FCFE: hue angle of 180.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FCFE is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 252 | 254 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.00 |
| HSL | 180.89º | 0.99% | 0.73% | - |
| HSV(B) | 180.89º | 0.53% | 1% | - |
| XYZ | 60.31 | 80.7 | 106.16 | - |
| YUV | 212.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 254 | 0.53 | 0.01 | 0 | 0.00 | 180.89 | 0.99 | 0.73 |
| Hex | 77 | FC | FE | 35 | 1 | 0 | 0 | B5 | 63 | 49 |
| Octal | 167 | 374 | 376 | 65 | 1 | 0 | 0 | 265 | 143 | 111 |
| Binary | 1110111 | 11111100 | 11111110 | 110101 | 1 | 0 | 0 | 10110101 | 1100011 | 1001001 |
Color Harmonies of #77FCFE
Complementary color
Monochromatic Colors of #77FCFE
Black with #77FCFE
Text Example
Text Example
White with #77FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCFE; }
p { color: rgb(119,252,254); }
H1.HeaderClassName
{
color: #77FCFE;
}
.AnyTagClassName
{
color: #77FCFE;
}
</style>
background-color css
<style>
a { background-color: #77FCFE; }
a { background-color: rgb(119,252,254); }
div.DivClassName
{
background-color: #77FCFE;
}
.BgClassName
{
background-color: #77FCFE;
}
</style>
border-color css
<style>
span { border-color: #77FCFE; }
span { border-color: rgb(119,252,254); }
td.TdClassName
{
border-color: #77FCFE;
}
.TagClassName
{
border-color: #77FCFE;
}
</style>