Shades of Electric Blue #7DF2EC
Tints of Electric Blue #7DF2EC
RGB
CMYK
RGB Variations
Color information
#7DF2EC (or 0x7DF2EC) is known color: Electric Blue. HEX triplet: 7D, F2 and EC. RGB value is (125,242,236). Sum of RGB (Red+Green+Blue) = 125+242+236=603 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.73% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF2EC is #820D13. Grayscale: #CECECE. Windows color (decimal): -8523028 or 15528573. OLE color: 15528573.
HSL color Cylindrical-coordinate representation of color #7DF2EC: hue angle of 176.92º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2EC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 236 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.05 |
| HSL | 176.92º | 0.82% | 0.72% | - |
| HSV(B) | 176.92º | 0.48% | 0.95% | - |
| XYZ | 55.35 | 73.92 | 90.71 | - |
| YUV | 206.33 | 144.74 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 236 | 0.48 | 0 | 0.02 | 0.05 | 176.92 | 0.82 | 0.72 |
| Hex | 7D | F2 | EC | 30 | 0 | 2 | 5 | B1 | 52 | 48 |
| Octal | 175 | 362 | 354 | 60 | 0 | 2 | 5 | 261 | 122 | 110 |
| Binary | 1111101 | 11110010 | 11101100 | 110000 | 0 | 10 | 101 | 10110001 | 1010010 | 1001000 |
Color Harmonies of #7DF2EC
Complementary color
Monochromatic Colors of #7DF2EC
Black with #7DF2EC
Text Example
Text Example
White with #7DF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2EC; }
p { color: rgb(125,242,236); }
H1.HeaderClassName
{
color: #7DF2EC;
}
.AnyTagClassName
{
color: #7DF2EC;
}
</style>
background-color css
<style>
a { background-color: #7DF2EC; }
a { background-color: rgb(125,242,236); }
div.DivClassName
{
background-color: #7DF2EC;
}
.BgClassName
{
background-color: #7DF2EC;
}
</style>
border-color css
<style>
span { border-color: #7DF2EC; }
span { border-color: rgb(125,242,236); }
td.TdClassName
{
border-color: #7DF2EC;
}
.TagClassName
{
border-color: #7DF2EC;
}
</style>