Shades of Electric Blue #7DF8EC
Tints of Electric Blue #7DF8EC
RGB
CMYK
RGB Variations
Color information
#7DF8EC (or 0x7DF8EC) is known color: Electric Blue. HEX triplet: 7D, F8 and EC. RGB value is (125,248,236). Sum of RGB (Red+Green+Blue) = 125+248+236=609 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.53% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF8EC is #820713. Grayscale: #D1D1D1. Windows color (decimal): -8521492 or 15530109. OLE color: 15530109.
HSL color Cylindrical-coordinate representation of color #7DF8EC: hue angle of 174.15º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8EC is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 236 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.03 |
| HSL | 174.15º | 0.9% | 0.73% | - |
| HSV(B) | 174.15º | 0.5% | 0.97% | - |
| XYZ | 57.17 | 77.55 | 91.31 | - |
| YUV | 209.86 | 142.75 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 236 | 0.50 | 0 | 0.05 | 0.03 | 174.15 | 0.9 | 0.73 |
| Hex | 7D | F8 | EC | 32 | 0 | 5 | 3 | AE | 5A | 49 |
| Octal | 175 | 370 | 354 | 62 | 0 | 5 | 3 | 256 | 132 | 111 |
| Binary | 1111101 | 11111000 | 11101100 | 110010 | 0 | 101 | 11 | 10101110 | 1011010 | 1001001 |
Color Harmonies of #7DF8EC
Complementary color
Monochromatic Colors of #7DF8EC
Black with #7DF8EC
Text Example
Text Example
White with #7DF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF8EC; }
p { color: rgb(125,248,236); }
H1.HeaderClassName
{
color: #7DF8EC;
}
.AnyTagClassName
{
color: #7DF8EC;
}
</style>
background-color css
<style>
a { background-color: #7DF8EC; }
a { background-color: rgb(125,248,236); }
div.DivClassName
{
background-color: #7DF8EC;
}
.BgClassName
{
background-color: #7DF8EC;
}
</style>
border-color css
<style>
span { border-color: #7DF8EC; }
span { border-color: rgb(125,248,236); }
td.TdClassName
{
border-color: #7DF8EC;
}
.TagClassName
{
border-color: #7DF8EC;
}
</style>