Shades of Electric Blue #77F0FD
Tints of Electric Blue #77F0FD
RGB
CMYK
RGB Variations
Color information
#77F0FD (or 0x77F0FD) is known color: Electric Blue. HEX triplet: 77, F0 and FD. RGB value is (119,240,253). Sum of RGB (Red+Green+Blue) = 119+240+253=612 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.44% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #77F0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F0FD is #880F02. Grayscale: #CDCDCD. Windows color (decimal): -8916739 or 16642167. OLE color: 16642167.
HSL color Cylindrical-coordinate representation of color #77F0FD: hue angle of 185.82º 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 #77F0FD is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 240 | 253 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.01 |
| HSL | 185.82º | 0.97% | 0.73% | - |
| HSV(B) | 185.82º | 0.53% | 0.99% | - |
| XYZ | 56.5 | 73.33 | 104.11 | - |
| YUV | 205.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 240 | 253 | 0.53 | 0.05 | 0 | 0.01 | 185.82 | 0.97 | 0.73 |
| Hex | 77 | F0 | FD | 35 | 5 | 0 | 1 | BA | 61 | 49 |
| Octal | 167 | 360 | 375 | 65 | 5 | 0 | 1 | 272 | 141 | 111 |
| Binary | 1110111 | 11110000 | 11111101 | 110101 | 101 | 0 | 1 | 10111010 | 1100001 | 1001001 |
Color Harmonies of #77F0FD
Complementary color
Monochromatic Colors of #77F0FD
Black with #77F0FD
Text Example
Text Example
White with #77F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F0FD; }
p { color: rgb(119,240,253); }
H1.HeaderClassName
{
color: #77F0FD;
}
.AnyTagClassName
{
color: #77F0FD;
}
</style>
background-color css
<style>
a { background-color: #77F0FD; }
a { background-color: rgb(119,240,253); }
div.DivClassName
{
background-color: #77F0FD;
}
.BgClassName
{
background-color: #77F0FD;
}
</style>
border-color css
<style>
span { border-color: #77F0FD; }
span { border-color: rgb(119,240,253); }
td.TdClassName
{
border-color: #77F0FD;
}
.TagClassName
{
border-color: #77F0FD;
}
</style>