Shades of Electric Blue #77EEFF
Tints of Electric Blue #77EEFF
RGB
CMYK
RGB Variations
Color information
#77EEFF (or 0x77EEFF) is known color: Electric Blue. HEX triplet: 77, EE and FF. RGB value is (119,238,255). Sum of RGB (Red+Green+Blue) = 119+238+255=612 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.44% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #77EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EEFF is #881100. Grayscale: #CCCCCC. Windows color (decimal): -8917249 or 16772727. OLE color: 16772727.
HSL color Cylindrical-coordinate representation of color #77EEFF: hue angle of 187.5º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77EEFF is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 238 | 255 | - |
| CMYK | 0.53 | 0.07 | 0 | 0 |
| HSL | 187.5º | 1% | 0.73% | - |
| HSV(B) | 187.5º | 0.53% | 1% | - |
| XYZ | 56.23 | 72.29 | 105.6 | - |
| YUV | 204.36 | 156.58 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 255 | 0.53 | 0.07 | 0 | 0 | 187.5 | 1 | 0.73 |
| Hex | 77 | EE | FF | 35 | 7 | 0 | 0 | BC | 64 | 49 |
| Octal | 167 | 356 | 377 | 65 | 7 | 0 | 0 | 274 | 144 | 111 |
| Binary | 1110111 | 11101110 | 11111111 | 110101 | 111 | 0 | 0 | 10111100 | 1100100 | 1001001 |
Color Harmonies of #77EEFF
Complementary color
Monochromatic Colors of #77EEFF
Black with #77EEFF
Text Example
Text Example
White with #77EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEFF; }
p { color: rgb(119,238,255); }
H1.HeaderClassName
{
color: #77EEFF;
}
.AnyTagClassName
{
color: #77EEFF;
}
</style>
background-color css
<style>
a { background-color: #77EEFF; }
a { background-color: rgb(119,238,255); }
div.DivClassName
{
background-color: #77EEFF;
}
.BgClassName
{
background-color: #77EEFF;
}
</style>
border-color css
<style>
span { border-color: #77EEFF; }
span { border-color: rgb(119,238,255); }
td.TdClassName
{
border-color: #77EEFF;
}
.TagClassName
{
border-color: #77EEFF;
}
</style>