Shades of Electric Blue #77F0FE
Tints of Electric Blue #77F0FE
RGB
CMYK
RGB Variations
Color information
#77F0FE (or 0x77F0FE) is known color: Electric Blue. HEX triplet: 77, F0 and FE. RGB value is (119,240,254). Sum of RGB (Red+Green+Blue) = 119+240+254=613 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.41% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #77F0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F0FE is #880F01. Grayscale: #CDCDCD. Windows color (decimal): -8916738 or 16707703. OLE color: 16707703.
HSL color Cylindrical-coordinate representation of color #77F0FE: hue angle of 186.22º 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 #77F0FE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 240 | 254 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.00 |
| HSL | 186.22º | 0.99% | 0.73% | - |
| HSV(B) | 186.22º | 0.53% | 1% | - |
| XYZ | 56.66 | 73.4 | 104.95 | - |
| YUV | 205.42 | 155.41 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 240 | 254 | 0.53 | 0.06 | 0 | 0.00 | 186.22 | 0.99 | 0.73 |
| Hex | 77 | F0 | FE | 35 | 6 | 0 | 0 | BA | 63 | 49 |
| Octal | 167 | 360 | 376 | 65 | 6 | 0 | 0 | 272 | 143 | 111 |
| Binary | 1110111 | 11110000 | 11111110 | 110101 | 110 | 0 | 0 | 10111010 | 1100011 | 1001001 |
Color Harmonies of #77F0FE
Complementary color
Monochromatic Colors of #77F0FE
Black with #77F0FE
Text Example
Text Example
White with #77F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F0FE; }
p { color: rgb(119,240,254); }
H1.HeaderClassName
{
color: #77F0FE;
}
.AnyTagClassName
{
color: #77F0FE;
}
</style>
background-color css
<style>
a { background-color: #77F0FE; }
a { background-color: rgb(119,240,254); }
div.DivClassName
{
background-color: #77F0FE;
}
.BgClassName
{
background-color: #77F0FE;
}
</style>
border-color css
<style>
span { border-color: #77F0FE; }
span { border-color: rgb(119,240,254); }
td.TdClassName
{
border-color: #77F0FE;
}
.TagClassName
{
border-color: #77F0FE;
}
</style>