Shades of Electric Blue #7FEDEA
Tints of Electric Blue #7FEDEA
RGB
CMYK
RGB Variations
Color information
#7FEDEA (or 0x7FEDEA) is known color: Electric Blue. HEX triplet: 7F, ED and EA. RGB value is (127,237,234). Sum of RGB (Red+Green+Blue) = 127+237+234=598 (79% of max value = 765). Red value is 127 (50% from 255 or 21.24% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEDEA is #801215. Grayscale: #CBCBCB. Windows color (decimal): -8393238 or 15396223. OLE color: 15396223.
HSL color Cylindrical-coordinate representation of color #7FEDEA: hue angle of 178.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDEA is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 234 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.07 |
| HSL | 178.36º | 0.75% | 0.71% | - |
| HSV(B) | 178.36º | 0.46% | 0.93% | - |
| XYZ | 53.89 | 71.02 | 88.71 | - |
| YUV | 203.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 234 | 0.46 | 0 | 0.01 | 0.07 | 178.36 | 0.75 | 0.71 |
| Hex | 7F | ED | EA | 2E | 0 | 1 | 7 | B2 | 4B | 47 |
| Octal | 177 | 355 | 352 | 56 | 0 | 1 | 7 | 262 | 113 | 107 |
| Binary | 1111111 | 11101101 | 11101010 | 101110 | 0 | 1 | 111 | 10110010 | 1001011 | 1000111 |
Color Harmonies of #7FEDEA
Complementary color
Monochromatic Colors of #7FEDEA
Black with #7FEDEA
Text Example
Text Example
White with #7FEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDEA; }
p { color: rgb(127,237,234); }
H1.HeaderClassName
{
color: #7FEDEA;
}
.AnyTagClassName
{
color: #7FEDEA;
}
</style>
background-color css
<style>
a { background-color: #7FEDEA; }
a { background-color: rgb(127,237,234); }
div.DivClassName
{
background-color: #7FEDEA;
}
.BgClassName
{
background-color: #7FEDEA;
}
</style>
border-color css
<style>
span { border-color: #7FEDEA; }
span { border-color: rgb(127,237,234); }
td.TdClassName
{
border-color: #7FEDEA;
}
.TagClassName
{
border-color: #7FEDEA;
}
</style>