Shades of Electric Blue #7DF1ED
Tints of Electric Blue #7DF1ED
RGB
CMYK
RGB Variations
Color information
#7DF1ED (or 0x7DF1ED) is known color: Electric Blue. HEX triplet: 7D, F1 and ED. RGB value is (125,241,237). Sum of RGB (Red+Green+Blue) = 125+241+237=603 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.73% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF1ED is #820E12. Grayscale: #CDCDCD. Windows color (decimal): -8523283 or 15593853. OLE color: 15593853.
HSL color Cylindrical-coordinate representation of color #7DF1ED: hue angle of 177.93º 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 #7DF1ED is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 237 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.05 |
| HSL | 177.93º | 0.81% | 0.72% | - |
| HSV(B) | 177.93º | 0.48% | 0.95% | - |
| XYZ | 55.2 | 73.38 | 91.38 | - |
| YUV | 205.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 237 | 0.48 | 0 | 0.02 | 0.05 | 177.93 | 0.81 | 0.72 |
| Hex | 7D | F1 | ED | 30 | 0 | 2 | 5 | B2 | 51 | 48 |
| Octal | 175 | 361 | 355 | 60 | 0 | 2 | 5 | 262 | 121 | 110 |
| Binary | 1111101 | 11110001 | 11101101 | 110000 | 0 | 10 | 101 | 10110010 | 1010001 | 1001000 |
Color Harmonies of #7DF1ED
Complementary color
Monochromatic Colors of #7DF1ED
Black with #7DF1ED
Text Example
Text Example
White with #7DF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF1ED; }
p { color: rgb(125,241,237); }
H1.HeaderClassName
{
color: #7DF1ED;
}
.AnyTagClassName
{
color: #7DF1ED;
}
</style>
background-color css
<style>
a { background-color: #7DF1ED; }
a { background-color: rgb(125,241,237); }
div.DivClassName
{
background-color: #7DF1ED;
}
.BgClassName
{
background-color: #7DF1ED;
}
</style>
border-color css
<style>
span { border-color: #7DF1ED; }
span { border-color: rgb(125,241,237); }
td.TdClassName
{
border-color: #7DF1ED;
}
.TagClassName
{
border-color: #7DF1ED;
}
</style>