Shades of Electric Blue #7DF5EC
Tints of Electric Blue #7DF5EC
RGB
CMYK
RGB Variations
Color information
#7DF5EC (or 0x7DF5EC) is known color: Electric Blue. HEX triplet: 7D, F5 and EC. RGB value is (125,245,236). Sum of RGB (Red+Green+Blue) = 125+245+236=606 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.63% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF5EC is #820A13. Grayscale: #D0D0D0. Windows color (decimal): -8522260 or 15529341. OLE color: 15529341.
HSL color Cylindrical-coordinate representation of color #7DF5EC: hue angle of 175.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF5EC is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 236 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.04 |
| HSL | 175.5º | 0.86% | 0.73% | - |
| HSV(B) | 175.5º | 0.49% | 0.96% | - |
| XYZ | 56.25 | 75.72 | 91.01 | - |
| YUV | 208.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 236 | 0.49 | 0 | 0.04 | 0.04 | 175.5 | 0.86 | 0.73 |
| Hex | 7D | F5 | EC | 31 | 0 | 4 | 4 | B0 | 56 | 49 |
| Octal | 175 | 365 | 354 | 61 | 0 | 4 | 4 | 260 | 126 | 111 |
| Binary | 1111101 | 11110101 | 11101100 | 110001 | 0 | 100 | 100 | 10110000 | 1010110 | 1001001 |
Color Harmonies of #7DF5EC
Complementary color
Monochromatic Colors of #7DF5EC
Black with #7DF5EC
Text Example
Text Example
White with #7DF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5EC; }
p { color: rgb(125,245,236); }
H1.HeaderClassName
{
color: #7DF5EC;
}
.AnyTagClassName
{
color: #7DF5EC;
}
</style>
background-color css
<style>
a { background-color: #7DF5EC; }
a { background-color: rgb(125,245,236); }
div.DivClassName
{
background-color: #7DF5EC;
}
.BgClassName
{
background-color: #7DF5EC;
}
</style>
border-color css
<style>
span { border-color: #7DF5EC; }
span { border-color: rgb(125,245,236); }
td.TdClassName
{
border-color: #7DF5EC;
}
.TagClassName
{
border-color: #7DF5EC;
}
</style>