Shades of Electric Blue #77FAFF
Tints of Electric Blue #77FAFF
RGB
CMYK
RGB Variations
Color information
#77FAFF (or 0x77FAFF) is known color: Electric Blue. HEX triplet: 77, FA and FF. RGB value is (119,250,255). Sum of RGB (Red+Green+Blue) = 119+250+255=624 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.07% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #77FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FAFF is #880500. Grayscale: #D3D3D3. Windows color (decimal): -8914177 or 16775799. OLE color: 16775799.
HSL color Cylindrical-coordinate representation of color #77FAFF: hue angle of 182.21º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FAFF is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 250 | 255 | - |
| CMYK | 0.53 | 0.02 | 0 | 0 |
| HSL | 182.21º | 1% | 0.73% | - |
| HSV(B) | 182.21º | 0.53% | 1% | - |
| XYZ | 59.84 | 79.51 | 106.8 | - |
| YUV | 211.4 | 152.6 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 255 | 0.53 | 0.02 | 0 | 0 | 182.21 | 1 | 0.73 |
| Hex | 77 | FA | FF | 35 | 2 | 0 | 0 | B6 | 64 | 49 |
| Octal | 167 | 372 | 377 | 65 | 2 | 0 | 0 | 266 | 144 | 111 |
| Binary | 1110111 | 11111010 | 11111111 | 110101 | 10 | 0 | 0 | 10110110 | 1100100 | 1001001 |
Color Harmonies of #77FAFF
Complementary color
Monochromatic Colors of #77FAFF
Black with #77FAFF
Text Example
Text Example
White with #77FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FAFF; }
p { color: rgb(119,250,255); }
H1.HeaderClassName
{
color: #77FAFF;
}
.AnyTagClassName
{
color: #77FAFF;
}
</style>
background-color css
<style>
a { background-color: #77FAFF; }
a { background-color: rgb(119,250,255); }
div.DivClassName
{
background-color: #77FAFF;
}
.BgClassName
{
background-color: #77FAFF;
}
</style>
border-color css
<style>
span { border-color: #77FAFF; }
span { border-color: rgb(119,250,255); }
td.TdClassName
{
border-color: #77FAFF;
}
.TagClassName
{
border-color: #77FAFF;
}
</style>