Shades of Electric Blue #7EEEFD
Tints of Electric Blue #7EEEFD
RGB
CMYK
RGB Variations
Color information
#7EEEFD (or 0x7EEEFD) is known color: Electric Blue. HEX triplet: 7E, EE and FD. RGB value is (126,238,253). Sum of RGB (Red+Green+Blue) = 126+238+253=617 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.42% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEEFD is #811102. Grayscale: #CECECE. Windows color (decimal): -8458499 or 16641662. OLE color: 16641662.
HSL color Cylindrical-coordinate representation of color #7EEEFD: hue angle of 187.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EEEFD is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 238 | 253 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.01 |
| HSL | 187.09º | 0.97% | 0.74% | - |
| HSV(B) | 187.09º | 0.5% | 0.99% | - |
| XYZ | 56.91 | 72.68 | 103.96 | - |
| YUV | 206.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 238 | 253 | 0.50 | 0.06 | 0 | 0.01 | 187.09 | 0.97 | 0.74 |
| Hex | 7E | EE | FD | 32 | 6 | 0 | 1 | BB | 61 | 4A |
| Octal | 176 | 356 | 375 | 62 | 6 | 0 | 1 | 273 | 141 | 112 |
| Binary | 1111110 | 11101110 | 11111101 | 110010 | 110 | 0 | 1 | 10111011 | 1100001 | 1001010 |
Color Harmonies of #7EEEFD
Complementary color
Monochromatic Colors of #7EEEFD
Black with #7EEEFD
Text Example
Text Example
White with #7EEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEEFD; }
p { color: rgb(126,238,253); }
H1.HeaderClassName
{
color: #7EEEFD;
}
.AnyTagClassName
{
color: #7EEEFD;
}
</style>
background-color css
<style>
a { background-color: #7EEEFD; }
a { background-color: rgb(126,238,253); }
div.DivClassName
{
background-color: #7EEEFD;
}
.BgClassName
{
background-color: #7EEEFD;
}
</style>
border-color css
<style>
span { border-color: #7EEEFD; }
span { border-color: rgb(126,238,253); }
td.TdClassName
{
border-color: #7EEEFD;
}
.TagClassName
{
border-color: #7EEEFD;
}
</style>