Shades of Electric Blue #7EE6FA
Tints of Electric Blue #7EE6FA
RGB
CMYK
RGB Variations
Color information
#7EE6FA (or 0x7EE6FA) is known color: Electric Blue. HEX triplet: 7E, E6 and FA. RGB value is (126,230,250). Sum of RGB (Red+Green+Blue) = 126+230+250=606 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.79% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EE6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE6FA is #811905. Grayscale: #C9C9C9. Windows color (decimal): -8460550 or 16443006. OLE color: 16443006.
HSL color Cylindrical-coordinate representation of color #7EE6FA: hue angle of 189.68º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EE6FA is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 230 | 250 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.02 |
| HSL | 189.68º | 0.93% | 0.74% | - |
| HSV(B) | 189.68º | 0.5% | 0.98% | - |
| XYZ | 54.16 | 67.93 | 100.7 | - |
| YUV | 201.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 250 | 0.50 | 0.08 | 0 | 0.02 | 189.68 | 0.93 | 0.74 |
| Hex | 7E | E6 | FA | 32 | 8 | 0 | 2 | BE | 5D | 4A |
| Octal | 176 | 346 | 372 | 62 | 10 | 0 | 2 | 276 | 135 | 112 |
| Binary | 1111110 | 11100110 | 11111010 | 110010 | 1000 | 0 | 10 | 10111110 | 1011101 | 1001010 |
Color Harmonies of #7EE6FA
Complementary color
Monochromatic Colors of #7EE6FA
Black with #7EE6FA
Text Example
Text Example
White with #7EE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE6FA; }
p { color: rgb(126,230,250); }
H1.HeaderClassName
{
color: #7EE6FA;
}
.AnyTagClassName
{
color: #7EE6FA;
}
</style>
background-color css
<style>
a { background-color: #7EE6FA; }
a { background-color: rgb(126,230,250); }
div.DivClassName
{
background-color: #7EE6FA;
}
.BgClassName
{
background-color: #7EE6FA;
}
</style>
border-color css
<style>
span { border-color: #7EE6FA; }
span { border-color: rgb(126,230,250); }
td.TdClassName
{
border-color: #7EE6FA;
}
.TagClassName
{
border-color: #7EE6FA;
}
</style>