Shades of Electric Blue #77F2FE
Tints of Electric Blue #77F2FE
RGB
CMYK
RGB Variations
Color information
#77F2FE (or 0x77F2FE) is known color: Electric Blue. HEX triplet: 77, F2 and FE. RGB value is (119,242,254). Sum of RGB (Red+Green+Blue) = 119+242+254=615 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.35% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #77F2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F2FE is #880D01. Grayscale: #CECECE. Windows color (decimal): -8916226 or 16708215. OLE color: 16708215.
HSL color Cylindrical-coordinate representation of color #77F2FE: hue angle of 185.33º 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 #77F2FE is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 242 | 254 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.00 |
| HSL | 185.33º | 0.99% | 0.73% | - |
| HSV(B) | 185.33º | 0.53% | 1% | - |
| XYZ | 57.25 | 74.58 | 105.14 | - |
| YUV | 206.59 | 154.75 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 242 | 254 | 0.53 | 0.05 | 0 | 0.00 | 185.33 | 0.99 | 0.73 |
| Hex | 77 | F2 | FE | 35 | 5 | 0 | 0 | B9 | 63 | 49 |
| Octal | 167 | 362 | 376 | 65 | 5 | 0 | 0 | 271 | 143 | 111 |
| Binary | 1110111 | 11110010 | 11111110 | 110101 | 101 | 0 | 0 | 10111001 | 1100011 | 1001001 |
Color Harmonies of #77F2FE
Complementary color
Monochromatic Colors of #77F2FE
Black with #77F2FE
Text Example
Text Example
White with #77F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F2FE; }
p { color: rgb(119,242,254); }
H1.HeaderClassName
{
color: #77F2FE;
}
.AnyTagClassName
{
color: #77F2FE;
}
</style>
background-color css
<style>
a { background-color: #77F2FE; }
a { background-color: rgb(119,242,254); }
div.DivClassName
{
background-color: #77F2FE;
}
.BgClassName
{
background-color: #77F2FE;
}
</style>
border-color css
<style>
span { border-color: #77F2FE; }
span { border-color: rgb(119,242,254); }
td.TdClassName
{
border-color: #77F2FE;
}
.TagClassName
{
border-color: #77F2FE;
}
</style>