Shades of Electric Blue #77FCFD
Tints of Electric Blue #77FCFD
RGB
CMYK
RGB Variations
Color information
#77FCFD (or 0x77FCFD) is known color: Electric Blue. HEX triplet: 77, FC and FD. RGB value is (119,252,253). Sum of RGB (Red+Green+Blue) = 119+252+253=624 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.07% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #77FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FCFD is #880302. Grayscale: #D4D4D4. Windows color (decimal): -8913667 or 16645239. OLE color: 16645239.
HSL color Cylindrical-coordinate representation of color #77FCFD: hue angle of 180.45º degrees, saturation: 0.97, 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 #77FCFD is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 253 | - |
| CMYK | 0.53 | 0.00 | 0 | 0.01 |
| HSL | 180.45º | 0.97% | 0.73% | - |
| HSV(B) | 180.45º | 0.53% | 0.99% | - |
| XYZ | 60.15 | 80.63 | 105.32 | - |
| YUV | 212.35 | 150.94 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 253 | 0.53 | 0.00 | 0 | 0.01 | 180.45 | 0.97 | 0.73 |
| Hex | 77 | FC | FD | 35 | 0 | 0 | 1 | B4 | 61 | 49 |
| Octal | 167 | 374 | 375 | 65 | 0 | 0 | 1 | 264 | 141 | 111 |
| Binary | 1110111 | 11111100 | 11111101 | 110101 | 0 | 0 | 1 | 10110100 | 1100001 | 1001001 |
Color Harmonies of #77FCFD
Complementary color
Monochromatic Colors of #77FCFD
Black with #77FCFD
Text Example
Text Example
White with #77FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCFD; }
p { color: rgb(119,252,253); }
H1.HeaderClassName
{
color: #77FCFD;
}
.AnyTagClassName
{
color: #77FCFD;
}
</style>
background-color css
<style>
a { background-color: #77FCFD; }
a { background-color: rgb(119,252,253); }
div.DivClassName
{
background-color: #77FCFD;
}
.BgClassName
{
background-color: #77FCFD;
}
</style>
border-color css
<style>
span { border-color: #77FCFD; }
span { border-color: rgb(119,252,253); }
td.TdClassName
{
border-color: #77FCFD;
}
.TagClassName
{
border-color: #77FCFD;
}
</style>