Shades of Electric Blue #7EE6FF
Tints of Electric Blue #7EE6FF
RGB
CMYK
RGB Variations
Color information
#7EE6FF (or 0x7EE6FF) is known color: Electric Blue. HEX triplet: 7E, E6 and FF. RGB value is (126,230,255). Sum of RGB (Red+Green+Blue) = 126+230+255=611 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.62% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EE6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE6FF is #811900. Grayscale: #C9C9C9. Windows color (decimal): -8460545 or 16770686. OLE color: 16770686.
HSL color Cylindrical-coordinate representation of color #7EE6FF: hue angle of 191.63º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EE6FF is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 230 | 255 | - |
| CMYK | 0.51 | 0.10 | 0 | 0 |
| HSL | 191.63º | 1% | 0.75% | - |
| HSV(B) | 191.63º | 0.51% | 1% | - |
| XYZ | 54.95 | 68.25 | 104.88 | - |
| YUV | 201.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 255 | 0.51 | 0.10 | 0 | 0 | 191.63 | 1 | 0.75 |
| Hex | 7E | E6 | FF | 33 | A | 0 | 0 | C0 | 64 | 4B |
| Octal | 176 | 346 | 377 | 63 | 12 | 0 | 0 | 300 | 144 | 113 |
| Binary | 1111110 | 11100110 | 11111111 | 110011 | 1010 | 0 | 0 | 11000000 | 1100100 | 1001011 |
Color Harmonies of #7EE6FF
Complementary color
Monochromatic Colors of #7EE6FF
Black with #7EE6FF
Text Example
Text Example
White with #7EE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE6FF; }
p { color: rgb(126,230,255); }
H1.HeaderClassName
{
color: #7EE6FF;
}
.AnyTagClassName
{
color: #7EE6FF;
}
</style>
background-color css
<style>
a { background-color: #7EE6FF; }
a { background-color: rgb(126,230,255); }
div.DivClassName
{
background-color: #7EE6FF;
}
.BgClassName
{
background-color: #7EE6FF;
}
</style>
border-color css
<style>
span { border-color: #7EE6FF; }
span { border-color: rgb(126,230,255); }
td.TdClassName
{
border-color: #7EE6FF;
}
.TagClassName
{
border-color: #7EE6FF;
}
</style>