Shades of Electric Blue #7FF3EF
Tints of Electric Blue #7FF3EF
RGB
CMYK
RGB Variations
Color information
#7FF3EF (or 0x7FF3EF) is known color: Electric Blue. HEX triplet: 7F, F3 and EF. RGB value is (127,243,239). Sum of RGB (Red+Green+Blue) = 127+243+239=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF3EF is #800C10. Grayscale: #CFCFCF. Windows color (decimal): -8391697 or 15725439. OLE color: 15725439.
HSL color Cylindrical-coordinate representation of color #7FF3EF: hue angle of 177.93º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF3EF is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 243 | 239 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.05 |
| HSL | 177.93º | 0.83% | 0.73% | - |
| HSV(B) | 177.93º | 0.48% | 0.95% | - |
| XYZ | 56.38 | 74.85 | 93.14 | - |
| YUV | 207.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 243 | 239 | 0.48 | 0 | 0.02 | 0.05 | 177.93 | 0.83 | 0.73 |
| Hex | 7F | F3 | EF | 30 | 0 | 2 | 5 | B2 | 53 | 49 |
| Octal | 177 | 363 | 357 | 60 | 0 | 2 | 5 | 262 | 123 | 111 |
| Binary | 1111111 | 11110011 | 11101111 | 110000 | 0 | 10 | 101 | 10110010 | 1010011 | 1001001 |
Color Harmonies of #7FF3EF
Complementary color
Monochromatic Colors of #7FF3EF
Black with #7FF3EF
Text Example
Text Example
White with #7FF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF3EF; }
p { color: rgb(127,243,239); }
H1.HeaderClassName
{
color: #7FF3EF;
}
.AnyTagClassName
{
color: #7FF3EF;
}
</style>
background-color css
<style>
a { background-color: #7FF3EF; }
a { background-color: rgb(127,243,239); }
div.DivClassName
{
background-color: #7FF3EF;
}
.BgClassName
{
background-color: #7FF3EF;
}
</style>
border-color css
<style>
span { border-color: #7FF3EF; }
span { border-color: rgb(127,243,239); }
td.TdClassName
{
border-color: #7FF3EF;
}
.TagClassName
{
border-color: #7FF3EF;
}
</style>