Shades of Electric Blue #77EFFE
Tints of Electric Blue #77EFFE
RGB
CMYK
RGB Variations
Color information
#77EFFE (or 0x77EFFE) is known color: Electric Blue. HEX triplet: 77, EF and FE. RGB value is (119,239,254). Sum of RGB (Red+Green+Blue) = 119+239+254=612 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.44% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #77EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EFFE is #881001. Grayscale: #CCCCCC. Windows color (decimal): -8916994 or 16707447. OLE color: 16707447.
HSL color Cylindrical-coordinate representation of color #77EFFE: hue angle of 186.67º 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 #77EFFE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 239 | 254 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.00 |
| HSL | 186.67º | 0.99% | 0.73% | - |
| HSV(B) | 186.67º | 0.53% | 1% | - |
| XYZ | 56.36 | 72.81 | 104.85 | - |
| YUV | 204.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 239 | 254 | 0.53 | 0.06 | 0 | 0.00 | 186.67 | 0.99 | 0.73 |
| Hex | 77 | EF | FE | 35 | 6 | 0 | 0 | BB | 63 | 49 |
| Octal | 167 | 357 | 376 | 65 | 6 | 0 | 0 | 273 | 143 | 111 |
| Binary | 1110111 | 11101111 | 11111110 | 110101 | 110 | 0 | 0 | 10111011 | 1100011 | 1001001 |
Color Harmonies of #77EFFE
Complementary color
Monochromatic Colors of #77EFFE
Black with #77EFFE
Text Example
Text Example
White with #77EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EFFE; }
p { color: rgb(119,239,254); }
H1.HeaderClassName
{
color: #77EFFE;
}
.AnyTagClassName
{
color: #77EFFE;
}
</style>
background-color css
<style>
a { background-color: #77EFFE; }
a { background-color: rgb(119,239,254); }
div.DivClassName
{
background-color: #77EFFE;
}
.BgClassName
{
background-color: #77EFFE;
}
</style>
border-color css
<style>
span { border-color: #77EFFE; }
span { border-color: rgb(119,239,254); }
td.TdClassName
{
border-color: #77EFFE;
}
.TagClassName
{
border-color: #77EFFE;
}
</style>