Shades of Electric Blue #77F8F4
Tints of Electric Blue #77F8F4
RGB
CMYK
RGB Variations
Color information
#77F8F4 (or 0x77F8F4) is known color: Electric Blue. HEX triplet: 77, F8 and F4. RGB value is (119,248,244). Sum of RGB (Red+Green+Blue) = 119+248+244=611 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.48% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F8F4 is #88070B. Grayscale: #D0D0D0. Windows color (decimal): -8914700 or 16054391. OLE color: 16054391.
HSL color Cylindrical-coordinate representation of color #77F8F4: hue angle of 178.14º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F8F4 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 248 | 244 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.03 |
| HSL | 178.14º | 0.9% | 0.72% | - |
| HSV(B) | 178.14º | 0.52% | 0.97% | - |
| XYZ | 57.5 | 77.59 | 97.53 | - |
| YUV | 208.97 | 147.76 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 248 | 244 | 0.52 | 0 | 0.02 | 0.03 | 178.14 | 0.9 | 0.72 |
| Hex | 77 | F8 | F4 | 34 | 0 | 2 | 3 | B2 | 5A | 48 |
| Octal | 167 | 370 | 364 | 64 | 0 | 2 | 3 | 262 | 132 | 110 |
| Binary | 1110111 | 11111000 | 11110100 | 110100 | 0 | 10 | 11 | 10110010 | 1011010 | 1001000 |
Color Harmonies of #77F8F4
Complementary color
Monochromatic Colors of #77F8F4
Black with #77F8F4
Text Example
Text Example
White with #77F8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F8F4; }
p { color: rgb(119,248,244); }
H1.HeaderClassName
{
color: #77F8F4;
}
.AnyTagClassName
{
color: #77F8F4;
}
</style>
background-color css
<style>
a { background-color: #77F8F4; }
a { background-color: rgb(119,248,244); }
div.DivClassName
{
background-color: #77F8F4;
}
.BgClassName
{
background-color: #77F8F4;
}
</style>
border-color css
<style>
span { border-color: #77F8F4; }
span { border-color: rgb(119,248,244); }
td.TdClassName
{
border-color: #77F8F4;
}
.TagClassName
{
border-color: #77F8F4;
}
</style>