Shades of Electric Blue #7DFEEC
Tints of Electric Blue #7DFEEC
RGB
CMYK
RGB Variations
Color information
#7DFEEC (or 0x7DFEEC) is known color: Electric Blue. HEX triplet: 7D, FE and EC. RGB value is (125,254,236). Sum of RGB (Red+Green+Blue) = 125+254+236=615 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.33% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEEC is #820113. Grayscale: #D5D5D5. Windows color (decimal): -8519956 or 15531645. OLE color: 15531645.
HSL color Cylindrical-coordinate representation of color #7DFEEC: hue angle of 171.63º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEEC is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 236 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.00 |
| HSL | 171.63º | 0.98% | 0.74% | - |
| HSV(B) | 171.63º | 0.51% | 1% | - |
| XYZ | 59.04 | 81.3 | 91.94 | - |
| YUV | 213.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 236 | 0.51 | 0 | 0.07 | 0.00 | 171.63 | 0.98 | 0.74 |
| Hex | 7D | FE | EC | 33 | 0 | 7 | 0 | AC | 62 | 4A |
| Octal | 175 | 376 | 354 | 63 | 0 | 7 | 0 | 254 | 142 | 112 |
| Binary | 1111101 | 11111110 | 11101100 | 110011 | 0 | 111 | 0 | 10101100 | 1100010 | 1001010 |
Color Harmonies of #7DFEEC
Complementary color
Monochromatic Colors of #7DFEEC
Black with #7DFEEC
Text Example
Text Example
White with #7DFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFEEC; }
p { color: rgb(125,254,236); }
H1.HeaderClassName
{
color: #7DFEEC;
}
.AnyTagClassName
{
color: #7DFEEC;
}
</style>
background-color css
<style>
a { background-color: #7DFEEC; }
a { background-color: rgb(125,254,236); }
div.DivClassName
{
background-color: #7DFEEC;
}
.BgClassName
{
background-color: #7DFEEC;
}
</style>
border-color css
<style>
span { border-color: #7DFEEC; }
span { border-color: rgb(125,254,236); }
td.TdClassName
{
border-color: #7DFEEC;
}
.TagClassName
{
border-color: #7DFEEC;
}
</style>