Shades of Electric Blue #77E6FD
Tints of Electric Blue #77E6FD
RGB
CMYK
RGB Variations
Color information
#77E6FD (or 0x77E6FD) is known color: Electric Blue. HEX triplet: 77, E6 and FD. RGB value is (119,230,253). Sum of RGB (Red+Green+Blue) = 119+230+253=602 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.77% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #77E6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E6FD is #881902. Grayscale: #C7C7C7. Windows color (decimal): -8919299 or 16639607. OLE color: 16639607.
HSL color Cylindrical-coordinate representation of color #77E6FD: hue angle of 190.3º 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 #77E6FD is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 230 | 253 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.01 |
| HSL | 190.3º | 0.97% | 0.73% | - |
| HSV(B) | 190.3º | 0.53% | 0.99% | - |
| XYZ | 53.63 | 67.61 | 103.15 | - |
| YUV | 199.43 | 158.23 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 230 | 253 | 0.53 | 0.09 | 0 | 0.01 | 190.3 | 0.97 | 0.73 |
| Hex | 77 | E6 | FD | 35 | 9 | 0 | 1 | BE | 61 | 49 |
| Octal | 167 | 346 | 375 | 65 | 11 | 0 | 1 | 276 | 141 | 111 |
| Binary | 1110111 | 11100110 | 11111101 | 110101 | 1001 | 0 | 1 | 10111110 | 1100001 | 1001001 |
Color Harmonies of #77E6FD
Complementary color
Monochromatic Colors of #77E6FD
Black with #77E6FD
Text Example
Text Example
White with #77E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E6FD; }
p { color: rgb(119,230,253); }
H1.HeaderClassName
{
color: #77E6FD;
}
.AnyTagClassName
{
color: #77E6FD;
}
</style>
background-color css
<style>
a { background-color: #77E6FD; }
a { background-color: rgb(119,230,253); }
div.DivClassName
{
background-color: #77E6FD;
}
.BgClassName
{
background-color: #77E6FD;
}
</style>
border-color css
<style>
span { border-color: #77E6FD; }
span { border-color: rgb(119,230,253); }
td.TdClassName
{
border-color: #77E6FD;
}
.TagClassName
{
border-color: #77E6FD;
}
</style>