Shades of Electric Blue #7DF2E6
Tints of Electric Blue #7DF2E6
RGB
CMYK
RGB Variations
Color information
#7DF2E6 (or 0x7DF2E6) is known color: Electric Blue. HEX triplet: 7D, F2 and E6. RGB value is (125,242,230). Sum of RGB (Red+Green+Blue) = 125+242+230=597 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.94% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF2E6 is #820D19. Grayscale: #CDCDCD. Windows color (decimal): -8523034 or 15135357. OLE color: 15135357.
HSL color Cylindrical-coordinate representation of color #7DF2E6: hue angle of 173.85º 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 #7DF2E6 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 230 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.05 |
| HSL | 173.85º | 0.82% | 0.72% | - |
| HSV(B) | 173.85º | 0.48% | 0.95% | - |
| XYZ | 54.49 | 73.58 | 86.19 | - |
| YUV | 205.65 | 141.74 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 230 | 0.48 | 0 | 0.05 | 0.05 | 173.85 | 0.82 | 0.72 |
| Hex | 7D | F2 | E6 | 30 | 0 | 5 | 5 | AE | 52 | 48 |
| Octal | 175 | 362 | 346 | 60 | 0 | 5 | 5 | 256 | 122 | 110 |
| Binary | 1111101 | 11110010 | 11100110 | 110000 | 0 | 101 | 101 | 10101110 | 1010010 | 1001000 |
Color Harmonies of #7DF2E6
Complementary color
Monochromatic Colors of #7DF2E6
Black with #7DF2E6
Text Example
Text Example
White with #7DF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2E6; }
p { color: rgb(125,242,230); }
H1.HeaderClassName
{
color: #7DF2E6;
}
.AnyTagClassName
{
color: #7DF2E6;
}
</style>
background-color css
<style>
a { background-color: #7DF2E6; }
a { background-color: rgb(125,242,230); }
div.DivClassName
{
background-color: #7DF2E6;
}
.BgClassName
{
background-color: #7DF2E6;
}
</style>
border-color css
<style>
span { border-color: #7DF2E6; }
span { border-color: rgb(125,242,230); }
td.TdClassName
{
border-color: #7DF2E6;
}
.TagClassName
{
border-color: #7DF2E6;
}
</style>