Shades of Electric Blue #7DF1E9
Tints of Electric Blue #7DF1E9
RGB
CMYK
RGB Variations
Color information
#7DF1E9 (or 0x7DF1E9) is known color: Electric Blue. HEX triplet: 7D, F1 and E9. RGB value is (125,241,233). Sum of RGB (Red+Green+Blue) = 125+241+233=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF1E9 is #820E16. Grayscale: #CDCDCD. Windows color (decimal): -8523287 or 15331709. OLE color: 15331709.
HSL color Cylindrical-coordinate representation of color #7DF1E9: hue angle of 175.86º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1E9 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 233 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.05 |
| HSL | 175.86º | 0.81% | 0.72% | - |
| HSV(B) | 175.86º | 0.48% | 0.95% | - |
| XYZ | 54.62 | 73.15 | 88.33 | - |
| YUV | 205.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 233 | 0.48 | 0 | 0.03 | 0.05 | 175.86 | 0.81 | 0.72 |
| Hex | 7D | F1 | E9 | 30 | 0 | 3 | 5 | B0 | 51 | 48 |
| Octal | 175 | 361 | 351 | 60 | 0 | 3 | 5 | 260 | 121 | 110 |
| Binary | 1111101 | 11110001 | 11101001 | 110000 | 0 | 11 | 101 | 10110000 | 1010001 | 1001000 |
Color Harmonies of #7DF1E9
Complementary color
Monochromatic Colors of #7DF1E9
Black with #7DF1E9
Text Example
Text Example
White with #7DF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF1E9; }
p { color: rgb(125,241,233); }
H1.HeaderClassName
{
color: #7DF1E9;
}
.AnyTagClassName
{
color: #7DF1E9;
}
</style>
background-color css
<style>
a { background-color: #7DF1E9; }
a { background-color: rgb(125,241,233); }
div.DivClassName
{
background-color: #7DF1E9;
}
.BgClassName
{
background-color: #7DF1E9;
}
</style>
border-color css
<style>
span { border-color: #7DF1E9; }
span { border-color: rgb(125,241,233); }
td.TdClassName
{
border-color: #7DF1E9;
}
.TagClassName
{
border-color: #7DF1E9;
}
</style>