Shades of Electric Blue #7DF8F1
Tints of Electric Blue #7DF8F1
RGB
CMYK
RGB Variations
Color information
#7DF8F1 (or 0x7DF8F1) is known color: Electric Blue. HEX triplet: 7D, F8 and F1. RGB value is (125,248,241). Sum of RGB (Red+Green+Blue) = 125+248+241=614 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.36% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF8F1 is #82070E. Grayscale: #D2D2D2. Windows color (decimal): -8521487 or 15857789. OLE color: 15857789.
HSL color Cylindrical-coordinate representation of color #7DF8F1: hue angle of 176.59º 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 #7DF8F1 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 241 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.03 |
| HSL | 176.59º | 0.9% | 0.73% | - |
| HSV(B) | 176.59º | 0.5% | 0.97% | - |
| XYZ | 57.9 | 77.85 | 95.19 | - |
| YUV | 210.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 241 | 0.50 | 0 | 0.03 | 0.03 | 176.59 | 0.9 | 0.73 |
| Hex | 7D | F8 | F1 | 32 | 0 | 3 | 3 | B1 | 5A | 49 |
| Octal | 175 | 370 | 361 | 62 | 0 | 3 | 3 | 261 | 132 | 111 |
| Binary | 1111101 | 11111000 | 11110001 | 110010 | 0 | 11 | 11 | 10110001 | 1011010 | 1001001 |
Color Harmonies of #7DF8F1
Complementary color
Monochromatic Colors of #7DF8F1
Black with #7DF8F1
Text Example
Text Example
White with #7DF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF8F1; }
p { color: rgb(125,248,241); }
H1.HeaderClassName
{
color: #7DF8F1;
}
.AnyTagClassName
{
color: #7DF8F1;
}
</style>
background-color css
<style>
a { background-color: #7DF8F1; }
a { background-color: rgb(125,248,241); }
div.DivClassName
{
background-color: #7DF8F1;
}
.BgClassName
{
background-color: #7DF8F1;
}
</style>
border-color css
<style>
span { border-color: #7DF8F1; }
span { border-color: rgb(125,248,241); }
td.TdClassName
{
border-color: #7DF8F1;
}
.TagClassName
{
border-color: #7DF8F1;
}
</style>