Shades of Electric Blue #7DF1EC
Tints of Electric Blue #7DF1EC
RGB
CMYK
RGB Variations
Color information
#7DF1EC (or 0x7DF1EC) is known color: Electric Blue. HEX triplet: 7D, F1 and EC. RGB value is (125,241,236). Sum of RGB (Red+Green+Blue) = 125+241+236=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF1EC is #820E13. Grayscale: #CDCDCD. Windows color (decimal): -8523284 or 15528317. OLE color: 15528317.
HSL color Cylindrical-coordinate representation of color #7DF1EC: hue angle of 177.41º degrees, saturation: 0.81, 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 #7DF1EC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 236 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.05 |
| HSL | 177.41º | 0.81% | 0.72% | - |
| HSV(B) | 177.41º | 0.48% | 0.95% | - |
| XYZ | 55.05 | 73.33 | 90.61 | - |
| YUV | 205.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 236 | 0.48 | 0 | 0.02 | 0.05 | 177.41 | 0.81 | 0.72 |
| Hex | 7D | F1 | EC | 30 | 0 | 2 | 5 | B1 | 51 | 48 |
| Octal | 175 | 361 | 354 | 60 | 0 | 2 | 5 | 261 | 121 | 110 |
| Binary | 1111101 | 11110001 | 11101100 | 110000 | 0 | 10 | 101 | 10110001 | 1010001 | 1001000 |
Color Harmonies of #7DF1EC
Complementary color
Monochromatic Colors of #7DF1EC
Black with #7DF1EC
Text Example
Text Example
White with #7DF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF1EC; }
p { color: rgb(125,241,236); }
H1.HeaderClassName
{
color: #7DF1EC;
}
.AnyTagClassName
{
color: #7DF1EC;
}
</style>
background-color css
<style>
a { background-color: #7DF1EC; }
a { background-color: rgb(125,241,236); }
div.DivClassName
{
background-color: #7DF1EC;
}
.BgClassName
{
background-color: #7DF1EC;
}
</style>
border-color css
<style>
span { border-color: #7DF1EC; }
span { border-color: rgb(125,241,236); }
td.TdClassName
{
border-color: #7DF1EC;
}
.TagClassName
{
border-color: #7DF1EC;
}
</style>