Shades of Electric Blue #7EEEFC
Tints of Electric Blue #7EEEFC
RGB
CMYK
RGB Variations
Color information
#7EEEFC (or 0x7EEEFC) is known color: Electric Blue. HEX triplet: 7E, EE and FC. RGB value is (126,238,252). Sum of RGB (Red+Green+Blue) = 126+238+252=616 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.45% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEEFC is #811103. Grayscale: #CDCDCD. Windows color (decimal): -8458500 or 16576126. OLE color: 16576126.
HSL color Cylindrical-coordinate representation of color #7EEEFC: hue angle of 186.67º degrees, saturation: 0.95, 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 #7EEEFC is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 238 | 252 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.01 |
| HSL | 186.67º | 0.95% | 0.74% | - |
| HSV(B) | 186.67º | 0.5% | 0.99% | - |
| XYZ | 56.75 | 72.61 | 103.12 | - |
| YUV | 206.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 238 | 252 | 0.5 | 0.06 | 0 | 0.01 | 186.67 | 0.95 | 0.74 |
| Hex | 7E | EE | FC | 32 | 6 | 0 | 1 | BB | 5F | 4A |
| Octal | 176 | 356 | 374 | 62 | 6 | 0 | 1 | 273 | 137 | 112 |
| Binary | 1111110 | 11101110 | 11111100 | 110010 | 110 | 0 | 1 | 10111011 | 1011111 | 1001010 |
Color Harmonies of #7EEEFC
Complementary color
Monochromatic Colors of #7EEEFC
Black with #7EEEFC
Text Example
Text Example
White with #7EEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEEFC; }
p { color: rgb(126,238,252); }
H1.HeaderClassName
{
color: #7EEEFC;
}
.AnyTagClassName
{
color: #7EEEFC;
}
</style>
background-color css
<style>
a { background-color: #7EEEFC; }
a { background-color: rgb(126,238,252); }
div.DivClassName
{
background-color: #7EEEFC;
}
.BgClassName
{
background-color: #7EEEFC;
}
</style>
border-color css
<style>
span { border-color: #7EEEFC; }
span { border-color: rgb(126,238,252); }
td.TdClassName
{
border-color: #7EEEFC;
}
.TagClassName
{
border-color: #7EEEFC;
}
</style>