Shades of Electric Blue #7DF9EF
Tints of Electric Blue #7DF9EF
RGB
CMYK
RGB Variations
Color information
#7DF9EF (or 0x7DF9EF) is known color: Electric Blue. HEX triplet: 7D, F9 and EF. RGB value is (125,249,239). Sum of RGB (Red+Green+Blue) = 125+249+239=613 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.39% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF9EF is #820610. Grayscale: #D2D2D2. Windows color (decimal): -8521233 or 15726973. OLE color: 15726973.
HSL color Cylindrical-coordinate representation of color #7DF9EF: hue angle of 175.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9EF is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 239 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.02 |
| HSL | 175.16º | 0.91% | 0.73% | - |
| HSV(B) | 175.16º | 0.5% | 0.98% | - |
| XYZ | 57.91 | 78.34 | 93.73 | - |
| YUV | 210.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 239 | 0.50 | 0 | 0.04 | 0.02 | 175.16 | 0.91 | 0.73 |
| Hex | 7D | F9 | EF | 32 | 0 | 4 | 2 | AF | 5B | 49 |
| Octal | 175 | 371 | 357 | 62 | 0 | 4 | 2 | 257 | 133 | 111 |
| Binary | 1111101 | 11111001 | 11101111 | 110010 | 0 | 100 | 10 | 10101111 | 1011011 | 1001001 |
Color Harmonies of #7DF9EF
Complementary color
Monochromatic Colors of #7DF9EF
Black with #7DF9EF
Text Example
Text Example
White with #7DF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF9EF; }
p { color: rgb(125,249,239); }
H1.HeaderClassName
{
color: #7DF9EF;
}
.AnyTagClassName
{
color: #7DF9EF;
}
</style>
background-color css
<style>
a { background-color: #7DF9EF; }
a { background-color: rgb(125,249,239); }
div.DivClassName
{
background-color: #7DF9EF;
}
.BgClassName
{
background-color: #7DF9EF;
}
</style>
border-color css
<style>
span { border-color: #7DF9EF; }
span { border-color: rgb(125,249,239); }
td.TdClassName
{
border-color: #7DF9EF;
}
.TagClassName
{
border-color: #7DF9EF;
}
</style>