Shades of Electric Blue #7EE8EF
Tints of Electric Blue #7EE8EF
RGB
CMYK
RGB Variations
Color information
#7EE8EF (or 0x7EE8EF) is known color: Electric Blue. HEX triplet: 7E, E8 and EF. RGB value is (126,232,239). Sum of RGB (Red+Green+Blue) = 126+232+239=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EE8EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE8EF is #811710. Grayscale: #C8C8C8. Windows color (decimal): -8460049 or 15722622. OLE color: 15722622.
HSL color Cylindrical-coordinate representation of color #7EE8EF: hue angle of 183.72º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EE8EF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 232 | 239 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.06 |
| HSL | 183.72º | 0.78% | 0.72% | - |
| HSV(B) | 183.72º | 0.47% | 0.94% | - |
| XYZ | 53.04 | 68.38 | 92.06 | - |
| YUV | 201.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 232 | 239 | 0.47 | 0.03 | 0 | 0.06 | 183.72 | 0.78 | 0.72 |
| Hex | 7E | E8 | EF | 2F | 3 | 0 | 6 | B8 | 4E | 48 |
| Octal | 176 | 350 | 357 | 57 | 3 | 0 | 6 | 270 | 116 | 110 |
| Binary | 1111110 | 11101000 | 11101111 | 101111 | 11 | 0 | 110 | 10111000 | 1001110 | 1001000 |
Color Harmonies of #7EE8EF
Complementary color
Monochromatic Colors of #7EE8EF
Black with #7EE8EF
Text Example
Text Example
White with #7EE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE8EF; }
p { color: rgb(126,232,239); }
H1.HeaderClassName
{
color: #7EE8EF;
}
.AnyTagClassName
{
color: #7EE8EF;
}
</style>
background-color css
<style>
a { background-color: #7EE8EF; }
a { background-color: rgb(126,232,239); }
div.DivClassName
{
background-color: #7EE8EF;
}
.BgClassName
{
background-color: #7EE8EF;
}
</style>
border-color css
<style>
span { border-color: #7EE8EF; }
span { border-color: rgb(126,232,239); }
td.TdClassName
{
border-color: #7EE8EF;
}
.TagClassName
{
border-color: #7EE8EF;
}
</style>