Shades of Electric Blue #7DFFF0
Tints of Electric Blue #7DFFF0
RGB
CMYK
RGB Variations
Color information
#7DFFF0 (or 0x7DFFF0) is known color: Electric Blue. HEX triplet: 7D, FF and F0. RGB value is (125,255,240). Sum of RGB (Red+Green+Blue) = 125+255+240=620 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20.16% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFF0 is #82000F. Grayscale: #D6D6D6. Windows color (decimal): -8519696 or 15794045. OLE color: 15794045.
HSL color Cylindrical-coordinate representation of color #7DFFF0: hue angle of 173.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFF0 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 240 | - |
| CMYK | 0.51 | 0 | 0.06 | 0 |
| HSL | 173.08º | 1% | 0.75% | - |
| HSV(B) | 173.08º | 0.51% | 1% | - |
| XYZ | 59.95 | 82.17 | 95.14 | - |
| YUV | 214.42 | 142.43 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 240 | 0.51 | 0 | 0.06 | 0 | 173.08 | 1 | 0.75 |
| Hex | 7D | FF | F0 | 33 | 0 | 6 | 0 | AD | 64 | 4B |
| Octal | 175 | 377 | 360 | 63 | 0 | 6 | 0 | 255 | 144 | 113 |
| Binary | 1111101 | 11111111 | 11110000 | 110011 | 0 | 110 | 0 | 10101101 | 1100100 | 1001011 |
Color Harmonies of #7DFFF0
Complementary color
Monochromatic Colors of #7DFFF0
Black with #7DFFF0
Text Example
Text Example
White with #7DFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFFF0; }
p { color: rgb(125,255,240); }
H1.HeaderClassName
{
color: #7DFFF0;
}
.AnyTagClassName
{
color: #7DFFF0;
}
</style>
background-color css
<style>
a { background-color: #7DFFF0; }
a { background-color: rgb(125,255,240); }
div.DivClassName
{
background-color: #7DFFF0;
}
.BgClassName
{
background-color: #7DFFF0;
}
</style>
border-color css
<style>
span { border-color: #7DFFF0; }
span { border-color: rgb(125,255,240); }
td.TdClassName
{
border-color: #7DFFF0;
}
.TagClassName
{
border-color: #7DFFF0;
}
</style>