Shades of Electric Blue #7DFDEC
Tints of Electric Blue #7DFDEC
RGB
CMYK
RGB Variations
Color information
#7DFDEC (or 0x7DFDEC) is known color: Electric Blue. HEX triplet: 7D, FD and EC. RGB value is (125,253,236). Sum of RGB (Red+Green+Blue) = 125+253+236=614 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.36% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFDEC is #820213. Grayscale: #D4D4D4. Windows color (decimal): -8520212 or 15531389. OLE color: 15531389.
HSL color Cylindrical-coordinate representation of color #7DFDEC: hue angle of 172.03º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDEC is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 236 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.01 |
| HSL | 172.03º | 0.97% | 0.74% | - |
| HSV(B) | 172.03º | 0.51% | 0.99% | - |
| XYZ | 58.72 | 80.67 | 91.83 | - |
| YUV | 212.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 236 | 0.51 | 0 | 0.07 | 0.01 | 172.03 | 0.97 | 0.74 |
| Hex | 7D | FD | EC | 33 | 0 | 7 | 1 | AC | 61 | 4A |
| Octal | 175 | 375 | 354 | 63 | 0 | 7 | 1 | 254 | 141 | 112 |
| Binary | 1111101 | 11111101 | 11101100 | 110011 | 0 | 111 | 1 | 10101100 | 1100001 | 1001010 |
Color Harmonies of #7DFDEC
Complementary color
Monochromatic Colors of #7DFDEC
Black with #7DFDEC
Text Example
Text Example
White with #7DFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDEC; }
p { color: rgb(125,253,236); }
H1.HeaderClassName
{
color: #7DFDEC;
}
.AnyTagClassName
{
color: #7DFDEC;
}
</style>
background-color css
<style>
a { background-color: #7DFDEC; }
a { background-color: rgb(125,253,236); }
div.DivClassName
{
background-color: #7DFDEC;
}
.BgClassName
{
background-color: #7DFDEC;
}
</style>
border-color css
<style>
span { border-color: #7DFDEC; }
span { border-color: rgb(125,253,236); }
td.TdClassName
{
border-color: #7DFDEC;
}
.TagClassName
{
border-color: #7DFDEC;
}
</style>