Shades of Electric Blue #7EFCF1
Tints of Electric Blue #7EFCF1
RGB
CMYK
RGB Variations
Color information
#7EFCF1 (or 0x7EFCF1) is known color: Electric Blue. HEX triplet: 7E, FC and F1. RGB value is (126,252,241). Sum of RGB (Red+Green+Blue) = 126+252+241=619 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.36% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFCF1 is #81030E. Grayscale: #D4D4D4. Windows color (decimal): -8454927 or 15858814. OLE color: 15858814.
HSL color Cylindrical-coordinate representation of color #7EFCF1: hue angle of 174.76º 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 #7EFCF1 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 252 | 241 | - |
| CMYK | 0.5 | 0 | 0.04 | 0.01 |
| HSL | 174.76º | 0.95% | 0.74% | - |
| HSV(B) | 174.76º | 0.5% | 0.99% | - |
| XYZ | 59.29 | 80.41 | 95.61 | - |
| YUV | 213.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 252 | 241 | 0.5 | 0 | 0.04 | 0.01 | 174.76 | 0.95 | 0.74 |
| Hex | 7E | FC | F1 | 32 | 0 | 4 | 1 | AF | 5F | 4A |
| Octal | 176 | 374 | 361 | 62 | 0 | 4 | 1 | 257 | 137 | 112 |
| Binary | 1111110 | 11111100 | 11110001 | 110010 | 0 | 100 | 1 | 10101111 | 1011111 | 1001010 |
Color Harmonies of #7EFCF1
Complementary color
Monochromatic Colors of #7EFCF1
Black with #7EFCF1
Text Example
Text Example
White with #7EFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFCF1; }
p { color: rgb(126,252,241); }
H1.HeaderClassName
{
color: #7EFCF1;
}
.AnyTagClassName
{
color: #7EFCF1;
}
</style>
background-color css
<style>
a { background-color: #7EFCF1; }
a { background-color: rgb(126,252,241); }
div.DivClassName
{
background-color: #7EFCF1;
}
.BgClassName
{
background-color: #7EFCF1;
}
</style>
border-color css
<style>
span { border-color: #7EFCF1; }
span { border-color: rgb(126,252,241); }
td.TdClassName
{
border-color: #7EFCF1;
}
.TagClassName
{
border-color: #7EFCF1;
}
</style>