Shades of Electric Blue #77F9F6
Tints of Electric Blue #77F9F6
RGB
CMYK
RGB Variations
Color information
#77F9F6 (or 0x77F9F6) is known color: Electric Blue. HEX triplet: 77, F9 and F6. RGB value is (119,249,246). Sum of RGB (Red+Green+Blue) = 119+249+246=614 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.38% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F9F6 is #880609. Grayscale: #D1D1D1. Windows color (decimal): -8914442 or 16185719. OLE color: 16185719.
HSL color Cylindrical-coordinate representation of color #77F9F6: hue angle of 178.62º degrees, saturation: 0.92, 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 #77F9F6 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 249 | 246 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.02 |
| HSL | 178.62º | 0.92% | 0.72% | - |
| HSV(B) | 178.62º | 0.52% | 0.98% | - |
| XYZ | 58.12 | 78.33 | 99.24 | - |
| YUV | 209.79 | 148.43 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 249 | 246 | 0.52 | 0 | 0.01 | 0.02 | 178.62 | 0.92 | 0.72 |
| Hex | 77 | F9 | F6 | 34 | 0 | 1 | 2 | B3 | 5C | 48 |
| Octal | 167 | 371 | 366 | 64 | 0 | 1 | 2 | 263 | 134 | 110 |
| Binary | 1110111 | 11111001 | 11110110 | 110100 | 0 | 1 | 10 | 10110011 | 1011100 | 1001000 |
Color Harmonies of #77F9F6
Complementary color
Monochromatic Colors of #77F9F6
Black with #77F9F6
Text Example
Text Example
White with #77F9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F9F6; }
p { color: rgb(119,249,246); }
H1.HeaderClassName
{
color: #77F9F6;
}
.AnyTagClassName
{
color: #77F9F6;
}
</style>
background-color css
<style>
a { background-color: #77F9F6; }
a { background-color: rgb(119,249,246); }
div.DivClassName
{
background-color: #77F9F6;
}
.BgClassName
{
background-color: #77F9F6;
}
</style>
border-color css
<style>
span { border-color: #77F9F6; }
span { border-color: rgb(119,249,246); }
td.TdClassName
{
border-color: #77F9F6;
}
.TagClassName
{
border-color: #77F9F6;
}
</style>