Shades of Electric Blue #7EE8FB
Tints of Electric Blue #7EE8FB
RGB
CMYK
RGB Variations
Color information
#7EE8FB (or 0x7EE8FB) is known color: Electric Blue. HEX triplet: 7E, E8 and FB. RGB value is (126,232,251). Sum of RGB (Red+Green+Blue) = 126+232+251=609 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.69% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EE8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE8FB is #811704. Grayscale: #CACACA. Windows color (decimal): -8460037 or 16509054. OLE color: 16509054.
HSL color Cylindrical-coordinate representation of color #7EE8FB: hue angle of 189.12º degrees, saturation: 0.94, 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 #7EE8FB is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 232 | 251 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.02 |
| HSL | 189.12º | 0.94% | 0.74% | - |
| HSV(B) | 189.12º | 0.5% | 0.98% | - |
| XYZ | 54.87 | 69.11 | 101.72 | - |
| YUV | 202.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 232 | 251 | 0.50 | 0.08 | 0 | 0.02 | 189.12 | 0.94 | 0.74 |
| Hex | 7E | E8 | FB | 32 | 8 | 0 | 2 | BD | 5E | 4A |
| Octal | 176 | 350 | 373 | 62 | 10 | 0 | 2 | 275 | 136 | 112 |
| Binary | 1111110 | 11101000 | 11111011 | 110010 | 1000 | 0 | 10 | 10111101 | 1011110 | 1001010 |
Color Harmonies of #7EE8FB
Complementary color
Monochromatic Colors of #7EE8FB
Black with #7EE8FB
Text Example
Text Example
White with #7EE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE8FB; }
p { color: rgb(126,232,251); }
H1.HeaderClassName
{
color: #7EE8FB;
}
.AnyTagClassName
{
color: #7EE8FB;
}
</style>
background-color css
<style>
a { background-color: #7EE8FB; }
a { background-color: rgb(126,232,251); }
div.DivClassName
{
background-color: #7EE8FB;
}
.BgClassName
{
background-color: #7EE8FB;
}
</style>
border-color css
<style>
span { border-color: #7EE8FB; }
span { border-color: rgb(126,232,251); }
td.TdClassName
{
border-color: #7EE8FB;
}
.TagClassName
{
border-color: #7EE8FB;
}
</style>