Shades of Electric Blue #7EE6FE
Tints of Electric Blue #7EE6FE
RGB
CMYK
RGB Variations
Color information
#7EE6FE (or 0x7EE6FE) is known color: Electric Blue. HEX triplet: 7E, E6 and FE. RGB value is (126,230,254). Sum of RGB (Red+Green+Blue) = 126+230+254=610 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.66% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EE6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE6FE is #811901. Grayscale: #C9C9C9. Windows color (decimal): -8460546 or 16705150. OLE color: 16705150.
HSL color Cylindrical-coordinate representation of color #7EE6FE: hue angle of 191.25º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EE6FE is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 230 | 254 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.00 |
| HSL | 191.25º | 0.98% | 0.75% | - |
| HSV(B) | 191.25º | 0.5% | 1% | - |
| XYZ | 54.79 | 68.19 | 104.04 | - |
| YUV | 201.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 254 | 0.50 | 0.09 | 0 | 0.00 | 191.25 | 0.98 | 0.75 |
| Hex | 7E | E6 | FE | 32 | 9 | 0 | 0 | BF | 62 | 4B |
| Octal | 176 | 346 | 376 | 62 | 11 | 0 | 0 | 277 | 142 | 113 |
| Binary | 1111110 | 11100110 | 11111110 | 110010 | 1001 | 0 | 0 | 10111111 | 1100010 | 1001011 |
Color Harmonies of #7EE6FE
Complementary color
Monochromatic Colors of #7EE6FE
Black with #7EE6FE
Text Example
Text Example
White with #7EE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE6FE; }
p { color: rgb(126,230,254); }
H1.HeaderClassName
{
color: #7EE6FE;
}
.AnyTagClassName
{
color: #7EE6FE;
}
</style>
background-color css
<style>
a { background-color: #7EE6FE; }
a { background-color: rgb(126,230,254); }
div.DivClassName
{
background-color: #7EE6FE;
}
.BgClassName
{
background-color: #7EE6FE;
}
</style>
border-color css
<style>
span { border-color: #7EE6FE; }
span { border-color: rgb(126,230,254); }
td.TdClassName
{
border-color: #7EE6FE;
}
.TagClassName
{
border-color: #7EE6FE;
}
</style>