Shades of Electric Blue #7DFAF6
Tints of Electric Blue #7DFAF6
RGB
CMYK
RGB Variations
Color information
#7DFAF6 (or 0x7DFAF6) is known color: Electric Blue. HEX triplet: 7D, FA and F6. RGB value is (125,250,246). Sum of RGB (Red+Green+Blue) = 125+250+246=621 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20.13% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFAF6 is #820509. Grayscale: #D4D4D4. Windows color (decimal): -8520970 or 16185981. OLE color: 16185981.
HSL color Cylindrical-coordinate representation of color #7DFAF6: hue angle of 178.08º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFAF6 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 250 | 246 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.02 |
| HSL | 178.08º | 0.93% | 0.74% | - |
| HSV(B) | 178.08º | 0.5% | 0.98% | - |
| XYZ | 59.28 | 79.39 | 99.39 | - |
| YUV | 212.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 250 | 246 | 0.50 | 0 | 0.02 | 0.02 | 178.08 | 0.93 | 0.74 |
| Hex | 7D | FA | F6 | 32 | 0 | 2 | 2 | B2 | 5D | 4A |
| Octal | 175 | 372 | 366 | 62 | 0 | 2 | 2 | 262 | 135 | 112 |
| Binary | 1111101 | 11111010 | 11110110 | 110010 | 0 | 10 | 10 | 10110010 | 1011101 | 1001010 |
Color Harmonies of #7DFAF6
Complementary color
Monochromatic Colors of #7DFAF6
Black with #7DFAF6
Text Example
Text Example
White with #7DFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFAF6; }
p { color: rgb(125,250,246); }
H1.HeaderClassName
{
color: #7DFAF6;
}
.AnyTagClassName
{
color: #7DFAF6;
}
</style>
background-color css
<style>
a { background-color: #7DFAF6; }
a { background-color: rgb(125,250,246); }
div.DivClassName
{
background-color: #7DFAF6;
}
.BgClassName
{
background-color: #7DFAF6;
}
</style>
border-color css
<style>
span { border-color: #7DFAF6; }
span { border-color: rgb(125,250,246); }
td.TdClassName
{
border-color: #7DFAF6;
}
.TagClassName
{
border-color: #7DFAF6;
}
</style>