Shades of Electric Blue #7DFDEA
Tints of Electric Blue #7DFDEA
RGB
CMYK
RGB Variations
Color information
#7DFDEA (or 0x7DFDEA) is known color: Electric Blue. HEX triplet: 7D, FD and EA. RGB value is (125,253,234). Sum of RGB (Red+Green+Blue) = 125+253+234=612 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.42% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFDEA is #820215. Grayscale: #D4D4D4. Windows color (decimal): -8520214 or 15400317. OLE color: 15400317.
HSL color Cylindrical-coordinate representation of color #7DFDEA: hue angle of 171.09º 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 #7DFDEA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 234 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.01 |
| HSL | 171.09º | 0.97% | 0.74% | - |
| HSV(B) | 171.09º | 0.51% | 0.99% | - |
| XYZ | 58.43 | 80.55 | 90.31 | - |
| YUV | 212.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 234 | 0.51 | 0 | 0.08 | 0.01 | 171.09 | 0.97 | 0.74 |
| Hex | 7D | FD | EA | 33 | 0 | 8 | 1 | AB | 61 | 4A |
| Octal | 175 | 375 | 352 | 63 | 0 | 10 | 1 | 253 | 141 | 112 |
| Binary | 1111101 | 11111101 | 11101010 | 110011 | 0 | 1000 | 1 | 10101011 | 1100001 | 1001010 |
Color Harmonies of #7DFDEA
Complementary color
Monochromatic Colors of #7DFDEA
Black with #7DFDEA
Text Example
Text Example
White with #7DFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDEA; }
p { color: rgb(125,253,234); }
H1.HeaderClassName
{
color: #7DFDEA;
}
.AnyTagClassName
{
color: #7DFDEA;
}
</style>
background-color css
<style>
a { background-color: #7DFDEA; }
a { background-color: rgb(125,253,234); }
div.DivClassName
{
background-color: #7DFDEA;
}
.BgClassName
{
background-color: #7DFDEA;
}
</style>
border-color css
<style>
span { border-color: #7DFDEA; }
span { border-color: rgb(125,253,234); }
td.TdClassName
{
border-color: #7DFDEA;
}
.TagClassName
{
border-color: #7DFDEA;
}
</style>