Shades of Electric Blue #7DFEEF
Tints of Electric Blue #7DFEEF
RGB
CMYK
RGB Variations
Color information
#7DFEEF (or 0x7DFEEF) is known color: Electric Blue. HEX triplet: 7D, FE and EF. RGB value is (125,254,239). Sum of RGB (Red+Green+Blue) = 125+254+239=618 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.23% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEEF is #820110. Grayscale: #D5D5D5. Windows color (decimal): -8519953 or 15728253. OLE color: 15728253.
HSL color Cylindrical-coordinate representation of color #7DFEEF: hue angle of 173.02º 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 #7DFEEF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 239 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.00 |
| HSL | 173.02º | 0.98% | 0.74% | - |
| HSV(B) | 173.02º | 0.51% | 1% | - |
| XYZ | 59.48 | 81.48 | 94.25 | - |
| YUV | 213.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 239 | 0.51 | 0 | 0.06 | 0.00 | 173.02 | 0.98 | 0.74 |
| Hex | 7D | FE | EF | 33 | 0 | 6 | 0 | AD | 62 | 4A |
| Octal | 175 | 376 | 357 | 63 | 0 | 6 | 0 | 255 | 142 | 112 |
| Binary | 1111101 | 11111110 | 11101111 | 110011 | 0 | 110 | 0 | 10101101 | 1100010 | 1001010 |
Color Harmonies of #7DFEEF
Complementary color
Monochromatic Colors of #7DFEEF
Black with #7DFEEF
Text Example
Text Example
White with #7DFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFEEF; }
p { color: rgb(125,254,239); }
H1.HeaderClassName
{
color: #7DFEEF;
}
.AnyTagClassName
{
color: #7DFEEF;
}
</style>
background-color css
<style>
a { background-color: #7DFEEF; }
a { background-color: rgb(125,254,239); }
div.DivClassName
{
background-color: #7DFEEF;
}
.BgClassName
{
background-color: #7DFEEF;
}
</style>
border-color css
<style>
span { border-color: #7DFEEF; }
span { border-color: rgb(125,254,239); }
td.TdClassName
{
border-color: #7DFEEF;
}
.TagClassName
{
border-color: #7DFEEF;
}
</style>