Shades of Electric Blue #7DF5ED
Tints of Electric Blue #7DF5ED
RGB
CMYK
RGB Variations
Color information
#7DF5ED (or 0x7DF5ED) is known color: Electric Blue. HEX triplet: 7D, F5 and ED. RGB value is (125,245,237). Sum of RGB (Red+Green+Blue) = 125+245+237=607 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.59% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF5ED is #820A12. Grayscale: #D0D0D0. Windows color (decimal): -8522259 or 15594877. OLE color: 15594877.
HSL color Cylindrical-coordinate representation of color #7DF5ED: hue angle of 176º 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 #7DF5ED is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 237 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.04 |
| HSL | 176º | 0.86% | 0.73% | - |
| HSV(B) | 176º | 0.49% | 0.96% | - |
| XYZ | 56.4 | 75.78 | 91.78 | - |
| YUV | 208.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 237 | 0.49 | 0 | 0.03 | 0.04 | 176 | 0.86 | 0.73 |
| Hex | 7D | F5 | ED | 31 | 0 | 3 | 4 | B0 | 56 | 49 |
| Octal | 175 | 365 | 355 | 61 | 0 | 3 | 4 | 260 | 126 | 111 |
| Binary | 1111101 | 11110101 | 11101101 | 110001 | 0 | 11 | 100 | 10110000 | 1010110 | 1001001 |
Color Harmonies of #7DF5ED
Complementary color
Monochromatic Colors of #7DF5ED
Black with #7DF5ED
Text Example
Text Example
White with #7DF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5ED; }
p { color: rgb(125,245,237); }
H1.HeaderClassName
{
color: #7DF5ED;
}
.AnyTagClassName
{
color: #7DF5ED;
}
</style>
background-color css
<style>
a { background-color: #7DF5ED; }
a { background-color: rgb(125,245,237); }
div.DivClassName
{
background-color: #7DF5ED;
}
.BgClassName
{
background-color: #7DF5ED;
}
</style>
border-color css
<style>
span { border-color: #7DF5ED; }
span { border-color: rgb(125,245,237); }
td.TdClassName
{
border-color: #7DF5ED;
}
.TagClassName
{
border-color: #7DF5ED;
}
</style>