Shades of Electric Blue #7DF2EF
Tints of Electric Blue #7DF2EF
RGB
CMYK
RGB Variations
Color information
#7DF2EF (or 0x7DF2EF) is known color: Electric Blue. HEX triplet: 7D, F2 and EF. RGB value is (125,242,239). Sum of RGB (Red+Green+Blue) = 125+242+239=606 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.63% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF2EF is #820D10. Grayscale: #CECECE. Windows color (decimal): -8523025 or 15725181. OLE color: 15725181.
HSL color Cylindrical-coordinate representation of color #7DF2EF: hue angle of 178.46º degrees, saturation: 0.82, 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 #7DF2EF is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 239 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.05 |
| HSL | 178.46º | 0.82% | 0.72% | - |
| HSV(B) | 178.46º | 0.48% | 0.95% | - |
| XYZ | 55.79 | 74.1 | 93.02 | - |
| YUV | 206.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 239 | 0.48 | 0 | 0.01 | 0.05 | 178.46 | 0.82 | 0.72 |
| Hex | 7D | F2 | EF | 30 | 0 | 1 | 5 | B2 | 52 | 48 |
| Octal | 175 | 362 | 357 | 60 | 0 | 1 | 5 | 262 | 122 | 110 |
| Binary | 1111101 | 11110010 | 11101111 | 110000 | 0 | 1 | 101 | 10110010 | 1010010 | 1001000 |
Color Harmonies of #7DF2EF
Complementary color
Monochromatic Colors of #7DF2EF
Black with #7DF2EF
Text Example
Text Example
White with #7DF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2EF; }
p { color: rgb(125,242,239); }
H1.HeaderClassName
{
color: #7DF2EF;
}
.AnyTagClassName
{
color: #7DF2EF;
}
</style>
background-color css
<style>
a { background-color: #7DF2EF; }
a { background-color: rgb(125,242,239); }
div.DivClassName
{
background-color: #7DF2EF;
}
.BgClassName
{
background-color: #7DF2EF;
}
</style>
border-color css
<style>
span { border-color: #7DF2EF; }
span { border-color: rgb(125,242,239); }
td.TdClassName
{
border-color: #7DF2EF;
}
.TagClassName
{
border-color: #7DF2EF;
}
</style>