Shades of Electric Blue #7DFEEE
Tints of Electric Blue #7DFEEE
RGB
CMYK
RGB Variations
Color information
#7DFEEE (or 0x7DFEEE) is known color: Electric Blue. HEX triplet: 7D, FE and EE. RGB value is (125,254,238). Sum of RGB (Red+Green+Blue) = 125+254+238=617 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.26% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEEE is #820111. Grayscale: #D5D5D5. Windows color (decimal): -8519954 or 15662717. OLE color: 15662717.
HSL color Cylindrical-coordinate representation of color #7DFEEE: hue angle of 172.56º 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 #7DFEEE is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 238 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.00 |
| HSL | 172.56º | 0.98% | 0.74% | - |
| HSV(B) | 172.56º | 0.51% | 1% | - |
| XYZ | 59.33 | 81.42 | 93.48 | - |
| YUV | 213.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 238 | 0.51 | 0 | 0.06 | 0.00 | 172.56 | 0.98 | 0.74 |
| Hex | 7D | FE | EE | 33 | 0 | 6 | 0 | AD | 62 | 4A |
| Octal | 175 | 376 | 356 | 63 | 0 | 6 | 0 | 255 | 142 | 112 |
| Binary | 1111101 | 11111110 | 11101110 | 110011 | 0 | 110 | 0 | 10101101 | 1100010 | 1001010 |
Color Harmonies of #7DFEEE
Complementary color
Monochromatic Colors of #7DFEEE
Black with #7DFEEE
Text Example
Text Example
White with #7DFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFEEE; }
p { color: rgb(125,254,238); }
H1.HeaderClassName
{
color: #7DFEEE;
}
.AnyTagClassName
{
color: #7DFEEE;
}
</style>
background-color css
<style>
a { background-color: #7DFEEE; }
a { background-color: rgb(125,254,238); }
div.DivClassName
{
background-color: #7DFEEE;
}
.BgClassName
{
background-color: #7DFEEE;
}
</style>
border-color css
<style>
span { border-color: #7DFEEE; }
span { border-color: rgb(125,254,238); }
td.TdClassName
{
border-color: #7DFEEE;
}
.TagClassName
{
border-color: #7DFEEE;
}
</style>