Shades of Electric Blue #77F5FA
Tints of Electric Blue #77F5FA
RGB
CMYK
RGB Variations
Color information
#77F5FA (or 0x77F5FA) is known color: Electric Blue. HEX triplet: 77, F5 and FA. RGB value is (119,245,250). Sum of RGB (Red+Green+Blue) = 119+245+250=614 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.38% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #77F5FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F5FA is #880A05. Grayscale: #CFCFCF. Windows color (decimal): -8915462 or 16446839. OLE color: 16446839.
HSL color Cylindrical-coordinate representation of color #77F5FA: hue angle of 182.29º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F5FA is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 245 | 250 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.02 |
| HSL | 182.29º | 0.93% | 0.72% | - |
| HSV(B) | 182.29º | 0.52% | 0.98% | - |
| XYZ | 57.52 | 76.13 | 102.11 | - |
| YUV | 207.9 | 151.76 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 245 | 250 | 0.52 | 0.02 | 0 | 0.02 | 182.29 | 0.93 | 0.72 |
| Hex | 77 | F5 | FA | 34 | 2 | 0 | 2 | B6 | 5D | 48 |
| Octal | 167 | 365 | 372 | 64 | 2 | 0 | 2 | 266 | 135 | 110 |
| Binary | 1110111 | 11110101 | 11111010 | 110100 | 10 | 0 | 10 | 10110110 | 1011101 | 1001000 |
Color Harmonies of #77F5FA
Complementary color
Monochromatic Colors of #77F5FA
Black with #77F5FA
Text Example
Text Example
White with #77F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F5FA; }
p { color: rgb(119,245,250); }
H1.HeaderClassName
{
color: #77F5FA;
}
.AnyTagClassName
{
color: #77F5FA;
}
</style>
background-color css
<style>
a { background-color: #77F5FA; }
a { background-color: rgb(119,245,250); }
div.DivClassName
{
background-color: #77F5FA;
}
.BgClassName
{
background-color: #77F5FA;
}
</style>
border-color css
<style>
span { border-color: #77F5FA; }
span { border-color: rgb(119,245,250); }
td.TdClassName
{
border-color: #77F5FA;
}
.TagClassName
{
border-color: #77F5FA;
}
</style>