Shades of Electric Blue #7DE7F6
Tints of Electric Blue #7DE7F6
RGB
CMYK
RGB Variations
Color information
#7DE7F6 (or 0x7DE7F6) is known color: Electric Blue. HEX triplet: 7D, E7 and F6. RGB value is (125,231,246). Sum of RGB (Red+Green+Blue) = 125+231+246=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #7DE7F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE7F6 is #821809. Grayscale: #C8C8C8. Windows color (decimal): -8525834 or 16181117. OLE color: 16181117.
HSL color Cylindrical-coordinate representation of color #7DE7F6: hue angle of 187.44º degrees, saturation: 0.87, 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 #7DE7F6 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 231 | 246 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.04 |
| HSL | 187.44º | 0.87% | 0.73% | - |
| HSV(B) | 187.44º | 0.49% | 0.96% | - |
| XYZ | 53.67 | 68.17 | 97.52 | - |
| YUV | 201.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 231 | 246 | 0.49 | 0.06 | 0 | 0.04 | 187.44 | 0.87 | 0.73 |
| Hex | 7D | E7 | F6 | 31 | 6 | 0 | 4 | BB | 57 | 49 |
| Octal | 175 | 347 | 366 | 61 | 6 | 0 | 4 | 273 | 127 | 111 |
| Binary | 1111101 | 11100111 | 11110110 | 110001 | 110 | 0 | 100 | 10111011 | 1010111 | 1001001 |
Color Harmonies of #7DE7F6
Complementary color
Monochromatic Colors of #7DE7F6
Black with #7DE7F6
Text Example
Text Example
White with #7DE7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE7F6; }
p { color: rgb(125,231,246); }
H1.HeaderClassName
{
color: #7DE7F6;
}
.AnyTagClassName
{
color: #7DE7F6;
}
</style>
background-color css
<style>
a { background-color: #7DE7F6; }
a { background-color: rgb(125,231,246); }
div.DivClassName
{
background-color: #7DE7F6;
}
.BgClassName
{
background-color: #7DE7F6;
}
</style>
border-color css
<style>
span { border-color: #7DE7F6; }
span { border-color: rgb(125,231,246); }
td.TdClassName
{
border-color: #7DE7F6;
}
.TagClassName
{
border-color: #7DE7F6;
}
</style>