Shades of Electric Blue #7DF8F0
Tints of Electric Blue #7DF8F0
RGB
CMYK
RGB Variations
Color information
#7DF8F0 (or 0x7DF8F0) is known color: Electric Blue. HEX triplet: 7D, F8 and F0. RGB value is (125,248,240). Sum of RGB (Red+Green+Blue) = 125+248+240=613 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.39% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF8F0 is #82070F. Grayscale: #D2D2D2. Windows color (decimal): -8521488 or 15792253. OLE color: 15792253.
HSL color Cylindrical-coordinate representation of color #7DF8F0: hue angle of 176.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8F0 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 240 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.03 |
| HSL | 176.1º | 0.9% | 0.73% | - |
| HSV(B) | 176.1º | 0.5% | 0.97% | - |
| XYZ | 57.75 | 77.79 | 94.41 | - |
| YUV | 210.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 240 | 0.50 | 0 | 0.03 | 0.03 | 176.1 | 0.9 | 0.73 |
| Hex | 7D | F8 | F0 | 32 | 0 | 3 | 3 | B0 | 5A | 49 |
| Octal | 175 | 370 | 360 | 62 | 0 | 3 | 3 | 260 | 132 | 111 |
| Binary | 1111101 | 11111000 | 11110000 | 110010 | 0 | 11 | 11 | 10110000 | 1011010 | 1001001 |
Color Harmonies of #7DF8F0
Complementary color
Monochromatic Colors of #7DF8F0
Black with #7DF8F0
Text Example
Text Example
White with #7DF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF8F0; }
p { color: rgb(125,248,240); }
H1.HeaderClassName
{
color: #7DF8F0;
}
.AnyTagClassName
{
color: #7DF8F0;
}
</style>
background-color css
<style>
a { background-color: #7DF8F0; }
a { background-color: rgb(125,248,240); }
div.DivClassName
{
background-color: #7DF8F0;
}
.BgClassName
{
background-color: #7DF8F0;
}
</style>
border-color css
<style>
span { border-color: #7DF8F0; }
span { border-color: rgb(125,248,240); }
td.TdClassName
{
border-color: #7DF8F0;
}
.TagClassName
{
border-color: #7DF8F0;
}
</style>