Shades of Electric Blue #7DF7E8
Tints of Electric Blue #7DF7E8
RGB
CMYK
RGB Variations
Color information
#7DF7E8 (or 0x7DF7E8) is known color: Electric Blue. HEX triplet: 7D, F7 and E8. RGB value is (125,247,232). Sum of RGB (Red+Green+Blue) = 125+247+232=604 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.70% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF7E8 is #820817. Grayscale: #D0D0D0. Windows color (decimal): -8521752 or 15267709. OLE color: 15267709.
HSL color Cylindrical-coordinate representation of color #7DF7E8: hue angle of 172.62º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7E8 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 232 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.03 |
| HSL | 172.62º | 0.88% | 0.73% | - |
| HSV(B) | 172.62º | 0.49% | 0.97% | - |
| XYZ | 56.28 | 76.71 | 88.18 | - |
| YUV | 208.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 232 | 0.49 | 0 | 0.06 | 0.03 | 172.62 | 0.88 | 0.73 |
| Hex | 7D | F7 | E8 | 31 | 0 | 6 | 3 | AD | 58 | 49 |
| Octal | 175 | 367 | 350 | 61 | 0 | 6 | 3 | 255 | 130 | 111 |
| Binary | 1111101 | 11110111 | 11101000 | 110001 | 0 | 110 | 11 | 10101101 | 1011000 | 1001001 |
Color Harmonies of #7DF7E8
Complementary color
Monochromatic Colors of #7DF7E8
Black with #7DF7E8
Text Example
Text Example
White with #7DF7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF7E8; }
p { color: rgb(125,247,232); }
H1.HeaderClassName
{
color: #7DF7E8;
}
.AnyTagClassName
{
color: #7DF7E8;
}
</style>
background-color css
<style>
a { background-color: #7DF7E8; }
a { background-color: rgb(125,247,232); }
div.DivClassName
{
background-color: #7DF7E8;
}
.BgClassName
{
background-color: #7DF7E8;
}
</style>
border-color css
<style>
span { border-color: #7DF7E8; }
span { border-color: rgb(125,247,232); }
td.TdClassName
{
border-color: #7DF7E8;
}
.TagClassName
{
border-color: #7DF7E8;
}
</style>