Shades of Electric Blue #77F2FC
Tints of Electric Blue #77F2FC
RGB
CMYK
RGB Variations
Color information
#77F2FC (or 0x77F2FC) is known color: Electric Blue. HEX triplet: 77, F2 and FC. RGB value is (119,242,252). Sum of RGB (Red+Green+Blue) = 119+242+252=613 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.41% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #77F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F2FC is #880D03. Grayscale: #CECECE. Windows color (decimal): -8916228 or 16577143. OLE color: 16577143.
HSL color Cylindrical-coordinate representation of color #77F2FC: hue angle of 184.51º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77F2FC is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 242 | 252 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.01 |
| HSL | 184.51º | 0.96% | 0.73% | - |
| HSV(B) | 184.51º | 0.53% | 0.99% | - |
| XYZ | 56.93 | 74.45 | 103.47 | - |
| YUV | 206.36 | 153.75 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 242 | 252 | 0.53 | 0.04 | 0 | 0.01 | 184.51 | 0.96 | 0.73 |
| Hex | 77 | F2 | FC | 35 | 4 | 0 | 1 | B9 | 60 | 49 |
| Octal | 167 | 362 | 374 | 65 | 4 | 0 | 1 | 271 | 140 | 111 |
| Binary | 1110111 | 11110010 | 11111100 | 110101 | 100 | 0 | 1 | 10111001 | 1100000 | 1001001 |
Color Harmonies of #77F2FC
Complementary color
Monochromatic Colors of #77F2FC
Black with #77F2FC
Text Example
Text Example
White with #77F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F2FC; }
p { color: rgb(119,242,252); }
H1.HeaderClassName
{
color: #77F2FC;
}
.AnyTagClassName
{
color: #77F2FC;
}
</style>
background-color css
<style>
a { background-color: #77F2FC; }
a { background-color: rgb(119,242,252); }
div.DivClassName
{
background-color: #77F2FC;
}
.BgClassName
{
background-color: #77F2FC;
}
</style>
border-color css
<style>
span { border-color: #77F2FC; }
span { border-color: rgb(119,242,252); }
td.TdClassName
{
border-color: #77F2FC;
}
.TagClassName
{
border-color: #77F2FC;
}
</style>