Shades of Electric Blue #7DFFEF
Tints of Electric Blue #7DFFEF
RGB
CMYK
RGB Variations
Color information
#7DFFEF (or 0x7DFFEF) is known color: Electric Blue. HEX triplet: 7D, FF and EF. RGB value is (125,255,239). Sum of RGB (Red+Green+Blue) = 125+255+239=619 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.19% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFEF is #820010. Grayscale: #D6D6D6. Windows color (decimal): -8519697 or 15728509. OLE color: 15728509.
HSL color Cylindrical-coordinate representation of color #7DFFEF: hue angle of 172.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFEF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 239 | - |
| CMYK | 0.51 | 0 | 0.06 | 0 |
| HSL | 172.62º | 1% | 0.75% | - |
| HSV(B) | 172.62º | 0.51% | 1% | - |
| XYZ | 59.8 | 82.11 | 94.36 | - |
| YUV | 214.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 239 | 0.51 | 0 | 0.06 | 0 | 172.62 | 1 | 0.75 |
| Hex | 7D | FF | EF | 33 | 0 | 6 | 0 | AD | 64 | 4B |
| Octal | 175 | 377 | 357 | 63 | 0 | 6 | 0 | 255 | 144 | 113 |
| Binary | 1111101 | 11111111 | 11101111 | 110011 | 0 | 110 | 0 | 10101101 | 1100100 | 1001011 |
Color Harmonies of #7DFFEF
Complementary color
Monochromatic Colors of #7DFFEF
Black with #7DFFEF
Text Example
Text Example
White with #7DFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFFEF; }
p { color: rgb(125,255,239); }
H1.HeaderClassName
{
color: #7DFFEF;
}
.AnyTagClassName
{
color: #7DFFEF;
}
</style>
background-color css
<style>
a { background-color: #7DFFEF; }
a { background-color: rgb(125,255,239); }
div.DivClassName
{
background-color: #7DFFEF;
}
.BgClassName
{
background-color: #7DFFEF;
}
</style>
border-color css
<style>
span { border-color: #7DFFEF; }
span { border-color: rgb(125,255,239); }
td.TdClassName
{
border-color: #7DFFEF;
}
.TagClassName
{
border-color: #7DFFEF;
}
</style>